Commit graph

14 commits

Author SHA1 Message Date
Justin Martin
106910e88b Added examples for ZEND_JMP and ZEND_CONT.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323570 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 23:48:31 +00:00
Justin Martin
1baa10dc5d Restructured internals2.opcodes so that the opcode list is displayed immediately, and opcode descriptions are in a sub-section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323550 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 04:51:03 +00:00
Justin Martin
cc98ddbbb0 Broke opcode example code into multiple files, for easier maintenance.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323545 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 22:48:31 +00:00
Justin Martin
24e5bc25ea Changed ZEND_JMP_SET and ZEND_DECLARE_LAMBDA_FUNCTION to use links and added skeleton sections.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323536 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 20:22:48 +00:00
Justin Martin
7f419197ec Inserted basic documentation for following opcodes: JMP, CONT, INIT_NS_FCALL_BY_NAME, GOTO, RETURN_BY_REF, DECLARE_CONST, DECLARE_INHERITED_CLASS_DELAYED
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323533 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 20:12:43 +00:00
Hannes Magnusson
64042ccbff Remove several html entities and replace them with utf8 chars so we can drop the
dtd include
#   replaced with nothing
# — with —
# € with €
# ä with ä
# Ä with Ä


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310796 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-05 20:59:34 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Richard Quadling
aabc5b625c WS Tab removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293550 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-14 16:21:22 +00:00
Hannes Magnusson
6b9b2ac5ca 2new opcodes added in 5.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286794 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-04 10:51:21 +00:00
Nilgün Belma Bugüner
f62b7ff38a fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283797 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:09:30 +00:00
Hannes Magnusson
e4caa0309b Add opening and closing PHP tags for examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282536 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 21:33:52 +00:00
Gwynne Raskind
a0264b5707 A first docbook port of Zoe's opcode list.
Ref: http://news.php.net/php.internals/44388
For the curious, it took some fun dancing around with PCRE regexp to
convert the whole thing without spending endless hours in by-hand editing.
See http://pastebin.com/f42b57f2c for the script I used.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282501 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 14:21:05 +00:00