Home
last modified time | relevance | path

Searched refs:first (Results 176 – 200 of 501) sorted by relevance

12345678910>>...21

/PHP-7.4/Zend/tests/
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug69092.2.phpt18 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dbug26802.phpt25 * call foo::fail. In PHP 5 we first evaluate static class
/PHP-7.4/ext/xmlreader/tests/
H A D014.phpt28 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
31 // Try to set the name of the first attribute from "num" to "number"
/PHP-7.4/ext/phar/tests/
H A Dphar_convert_tar2.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
55 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_tar3.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
56 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_buildfromdirectory2-win.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
/PHP-7.4/tests/func/
H A D004.phpt25 echo "Calling function for the first time...\n";
39 Calling function for the first time...
/PHP-7.4/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');
H A Dtimezones.phpt11 //now the first and the last one
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists.phpt74 // first args as array
84 // first args as boolean
90 // first argument as floating point value
117 /* error condition, first argument as object */
255 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
279 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
302 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt82 …printf("[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trac…
87 …printf("[045] Line numbers have not been found, first characters from trace are '%s'\n", substr($t…
93 …printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trac…
98 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
106 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
109 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
122 …] Looks like a function call, but there should be none in the trace file, first characters from tr…
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_current_basic.phpt16 var_dump($bi->first());
H A Dbreakiter_next_basic.phpt15 var_dump($bi->first());
/PHP-7.4/ext/gd/tests/
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
/PHP-7.4/ext/dom/
H A Dcharacterdata.c230 xmlChar *cur, *first, *second; in PHP_FUNCTION() local
258 first = xmlUTF8Strndup(cur, (int)offset); in PHP_FUNCTION()
262 xmlNodeSetContent(node, first); in PHP_FUNCTION()
266 xmlFree(first); in PHP_FUNCTION()
/PHP-7.4/ext/dom/tests/
H A DDOMComment_construct_basic_001.phpt12 $comment = new DOMComment("This is the first comment.");
H A DDOMNode_normalize_basic.phpt33 $text = $doc->createTextNode('This is the first title');
53 // should concatenate first and second title text nodes
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_stub.phpt16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
69 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_stub.phpt16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
69 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-7.4/ext/simplexml/tests/
H A Dbug37386.phpt2 Bug #39760 (autocreating element doesn't assign value to first node)
/PHP-7.4/ext/spl/tests/
H A Drecursiveiteratoriterator_enditeration_basic.phpt2 SPL: RecursiveIteratorIterator::endIteration() is called when ::valid() first returns false
/PHP-7.4/sapi/cgi/tests/
H A Dbug61605.phpt11 header("A: first");

Completed in 32 milliseconds

12345678910>>...21