Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/Zend/tests/
H A Dbug66015.phpt12 self::FIRST => 'first',
28 1 => 'first',
H A Dbug66286.phpt6 abstract class first {
10 class second extends first {
H A Dbug71428.2.phpt8 …public function fetch(int $first = PDO::FETCH_BOTH, int $second = PDO::FETCH_ORI_NEXT, int $third …
14 …public function fetch(int $first = PDO::FETCH_ASSOC, int $second = PDO::FETCH_ORI_PRIOR, int $thir…
H A Dbug79657.phpt15 yield 'first';
27 function get(string $first, int $second): array
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_001.phpt2 Test strict declaration being first operation only
24 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/php-src/Zend/asm/
H A Dmake_sparc64_sysv_elf_gas.S29 # the first frame is for the call the second one holds the data
34 # store it in the first stack frame, also clear %fp there to indicate
48 # Save framepointer to first stack frame but first substract the BIAS
/php-src/ext/standard/tests/http/
H A Dbug38802.phpt52 echo "-- Test: fail at first redirection --\n";
56 echo "-- Test: fail at first redirection (2) --\n";
60 echo "-- Test: return at first redirection --\n";
64 echo "-- Test: return at first redirection (2) --\n";
123 -- Test: fail at first redirection --
132 -- Test: fail at first redirection (2) --
141 -- Test: return at first redirection --
155 -- Test: return at first redirection (2) --
/php-src/ext/standard/tests/array/
H A Dbug25359.phpt10 $data = array('first', 'fifth', 'second', 'forth', 'third');
23 string(5) "first"
H A Darray_unshift_basic2.phpt12 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
41 string(5) "first"
58 string(5) "first"
H A Darray_map_variation7.phpt7 * 1) first array as empty array
9 * 3) second array shorter than first array
10 * 4) first array shorter than second array
/php-src/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt9 $s1 = "first=val1/second=val2/third=val3";
18 ["first"]=>
/php-src/tests/lang/
H A Dbug30578.phpt21 echo "This should be displayed first.\n";
30 This should be displayed first.
/php-src/ext/dom/
H A Dtext.c105 xmlChar *first; in PHP_METHOD() local
138 first = xmlUTF8Strndup(cur, (int)offset); in PHP_METHOD()
141 xmlNodeSetContent(node, first); in PHP_METHOD()
144 xmlFree(first); in PHP_METHOD()
/php-src/ext/zlib/tests/
H A Dgzrewind_variation1.phpt9 gzwrite($h, 'The first string.');
22 The first string.The second string.
/php-src/ext/dom/tests/
H A DDOM4_DOMNode_remove.phpt10 $dom->loadXML('<test><one>first</one><two>second</two></test>');
22 Node Content: first
H A DDOM4_DOMNode_after.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
26 first
H A DDOM4_DOMNode_before.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
30 first
H A DDOMDocument_getElementsByTagName_liveness_tree_walk.phpt11 echo "-- On first child, for --\n";
20 echo "-- On first child, foreach --\n";
62 -- On first child, for --
68 -- On first child, foreach --
/php-src/ext/standard/tests/general_functions/
H A Dbug25038.phpt12 bar('first try');
29 This is an exception from bar(first try).
/php-src/ext/phar/tests/
H A Dbug53872.phpt15 print(file_get_contents('phar://bug53872-phar.phar/first.txt'));
24 content of first.txt
H A Dphar_stub_write.phpt12 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
50 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
51 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/php-src/ext/date/tests/
H A Dbug54340.phpt9 $dt = new DateTime('first day of January 2011');
15 $dt = new DateTime('first day of January 2011');
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt27 static $first = true;
32 fwrite($f, $first ? $dtd : $entity);
33 $first = false;
/php-src/ext/simplexml/tests/
H A D007.phpt12 <elem1 attr1='first'>
54 string(5) "first"
79 string(5) "first"
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
26 <elem1 attr1="first"/>

Completed in 22 milliseconds

12345678910>>...21