Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.4/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.4/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.4/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…
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 --
/PHP-5.4/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
26 <elem1 attr1="first"/>
/PHP-5.4/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" );
H A Ddate-time-modify-times.phpt14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
/PHP-5.4/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.4/ext/simplexml/tests/
H A D010.phpt16 <elem1 attr1='first'>
45 string(5) "first"
H A D002.phpt12 <elem1 attr1='first'>
45 string(5) "first"
H A Dsxe_001.phpt15 <elem1 attr1='first'>
44 string(5) "first"
H A D004.phpt13 <elem1 attr1='first'>
48 string(5) "first"
/PHP-5.4/ext/json/tests/
H A Dbug46944.phpt9 $first = 0xf0|($i >> 2);
11 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/PHP-5.4/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.4/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.4/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.
/PHP-5.4/ext/dom/tests/
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.
/PHP-5.4/ext/standard/tests/strings/
H A Dchop_variation3.phpt26 first line of heredoc string
75 string(86) "first line of heredoc string
78 string(86) "first line of heredoc string

Completed in 36 milliseconds

12345678910>>...24