Home
last modified time | relevance | path

Searched refs:first (Results 51 – 75 of 618) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/standard/tests/file/
H A Duserdirstream.phpt16 $sample = array('first','second','third','fourth');
44 string(5) "first"
/PHP-5.5/ext/phar/tests/
H A Dphar_stub_write.phpt12 $stub = b'<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
51 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
52 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_stub_write_file.phpt13 $stub = b'<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
52 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
53 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dbug53872.phpt17 print(file_get_contents('phar://bug53872-phar.phar/first.txt'));
26 content of first.txt
H A Dtest_alias_unset.phpt15 $phar->setAlias('first');
20 $phar2->setAlias('first'); // this works because there are no references to $fname open
42 string(5) "first"
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_basic2.phpt17 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
46 string(5) "first"
63 string(5) "first"
H A Darray_map_variation7.phpt12 * 1) first array as empty array
14 * 3) second array shorter than first array
15 * 4) first array shorter than second array
H A Darray_key_exists_variation3.phpt40 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
48 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
56 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_037.phpt14 /* insert the first LOB */
28 var_dump($blob->write("first lob data"));
69 string(14) "first lob data"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1664 No first char
92 No first char
100 No first char
108 No first char
124 No first char
134 No first char
H A Dtestoutput217 No first char
41 No first char
63 No first char
81 No first char
168 No first char
178 No first char
190 No first char
202 No first char
210 No first char
231 No first char
[all …]
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
26 <elem1 attr1="first"/>
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c91 int first;
94 first = (code >> 16) & 0xff;
97 first = (code >> 8) & 0xff;
102 return first;
/PHP-5.5/ext/simplexml/tests/
H A D002.phpt12 <elem1 attr1='first'>
45 string(5) "first"
H A D010.phpt16 <elem1 attr1='first'>
45 string(5) "first"
H A D004.phpt13 <elem1 attr1='first'>
48 string(5) "first"
H A Dsxe_001.phpt15 <elem1 attr1='first'>
44 string(5) "first"
/PHP-5.5/ext/json/tests/
H A Dbug46944.phpt9 $first = 0xf0|($i >> 2);
11 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/PHP-5.5/Zend/tests/
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
H A Dbug46241.phpt11 echo "Caught on first level: '$errstr'\n";
31 echo "Caught on first level: '$errstr'\n";
/PHP-5.5/ext/date/tests/
H A Dbug43452.phpt27 // First, second, etc skip to the first/second weekday *after* the current day.
28 // This makes "first thursday" equivalent to "+1 week thursday" - but only
32 $day = strtotime( "first Thursday Nov 2007" );
43 $day = strtotime( "first Friday Nov 2007" );
/PHP-5.5/ext/dom/
H A Dtext.c149 xmlChar *first; in PHP_FUNCTION() local
178 first = xmlUTF8Strndup(cur, offset); in PHP_FUNCTION()
183 xmlNodeSetContent(node, first); in PHP_FUNCTION()
186 xmlFree(first); in PHP_FUNCTION()
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_basic2.phpt22 echo "first 20 characters=".gzread($h,20)."\n";
33 first 20 characters=When you're taught t
H A Dgzseek_variation1.phpt13 $str1 = "This is the first line.";
30 This is the first line.

Completed in 61 milliseconds

12345678910>>...25