Home
last modified time | relevance | path

Searched refs:first (Results 201 – 225 of 473) sorted by relevance

12345678910>>...19

/PHP-8.1/ext/standard/tests/array/
H A Dasort_variation9.phpt18 array("first", 5 => "second", "third"),
142 string(5) "first"
152 string(5) "first"
H A Dsort_variation9.phpt20 "holes" => array("first", 5 => "second", "third")
91 string(5) "first"
128 string(5) "first"
H A Dkrsort_variation9.phpt19 array("first", 5 => "second", 1 => "third"),
146 string(5) "first"
156 string(5) "first"
H A Dksort_variation9.phpt18 array("first", 5 => "second", 1 => "third"),
141 string(5) "first"
151 string(5) "first"
/PHP-8.1/ext/date/tests/
H A Dbug73858.phpt10 $ss = 'february first day of last month midnight';
11 $es = 'february first day of this month midnight - 1 second';
53 $e = new DateTime('february first day of this month midnight');
/PHP-8.1/ext/standard/tests/file/
H A Dfdatasync.phpt8 first line of string
58 first line of string
H A Dfsync.phpt8 first line of string
58 first line of string
H A Dbug27619.phpt9 /* Echo out the first four bytes 'this' without applying filter
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_stub.phpt16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
68 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-8.1/tests/func/
H A D004.phpt25 echo "Calling function for the first time...\n";
39 Calling function for the first time...
/PHP-8.1/ext/phar/tests/zip/
H A Dphar_stub.phpt16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
68 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-8.1/ext/xmlreader/tests/
H A D014.phpt32 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
39 // Try to set the name of the first attribute from "num" to "number"
/PHP-8.1/ext/gd/tests/
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
/PHP-8.1/ext/intl/tests/
H A Dbreakiter_next_basic.phpt13 var_dump($bi->first());
/PHP-8.1/ext/mbstring/tests/
H A Dbug65544.phpt2 Bug #65544: mb title case conversion-first word in quotation isn't capitalized
/PHP-8.1/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm30 ; first arg of make_fcontext() == top of context-stack
33 ; reserve space for first argument of context-function
50 ; first arg of make_fcontext() == top of context-stack
76 ; will be entered after calling jump_fcontext() first time
H A Dmake_ppc32_sysv_macho_gas.S83 ; first arg of make_fcontext() == top address of context-function
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_015.phpt22 loadEntities(array("first", "second"));
/PHP-8.1/Zend/tests/
H A Dbug31720.phpt15 array_walk(): Argument #2 ($callback) must be a valid callback, first array member is not a valid c…
H A Dbug69092.2.phpt18 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-8.1/ext/standard/tests/strings/
H A Dbug48709.phpt8 'kn', // Drop first letter
/PHP-8.1/ext/simplexml/tests/
H A Dbug37386.phpt2 Bug #39760 (autocreating element doesn't assign value to first node)
H A D000.phpt82 string(5) "first"
117 string(5) "first"
177 string(5) "first"
/PHP-8.1/ext/phar/tests/
H A Dphar_buildfromdirectory2-win.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
/PHP-8.1/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt31 $text = $doc->createTextNode('This is the first title');
51 // should concatenate first and second title text nodes

Completed in 67 milliseconds

12345678910>>...19