Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/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-5.5/ext/spl/tests/
H A DSplFileObject_fpassthru_basic.phpt9 first,second,third
H A DSplFileObject_fscanf_basic.phpt11 string(18) "first,second,third"
/PHP-5.5/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 Darray_key_exists.phpt74 // first args as array
84 // first args as boolean
90 // first argument as floating point value
117 /* error condition, first argument as object */
255 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
279 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
290 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
/PHP-5.5/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-5.5/ext/standard/tests/dir/
H A Dclosedir_variation2.phpt23 echo "\n-- Close directory handle first time: --\n";
42 -- Close directory handle first time: --
/PHP-5.5/ext/standard/tests/file/
H A Dfflush_basic.phpt11 first line of string
51 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-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt25 $a = array('one' => 'first');
57 'one' => 'first',
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_unbuffered_no_full_fetch.phpt25 // Fetch #3 - free first, without having fetched all rows from previous query
39 Notice: sybase_unbuffered_query(): Sybase: Called without first fetching all rows from a previous …
/PHP-5.5/tests/classes/
H A Dnew_001.phpt20 echo "\$f initially points to the first object:\n";
34 $f initially points to the first object:
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-161 /-- Tests for reloading pre-compiled patterns. The first one gives an error
50 No first char
83 No first char
H A Dtestoutput21-321 /-- Tests for reloading pre-compiled patterns. The first one gives an error
62 No first char
95 No first char
H A Dwintestoutput384 No first char
93 No first char
163 No first char
/PHP-5.5/ext/standard/tests/strings/
H A Dbug20169.phpt2 Bug #20169 (implode() clobbers first argument)
H A Dparse_str_basic4.phpt24 $str = "first=%41&second=%a&third=%b";
26 var_dump($first, $second, $third);
/PHP-5.5/ext/openssl/tests/
H A Dbug41353.phpt2 Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg)
/PHP-5.5/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-5.5/sapi/fpm/fpm/
H A Dfpm_status.c386 int i, first; in fpm_status_handle_request() local
400 first = 1; in fpm_status_handle_request()
407 if (first) { in fpm_status_handle_request()
408 first = 0; in fpm_status_handle_request()
/PHP-5.5/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-5.5/ext/mbstring/tests/
H A Dzend_multibyte-12.phpt13 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc50 /** Rewind to the first element of the first inner Iterator.
108 return; /* found element as first elemet in another iterator */

Completed in 34 milliseconds

12345678910>>...25