Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/
H A DCODING_STANDARDS.md134 followed by a word or an underscore-delimited list of words, in lowercase
H A DCONTRIBUTING.md50 sent to the pull request mailing list. Sending a note to PHP Internals list
72 list of RFCs that have been previously considered on the
76 development mailing list internals@lists.php.net. RFC Wiki accounts can be
79 repository. Mailing list subscription is explained on the
112 [documentation mailing list](mailto:phpdoc@lists.php.net).
118 [internals mailing list](mailto:internals@lists.php.net), or the
119 [documentation mailing list](mailto:phpdoc@lists.php.net) for documentation
245 extension maintainer, and discuss it on the development mailing list
246 pecl-dev@lists.php.net depending on the extension. PECL mailing list
278 - Did I send the patch to the right mailing list?
[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 DNEWS1325 . Fixed bug #71030 (Self-assignment in list() may have inconsistent behavior).
1330 . Implemented FR #76148 (Add array_key_exists() to the list of specially
1395 As a side effect, this allowed passing left hand list() "by reference",
1943 . Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
2469 . Added support for references in list() and array destructuring, per
H A DREADME.REDIST.BINS84 this list of conditions and the following disclaimer.
130 notice, this list of conditions and the following disclaimer.
132 notice, this list of conditions and the following disclaimer in the
228 notice, this list of conditions and the following disclaimer.
333 notice, this list of conditions and the following disclaimer.
411 notice, this list of conditions and the following disclaimer.
414 notice, this list of conditions and the following disclaimer in
468 notice, this list of conditions and the following disclaimer.
569 notice, this list of conditions and the following disclaimer.
598 notice, this list of conditions and the following disclaimer.
[all …]
H A DREADME.md99 to the official PHP developer mailing list internals@lists.php.net.
133 For the list of people who've put work into PHP, please see the
H A DUPGRADING27 affect array accesses performed by list().
34 . Passing the result of a (non-reference) list() assignment by reference is
36 was a simple (CV) variable and did not occur as part of the list().
141 * Potentially others working on object properties as a list.
541 . array password_algos() - return a complete list of all registered password
H A DUPGRADING.INTERNALS204 The above is not an exhaustive list of such functions, while getenv/putenv
/PHP-7.4/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-7.4/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.md62 You can see the conformity of new macros to old code in the following list:
124 `zend_vm_opcodes.h` and `zend_vm_execute.h`. The first file is a list of opcode
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt16 list($a, $b, $c) = [1, 2=>'x', 'z'=>'c'];
/PHP-7.4/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 Dbug40899.phpt2 Bug #40899 (memory leak when nesting list())
5 list(list($a,$b),$c)=array(array('a','b'),'c');
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Dbug51421.phpt2 Bug #51421 (Abstract __construct constructor argument list not enforced)
H A Dbug60169.phpt2 Bug #60169 (Conjunction of ternary and list crashes PHP)
7 list($a,$b) = is_array($arr)? $arr : $arr;
8 list($c,$d) = is_array($arr)?: NULL;
H A Dbug65969.phpt6 list($a,$b) = $obj->prop = [1,2];
H A Dbug71030.phpt2 Bug #71030: Self-assignment in list() may have inconsistent behavior
9 list($c, $b) = $a;
16 list($$_a, $b) = $a;
H A Dbug72395.phpt2 Bug #72395 (list() regression)
5 list(,,$a,,$b,) = array(1, 2, 3, 4, 5, 6);
H A Dbug72441.phpt8 list(

Completed in 83 milliseconds

12345678910>>...13