Home
last modified time | relevance | path

Searched refs:first (Results 126 – 150 of 501) sorted by relevance

12345678910>>...21

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.h39 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) PHP_ATTRIBUTE_FORMAT(type, idx, first) argument
41 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) argument
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_ukey_variation5.phpt15 'first' => array('blue' => 1, 'red' => 2),
24 'first' => array('blue' => 1, 'red' => 2,),
H A Dbug48854.phpt2 Bug #48854 (array_merge_recursive modifies arrays after first one)
/PHP-7.4/ext/standard/tests/dir/
H A Dclosedir_variation2-win32-mb.phpt29 echo "\n-- Close directory handle first time: --\n";
48 -- Close directory handle first time: --
H A Dclosedir_variation2.phpt23 echo "\n-- Close directory handle first time: --\n";
42 -- Close directory handle first time: --
/PHP-7.4/ext/phar/tests/
H A Dphar_convert_tar.phpt15 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
50 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_zip.phpt15 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
49 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/PHP-7.4/ext/standard/tests/file/
H A Dfflush_basic.phpt11 first line of string
49 first line of string
H A Dftruncate_error.phpt25 // check the first size
31 // check the first size
56 // check the first size
63 // check the first size
/PHP-7.4/ext/oci8/tests/
H A Dlob_016.phpt31 $row['LOB_1']->write("first");
68 string(5) "first"
H A Dlob_017.phpt33 $row['LOB_1']->write("first");
70 string(5) "first"
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_025.phpt2 Test typed properties type must preceed first declaration in group
/PHP-7.4/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-7.4/Zend/tests/try/
H A Dtry_multicatch_002.phpt2 Catch first exception in the multicatch
H A Dtry_multicatch_006.phpt2 Catch first exception in the second multicatch
/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-error10.phpt2 Flexible heredoc syntax error 10: unindented variable interpolation (as first value)
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
H A Dmagic_by_ref_001.phpt2 passing first parameter of __set() by ref
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
/PHP-7.4/ext/mbstring/tests/
H A Dzend_multibyte-12.phpt14 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dzend_multibyte-11.phpt15 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-7.4/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt16 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
18 var_dump($first, $a, $b, $c);
21 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
31 $str = "arr[first]=sid&arr[forth]=bill";
122 ["first"]=>
162 ["first"]=>
/PHP-7.4/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
/PHP-7.4/Zend/tests/generators/
H A Dbug78434.phpt2 Bug #78434: Generator skips first item after valid() call
/PHP-7.4/ext/date/tests/
H A Dbug71525.phpt8 $date->modify('first day of next month');

Completed in 26 milliseconds

12345678910>>...21