Home
last modified time | relevance | path

Searched refs:first (Results 201 – 225 of 501) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation9.phpt24 array("first", 5 => "second", "third"),
152 string(5) "first"
162 string(5) "first"
H A Dasort_variation9.phpt24 array("first", 5 => "second", "third"),
148 string(5) "first"
158 string(5) "first"
H A Dkrsort_variation9.phpt24 array("first", 5 => "second", 1 => "third"),
151 string(5) "first"
161 string(5) "first"
H A Dksort_variation9.phpt23 array("first", 5 => "second", 1 => "third"),
146 string(5) "first"
156 string(5) "first"
H A Dsort_variation9.phpt26 "holes" => array("first", 5 => "second", "third")
97 string(5) "first"
134 string(5) "first"
H A Dkey_exists_variation2.phpt44 // object has index = 0, netherless its position is the first
49 // stream resource has index = 0, netherless its position is the first
/PHP-7.4/ext/simplexml/tests/
H A D000.phpt84 string(5) "first"
119 string(5) "first"
179 string(5) "first"
H A D009b.phpt12 <elem1 attr1='first'>Bla bla 1.<!-- comment --><elem2>
H A D008.phpt12 <elem1 attr1='first'>
H A D005.phpt13 <elem1 attr1='first'>
H A D009.phpt12 <elem1 attr1='first'>
/PHP-7.4/Zend/
H A Dzend_portability.h203 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
205 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
209 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
211 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory2.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_search.phpt25 $r = mb_ereg_search_getregs(); //get first result
/PHP-7.4/ext/dba/tests/
H A Ddba015.phpt37 echo "Test 4 - fetch both rows from first resource\n";
65 Test 4 - fetch both rows from first resource
H A Ddba_db4_018.phpt37 echo "Test 4 - fetch both rows from first resource\n";
67 Test 4 - fetch both rows from first resource
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt13 // Validate that we can see the first value
/PHP-7.4/sapi/cli/tests/
H A Dbug61679.phpt29 // Only echo the first line from the response,
/PHP-7.4/ext/gd/tests/
H A Dimagesetthickness_error1.phpt2 Testing imagetruecolortopalette(): wrong types for first parameter
/PHP-7.4/ext/standard/tests/file/
H A Dbug81223.phpt2 Bug #81223 (flock() only locks first byte of file)
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt18 //first() and last() don't read codepoint and set the last code point var to -1
21 $p = $codepoint_it->first();
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_nested.phpt43 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcallbacks_002.phpt14 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_variation5.phpt6 * Description: Uppercase the first character of each word in a string

Completed in 108 milliseconds

12345678910>>...21