Home
last modified time | relevance | path

Searched refs:first (Results 101 – 125 of 501) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/zlib/tests/
H A Dgzseek_variation4.phpt13 $str1 = "This is the first line.";
39 This is the first line.
H A Dgzseek_variation7.phpt13 $str1 = "This is the first line.";
46 This is the first line.This is the second line.
/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
65 // remove any element !first, !last, rewind and check end()
66 echo "\n-- Remove any element from array apart from first and last element --\n";
195 -- Remove first element from array --
202 -- Remove any element from array apart from first and last element --
H A Dend_64bit.phpt53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
65 // remove any element !first, !last, rewind and check end()
66 echo "\n-- Remove any element from array apart from first and last element --\n";
194 -- Remove first element from array --
201 -- Remove any element from array apart from first and last element --
H A Darray_column_error.phpt20 echo "\n-- Testing array_column() function with string as first parameter --\n";
23 echo "\n-- Testing array_column() function with int as first parameter --\n";
53 -- Testing array_column() function with string as first parameter --
58 -- Testing array_column() function with int as first parameter --
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_005.phpt2 Test strict declaration being first operation only 005
H A Dscalar_strict_declaration_placement_004.phpt2 Test strict declaration being first operation only 004
/PHP-7.4/Zend/tests/
H A Dobjects_011.phpt2 redefining constructor (__construct first)
H A Dobjects_033.phpt7 // object HashTable first, then parent, then grandparent, etc...
14 // This test ensures that the first comparison yields the same
H A Dcall_user_func_002.phpt25 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
29 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fpassthru_basic.phpt9 first,second,third
H A DSplFileObject_fscanf_basic.phpt11 string(18) "first,second,third"
/PHP-7.4/ext/standard/tests/ini_info/scandir/
H A D0.ini1 ; This file is named 0.ini so it should be the first line of
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation3.phpt19 echo "\n-- Open directory first time: --\n";
43 -- Open directory first time: --
H A Dopendir_variation3-win32-mb.phpt25 echo "\n-- Open directory first time: --\n";
49 -- Open directory first time: --
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_61755.phpt17 echo "NULL-Byte before first placeholder:\n";
35 NULL-Byte before first placeholder:
/PHP-7.4/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt27 $first = $stmt->fetchAll();
39 var_dump($first, $second);
/PHP-7.4/ext/pcre/tests/
H A Dbug75089.phpt2 Bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string)
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_38_extended_error.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
26 Inserting first time which should succeed
/PHP-7.4/ext/standard/tests/strings/
H A Dbug20169.phpt2 Bug #20169 (implode() clobbers first argument)
/PHP-7.4/ext/openssl/tests/
H A Dbug41353.phpt2 Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg)
/PHP-7.4/ext/intl/tests/
H A Dregression_sort_and_cow.phpt13 * Sort the array and the first copy.
26 // Sort given array and the first copy of it.
H A Dregression_sortwsk_and_cow.phpt14 * Sort the array and the first copy.
27 // Sort given array and the first copy of it.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt25 $a = array('one' => 'first');
57 'one' => 'first',
/PHP-7.4/ext/phar/tests/
H A Dphar_stub.phpt12 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
21 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
86 <?php echo "first stub\n"; __HALT_COMPILER(); ?>

Completed in 36 milliseconds

12345678910>>...21