Home
last modified time | relevance | path

Searched refs:first (Results 176 – 200 of 473) sorted by relevance

12345678910>>...19

/PHP-8.1/ext/standard/tests/array/
H A Dbug48854.phpt2 Bug #48854 (array_merge_recursive modifies arrays after first one)
H A Darsort_variation9.phpt18 array("first", 5 => "second", "third"),
146 string(5) "first"
156 string(5) "first"
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_013.phpt19 loadEntities(array("first", "second"));
H A Dsccp_014.phpt20 loadEntities(array("first", "second"));
/PHP-8.1/Zend/tests/try/
H A Dtry_multicatch_006.phpt2 Catch first exception in the second multicatch
/PHP-8.1/Zend/tests/
H A Dbug69092.phpt18 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
H A Dns_068.phpt13 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
H A Dmethods-on-non-objects-call-user-func.phpt13 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_39_toggleExtended.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
30 Inserting first time which should succeed
/PHP-8.1/ext/pcre/tests/
H A Dpreg_split_basic.phpt11 …APTURE|PREG_SPLIT_NO_EMPTY)); //all text before (parentheses) is put into first element, ( into se…
12 …ind NAME regardless of case in $string (can't split it so just returns how string as first element)
/PHP-8.1/ext/pdo/tests/
H A Dpdo_021.phpt46 $stmt2 = $db->prepare("INSERT INTO test VALUES(:first, :second, :third)");
48 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1],
/PHP-8.1/ext/mysqli/tests/
H A D026.phpt27 mysqli_stmt_send_long_data($stmt, 1, "This is the first sentence.");
64 …string(99) "This is the first sentence. And this is the second sentence. And finally this is the l…
H A Dmysqli_debug_mysqlnd_control_string.phpt82 …printf("[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trac…
87 …printf("[045] Line numbers have not been found, first characters from trace are '%s'\n", substr($t…
93 …printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trac…
98 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
106 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
109 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
122 …] Looks like a function call, but there should be none in the trace file, first characters from tr…
/PHP-8.1/ext/phar/tests/
H A Dphar_convert_tar2.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
54 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_tar3.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
55 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/PHP-8.1/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
/PHP-8.1/ext/dom/tests/
H A DDOM4_DOMNode_replaceWith.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
/PHP-8.1/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt11 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
21 $str = "arr[first]=sid&arr[forth]=bill";
77 ["first"]=>
117 ["first"]=>
/PHP-8.1/ext/intl/tests/
H A Dbreakiter_current_basic.phpt14 var_dump($bi->first());
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-8.1/ext/simplexml/tests/
H A D001-mb.phpt23 string(5) "first"
H A D001.phpt23 string(5) "first"

Completed in 63 milliseconds

12345678910>>...19