Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.4/ext/standard/tests/array/
H A Dbug25359.phpt10 $data = array('first', 'fifth', 'second', 'forth', 'third');
23 string(5) "first"
H A Darray_unshift_basic2.phpt17 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
46 string(5) "first"
63 string(5) "first"
/PHP-7.4/tests/lang/
H A Dbug30578.phpt21 echo "This should be displayed first.\n";
30 This should be displayed first.
/PHP-7.4/Zend/tests/
H A Dbug71428.2.phpt8 public function fetch($first = null, $second, $third);
14 public function fetch($first = null, $second = null, $third = null);
H A Dbug79657.phpt15 yield 'first';
27 function get(string $first, int $second): array
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
/PHP-7.4/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-7.4/ext/standard/tests/general_functions/
H A Dbug25038.phpt12 bar('first try');
30 This is an exception from bar(first try).
/PHP-7.4/ext/zlib/tests/
H A Dgzrewind_variation1.phpt13 gzwrite($h, 'The first string.');
27 The first string.The second string.
H A Dgzseek_variation1.phpt13 $str1 = "This is the first line.";
30 This is the first line.
/PHP-7.4/ext/simplexml/tests/
H A D007.phpt12 <elem1 attr1='first'>
55 string(5) "first"
80 string(5) "first"
H A D002.phpt12 <elem1 attr1='first'>
45 string(5) "first"
H A D010.phpt16 <elem1 attr1='first'>
45 string(5) "first"
H A Dsxe_001.phpt15 <elem1 attr1='first'>
44 string(5) "first"
/PHP-7.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-7.4/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-7.4/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt14 $s1 = "first=val1/second=val2/third=val3";
24 ["first"]=>
/PHP-7.4/ext/standard/tests/file/
H A Duserdirstream.phpt16 $sample = array('first','second','third','fourth');
44 string(5) "first"
/PHP-7.4/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
26 <elem1 attr1="first"/>
/PHP-7.4/ext/phar/tests/
H A Dphar_stub_write.phpt12 $stub = '<?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 = '<?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
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt26 echo "After first check\n";
32 After first check
/PHP-7.4/ext/json/tests/
H A Dbug46944.phpt9 $first = 0xf0 | ($i >> 2);
11 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/PHP-7.4/ext/dom/
H A Dtext.c140 xmlChar *first; in PHP_FUNCTION() local
169 first = xmlUTF8Strndup(cur, (int)offset); in PHP_FUNCTION()
174 xmlNodeSetContent(node, first); in PHP_FUNCTION()
177 xmlFree(first); in PHP_FUNCTION()

Completed in 52 milliseconds

12345678910>>...21