Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-7.1/ext/xmlwriter/tests/
H A DOO_009.phpt20 $xw->writeAttribute('attr1', 'first');
40 <elem1 attr1="first">
/PHP-7.1/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: --
H A Dclosedir_variation2.phpt23 echo "\n-- Close directory handle first time: --\n";
42 -- Close directory handle first time: --
/PHP-7.1/ext/phar/tests/
H A Dtest_unset.phpt16 $phar->setAlias('first');
23 $phar->setAlias('first');
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(); ?>
/PHP-7.1/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt27 $first = $stmt->fetchAll();
39 var_dump($first, $second);
/PHP-7.1/Zend/
H A Dzend_portability.h207 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
209 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
213 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
215 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
/PHP-7.1/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";
120 ["first"]=>
160 ["first"]=>
H A Dstrtok_variation1.phpt2 Test strtok() function : usage variations - first argument as non-string
11 * Testing strtok() : with first argument as non-string
14 echo "*** Testing strtok() : with first argument as non-string ***\n";
103 *** Testing strtok() : with first argument as non-string ***
H A Dbug20169.phpt2 Bug #20169 (implode() clobbers first argument)
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug_61755.phpt17 echo "NULL-Byte before first placeholder:\n";
35 NULL-Byte before first placeholder:
/PHP-7.1/Zend/tests/
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…
H A Dobjects_011.phpt2 redefining constructor (__construct first)
/PHP-7.1/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_005.phpt2 Test strict declaration being first operation only 005
/PHP-7.1/ext/standard/tests/array/
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 --
H A Darray_diff_ukey_variation5.phpt15 'first' => array('blue' => 1, 'red' => 2),
24 'first' => array('blue' => 1, 'red' => 2,),
/PHP-7.1/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.1/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.1/ext/zlib/tests/
H A Dgzseek_variation7.phpt13 $str1 = "This is the first line.";
46 This is the first line.This is the second line.
/PHP-7.1/ext/standard/tests/file/
H A Dfflush_basic.phpt11 first line of string
49 first line of string
/PHP-7.1/ext/oci8/tests/
H A Dlob_016.phpt31 $row['LOB_1']->write("first");
68 string(5) "first"
/PHP-7.1/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt25 $a = array('one' => 'first');
57 'one' => 'first',

Completed in 34 milliseconds

12345678910>>...27