Home
last modified time | relevance | path

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

12345678910>>...17

/php-src/
H A DCODING_STANDARDS.md141 followed by a word or an underscore-delimited list of words, in lowercase
H A DCONTRIBUTING.md52 sent to the pull request mailing list. Sending a note to PHP Internals list
75 list of RFCs that have been previously considered on the
79 the development mailing list internals@lists.php.net. RFC Wiki accounts can be
82 repository. Mailing list subscription is explained on the
139 [documentation mailing list](mailto:phpdoc@lists.php.net).
145 [internals mailing list](mailto:internals@lists.php.net), or the
146 [documentation mailing list](mailto:phpdoc@lists.php.net) for documentation
270 extension maintainer, and discuss it on the development mailing list
271 pecl-dev@lists.php.net depending on the extension. PECL mailing list
303 - 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 DNEWS56 . Added DragonFlyBSD system to the list which set FPM_BACKLOG_DEFAULT
H A DREADME.REDIST.BINS86 this list of conditions and the following disclaimer.
132 notice, this list of conditions and the following disclaimer.
230 notice, this list of conditions and the following disclaimer.
335 notice, this list of conditions and the following disclaimer.
388 notice, this list of conditions and the following disclaimer.
391 notice, this list of conditions and the following disclaimer in
445 notice, this list of conditions and the following disclaimer.
546 notice, this list of conditions and the following disclaimer.
575 notice, this list of conditions and the following disclaimer.
577 notice, this list of conditions and the following disclaimer in
[all …]
H A DREADME.md19 …ogleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&…
58 `./configure --help` for a full list of options.
110 to the official PHP developer mailing list internals@lists.php.net.
135 - [Mailing list rules](/docs/mailinglist-rules.md)
140 For the list of people who've put work into PHP, please see the
/php-src/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-src/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-src/Zend/asm/
H A Djump_i386_ms_pe_masm.asm54 ; load current SEH exception list
95 ; restore current SEH exception list
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt16 list($a, $b, $c) = [1, 2=>'x', 'z'=>'c'];
/php-src/Zend/tests/attributes/
H A D026_unpack_in_args.phpt2 Cannot use unpacking in attribute argument list
11 Fatal error: Cannot use unpacking in attribute argument list in %s on line %d
H A D027_trailing_comma_args.phpt2 Trailing comma in attribute argument list
/php-src/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);

Completed in 34 milliseconds

12345678910>>...17