Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 345) sorted by path

12345678910>>...14

/PHP-5.5/
H A DCODING_STANDARDS126 with ``_php_``, and followed by a word or an underscore-delimited list of
H A DCREDITS1 For the list of people who've put work into PHP, please see
H A DINSTALL155 a list of all available options along with short explanations running
173 the list of core configure options and from extension specific options
193 ./configure --help for a list of available options. In our example
218 If you instead choose php.ini-production, be certain to read the list
423 ./configure --help for a list of available options. In our example
448 list of changes within, as they affect how PHP behaves.
1010 list is up to date. Typically, this is done by running the command
1449 The list of command line options provided by the php-config script can
1542 If you are still stuck, someone on the PHP installation mailing list
1547 mailing list, send an empty mail to
[all …]
H A DLICENSE11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
H A DNEWS1382 . Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object).
2446 . Update list of common mime types. Added webm, ogv, ogg. (Lars,
3307 . Fixed bug #60169 (Conjunction of ternary and list crashes PHP).
7106 - Fixed bug #42783 (pg_insert() does not accept an empty list for
7149 - Fixed bug #42359 (xsd:list type not parsed). (Dmitry)
7396 - Fixed bug #41278 (get_loaded_extensions() should list Zend extensions).
7618 - Fixed bug #40899 (memory leak when nesting list()). (Dmitry)
7662 - Fixed bug #40591 (list()="string"; gives invalid opcode). (Dmitry)
9494 - Fixed bug #33414 (Comprehensive list of incorrect days returned after
9723 - Fixed bug #29896 (Backtrace argument list out of sync). (Dmitry)
[all …]
H A DREADME.EXTENSIONS17 foo_functions, /* extension function list */
34 foo_functions, /* extension function list */
H A DREADME.EXT_SKEL139 It can't handle correctly, and probably never will, variable list of
H A DREADME.GIT-RULES7 your questions on the mailing list. Please have a look at
27 2. Discuss any significant changes on the list before committing and get
H A DREADME.PARAMETER_PARSING_API21 list of pointers to variables to store the results in. The _ex() version
45 The following list shows the type specifier, its meaning and the parameter
70 * - variable arguments list (0 or more)
71 + - variable arguments list (1 or more)
H A DREADME.REDIST.BINS31 notice, this list of conditions and the following disclaimer.
33 notice, this list of conditions and the following disclaimer in the
161 notice, this list of conditions and the following disclaimer.
164 notice, this list of conditions and the following disclaimer in the
262 notice, this list of conditions and the following disclaimer.
264 notice, this list of conditions and the following disclaimer in the
322 notice, this list of conditions and the following disclaimer.
324 notice, this list of conditions and the following disclaimer in
370 notice, this list of conditions and the following disclaimer.
373 notice, this list of conditions and the following disclaimer in
[all …]
H A DREADME.RELEASE_PROCESS235 a. go over the list and put every element on one line
H A DREADME.STREAMS74 A brief list of the most commonly used functions:
H A DREADME.SUBMITTING_PATCH32 and discuss it on the development mail list internals@lists.php.net.
35 be found in the EXTENSIONS file in the PHP source. Mail list
59 notification will be sent to the pull request mailing list. Sending a
60 note to PHP Internals list (internals@lists.php.net) may help getting
72 If your change is large, then first discuss it with the mail list
98 and discuss it on the development mail list pecl-dev@lists.php.net.
99 PECL mail list subscription is explained on
180 - Did I send the patch to the right mail list?
181 - Did I review the mail list archives to see if these kind of
H A DUPGRADING40 - Support list in foreach. (Laruence)
41 (http://php.net/foreach#control-structures.foreach.list,
/PHP-5.5/TSRM/
H A DLICENSE9 this list of conditions and the following disclaimer.
H A Dthreads.m48 dnl notice, this list of conditions and the following disclaimer.
11 dnl notice, this list of conditions and the following disclaimer in
/PHP-5.5/Zend/
H A DLICENSE11 notice, this list of conditions and the following disclaimer.
14 copyright notice, this list of conditions and the following
H A DREADME.ZEND_VM31 You can see the conformity of new macros to old code in the following list:
90 zend_vm_execute.h. The first file is a list of opcode definitions. It is
H A DZEND_CHANGES169 an arbitrary list of interfaces.
1019 Probably other changes which we forgot to list. This list will be kept up-to-date
/PHP-5.5/Zend/tests/
H A Dbug27598.phpt2 Bug #27598 (list() array key assignment causes HUGE memory leak)
5 list($out[0]) = array(1);
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
H A Dbug32252.phpt32 $list = new Test();
35 $list[-1] = 123;
H A Dbug39304.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
6 list($a, $b) = $s[0];
H A Dbug39304_2_4.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
8 list($a, $b) = $s[0];
H A Dbug40899.phpt2 Bug #40899 (memory leak when nesting list())
5 list(list($a,$b),$c)=array(array('a','b'),'c');

Completed in 78 milliseconds

12345678910>>...14