Home
last modified time | relevance | path

Searched refs:list (Results 126 – 150 of 314) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/tests/strings/
H A Dsscanf_basic5.phpt19 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format1);
21 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format2);
H A Dsscanf_basic8.phpt19 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format1);
21 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format2);
/PHP-7.4/ext/mbstring/tests/
H A Dcasefolding.phpt23 foreach ($tests as list($a, $b)) {
/PHP-7.4/Zend/tests/
H A Dclosure_004.phpt21 list ($lambda1, $lambda2) = run();
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 Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
/PHP-7.4/ext/pcre/tests/
H A Dbug70345.phpt18 Warning: preg_match(): Get subpatterns list failed in %s on line %d
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_009.phpt2 "Reference Unpacking - VM Safety" list()
/PHP-7.4/ext/filter/tests/
H A Dfilter_ipv4_rfc6890.phpt23 list($min, $max) = $range;
77 list($min, $max) = $range;
/PHP-7.4/sapi/fpm/
H A DLICENSE8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in the
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73704.phpt4 list 6
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbynamel_basic1.phpt6 * Description: Get a list of IPv4 addresses corresponding to a given Internet host name
/PHP-7.4/ext/opcache/tests/
H A Dbug65510.phpt14 @list($a, $b) = $n;
/PHP-7.4/tests/basic/
H A Dbug31875.phpt2 Bug #31875 get_defined_functions() should not list disabled functions
/PHP-7.4/Zend/tests/grammar/
H A Dregression_006.phpt2 Test to ensure const list syntax declaration works
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_debug-info.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt10 // Add some items to the list
H A DSplFileObject_setCsvControl_basic.phpt18 list($fruit, $quantity) = $row;
H A DSplFileObject_setCsvControl_variation001.phpt18 list($fruit, $quantity) = $row;
/PHP-7.4/tests/lang/
H A Deach_binary_safety.phpt7 while (list($key, $val) = each($arr)) {
/PHP-7.4/ext/date/tests/
H A Dbug46111.phpt8 # An empty list indicates no errors
/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt38 list($width, $height) = getimagesize($dest_lge);
50 list($width, $height) = getimagesize($dest_sml);
/PHP-7.4/ext/standard/tests/time/
H A D001.phpt18 list($micro,$time)=explode(" ",microtime());

Completed in 36 milliseconds

12345678910>>...13