Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 2195) sorted by path

12345678910>>...88

/PHP-5.5/
H A DCODING_STANDARDS73 counterparts. These functions implement an internal "safety-net"
126 with ``_php_``, and followed by a word or an underscore-delimited list of
H A DINSTALL591 # Binding to an address
922 session files to be stored, or use an alternative session backend.
1056 * If an extension was seemingly installed yet the functions are
1190 default, loading local files in the browser will have an URL like
1238 load them. Extensions can be loaded by adding an extension directive.
1278 To load an extension, you need to have it available as a ".dll" file on
1290 Where to find an extension?
1334 Loading an extension
1547 mailing list, send an empty mail to
1632 ; any text on a line after an unquoted semicolon (;) is ignored
[all …]
H A DNEWS461 with an Iterator). (Nikita)
1498 throws an exception). (Laruence)
5579 option is an array). (David Zülke)
6751 an error). (Felipe)
7438 an associated array. (Ilia)
7580 - Fixed bug #41175 (addAttribute() fails to add an attribute with an empty
7646 redeclared as an array). (Tony)
8053 - Fixed bug #38536 (SOAP returns an array of values instead of an object).
8999 passes an offset). (Derick)
9228 - Fixed an error in mysqli_fetch_fields (returned NULL instead of an array
[all …]
H A DREADME.EXT_SKEL10 configuration file. See an example at the end of this file.
43 function definitions file, which you will give as an argument to ext_skel
72 but then you'll be left with an almost empty function body without any
80 An optional argument is separated from the previous by an optional space,
120 pasting into an already existing module.
H A DREADME.GIT-RULES51 PHP-5.5 Is used to release the PHP 5.5.x series. This is an old
54 PHP-5.4 Is used to release the PHP 5.4.x series. This is an old
73 branches) an empty merge should be done.
H A DREADME.MAILINGLIST_RULES47 6. If you are posting to an existing thread, make sure that you know what
71 create an entirely new thread copying anything you wish to quote into the
H A DREADME.NEW-OUTPUT-API7 and there's an API call for every output handler op.
17 Starting an user handler by zval:
21 Starting an internal handler whithout context:
25 Starting an internal handler with context:
80 Issue a warning because of an output handler conflict:
92 Facilitating a context from within an output handler callable with ob_start():
100 Marking an output handler immutable by itself because of irreversibility of its operation:
H A DREADME.PARAMETER_PARSING_API4 It should be easier to parse input parameters to an extension function.
49 has to be provided on input and is used to verify the PHP parameter is an
82 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
126 /* Gets an object of class specified by my_ce, and an optional double. */
136 /* Gets an object or null, and an array.
217 /* Function that takes an array, followed by varargs, and ending with a long */
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES22 Fatal error: Cannot use string offset as an array in ... on line 1
66 Example 2 (throws an error):
H A DREADME.REDIST.BINS140 The Mersenne Twister is an algorithm for generating random numbers. It
245 in a product, an acknowledgment in the product documentation would be
H A DREADME.RELEASE_PROCESS40 - Create an directory for the extension incl. branch and tag structure,
110 1. Send an email (see example here: http://news.php.net/php.internals/19486)
115 2. Send an email (see example here http://news.php.net/php.pear.qa/5201) **To**
130 Example: When rolling an RC, set the 'rc' with appropriate information for the
157 Don't forget to update NEWS manually in an extra commit then.
229 4. Update php-qa/include/release-qa.php and add the next version as an QARELEASE
265 Try several mirrors, mirrors may update slowly (may take an hour)
269 9. Wait an hour or two, then send a mail to php-announce@lists.php.net,
307 5. Wait an hour or two, then send a mail to php-announce@lists.php.net,
H A DREADME.SELF-CONTAINED-EXTENSIONS7 the PHP source. To create such an extension, two things are
33 extension, we will convert an embedded extension into a
40 You now have an empty directory. We will copy the files from
77 name an arbitrary number of source files here.
142 support to an existing module called foo.
159 If you plan to release an extension to the PECL website, there are several
H A DREADME.STREAMS17 Streams take care of that and present the PHP extension coder with an ANSI
115 If you want to read the contents of a stream into an allocated memory buffer,
128 If you have an existing stream and need to be able to seek() it, you
137 #define PHP_STREAM_FAILED 2 /* an error occurred while attempting conversion */
138 #define PHP_STREAM_CRITICAL 3 /* an error occurred; origstream is in an unknown state; you should …
154 NOTE: Never call this function with an origstream that is referenced
183 The show_err parameter, if non-zero, will cause the function to display an
233 read, write, close, flush, seek, gets and cast operations. Of these, an
235 method is intended to be used for streams if there is an underlying method
243 As an example, the php_stream_fopen() function looks like this:
[all …]
H A DREADME.SUBMITTING_PATCH4 This document describes how to submit an enhancement or patch for PHP.
26 create a bug or identify an existing bug at http://bugs.php.net/. A
68 identify an existing bug at http://bugs.php.net/. A bug can be used
92 a bug or identify an existing bug at http://pecl.php.net/bugs/. A bug
115 as an attachment with a file extension of ".txt". This is because
H A DREADME.TESTING67 When an argument is given or TESTS environment variable is set, the
114 and "make test" will set the exit status ("$?") to non-zero, when an
H A DREADME.TESTING23 This is an addendum to README.TESTING with additional information
25 can be configured to run test scripts through an HTTP server running
81 This section get's eval()'d to help build an environment for the
106 this section is used to build the url used in an HTTP request. Valid values
120 in an HTTP request, such as content type for multipart posts, cookies, etc.
H A DREADME.md15 New features require an RFC and must be accepted by the developers.
19 Bug fixes **do not** require an RFC, but require a bugtracker ticket. Always
H A DUPGRADING99 mysql_connect(), mysql_pconnect() or by establishing an implicit
129 when an insufficient argument count is provided. Instead, the
148 NULL and if the calendar passed is an IntlCalendar object -- in this
158 false if the IntlDateFormatter was set up with an IntlCalendar
164 accept an IntlCalendar object, in which case its time zone is
168 - IntlDateFormatter::format() and datefmt_format() now also accept an
207 the class named is an internal class that declares custom unserializer
220 unserializer, it can leave the object of such internal class in an
238 of serialize() call continues to be an unsupported scenario and should
H A DUPGRADING.INTERNALS30 * added EX(call_slots). It is an array to store information about syntaticaly
32 * added EX(call) - pointer to a current calling function. Actually an
36 an index in EX(call_slots)
37 * opcode ZEND_NEW uses extended_vallue as an index in EX(call_slots)
39 an index in EX(call_slots)
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO1 Creating an object
35 clone_obj handler should create a new object, identical to an old one,
38 delete_obj should destroy an object, all references to it become
74 if $foo is an object (e.g., proxy object from get_property_ptr) it
119 handle is an ID of the object among the objects of the same type (not
153 delete_obj - called when an object needs to be destroyed.
155 clone_obj - called when a new object identical to an old one should be
H A DREADME.ZEND_VM22 <OPCODE> is an opcode name (ZEN_NOP, ZEND_ADD, :)
91 included from zend_compile.h. The second one is an executor code itself. It is
H A DZEND_CHANGES14 can think of a handle as an object's ID).
51 Zend Engine 2.0 will issue a compile error, if an assignment
58 emitted in case of an illegal access to a private or protectecd
169 an arbitrary list of interfaces.
220 declared as an abstract class.
269 die('Argument 1 must be an instance of ClassName');
313 constructor to run when an object is duplicated. During
436 last reference to an object is destroyed the object's
692 New support for an instanceof operator which checks if an object
727 doesn't then an E_ERROR is emitted.
[all …]
/PHP-5.5/Zend/RFCs/
H A D001.txt15 and not by value (one can think of a handle as an objects' ID).
121 To simplify migration, version 2.0 will support an optional
124 will also be possible to request that the engine will emit an E_NOTICE
125 message whenever such an automatic clone occurs, in order to allow
H A D003.txt14 this is not an easy task as there is no uniform way to do it. An
51 could be changed to require an array such as:
/PHP-5.5/Zend/tests/
H A D007.phpt28 Warning: Variable passed to each() is not an array or object in %s on line %d
31 Warning: Variable passed to each() is not an array or object in %s on line %d

Completed in 72 milliseconds

12345678910>>...88