Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.0/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…
/PHP-7.0/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.0/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.0/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt33 $text = $doc->createTextNode('This is the first title');
53 // should concatenate first and second title text nodes
H A DDOMComment_construct_basic_001.phpt12 $comment = new DOMComment("This is the first comment.");
/PHP-7.0/ext/gd/tests/
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
/PHP-7.0/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.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput393 No first char
102 No first char
171 No first char
H A Dtestoutput574 No first char
89 No first char
107 No first char
130 No first char
177 No first char
216 No first char
232 No first char
244 No first char
279 No first char
291 No first char
[all …]
H A Dtestoutput22-1637 No first char
64 No first char
H A Dtestoutput22-3249 No first char
76 No first char
/PHP-7.0/ext/standard/tests/array/
H A Darsort_variation9.phpt24 array("first", 5 => "second", "third"),
152 string(5) "first"
162 string(5) "first"
H A Dasort_variation9.phpt24 array("first", 5 => "second", "third"),
148 string(5) "first"
158 string(5) "first"
H A Dkrsort_variation9.phpt24 array("first", 5 => "second", 1 => "third"),
151 string(5) "first"
161 string(5) "first"
H A Dksort_variation9.phpt23 array("first", 5 => "second", 1 => "third"),
146 string(5) "first"
156 string(5) "first"
H A Dsort_variation9.phpt26 "holes" => array("first", 5 => "second", "third")
97 string(5) "first"
134 string(5) "first"
H A Dkey_exists_variation2.phpt44 // object has index = 0, netherless its position is the first
49 // stream resource has index = 0, netherless its position is the first
/PHP-7.0/ext/dom/
H A Dcharacterdata.c239 xmlChar *cur, *first, *second; in PHP_FUNCTION() local
266 first = xmlUTF8Strndup(cur, (int)offset); in PHP_FUNCTION()
270 xmlNodeSetContent(node, first); in PHP_FUNCTION()
274 xmlFree(first); in PHP_FUNCTION()
/PHP-7.0/ext/date/tests/
H A Dtimezones.phpt11 //now the first and the last one
/PHP-7.0/ext/dba/tests/
H A Ddba015.phpt37 echo "Test 4 - fetch both rows from first resource\n";
65 Test 4 - fetch both rows from first resource
/PHP-7.0/sapi/cgi/tests/
H A Dbug61605.phpt11 header("A: first");
/PHP-7.0/ext/simplexml/tests/
H A Dbug37386.phpt2 Bug #39760 (autocreating element doesn't assign value to first node)
/PHP-7.0/ext/spl/tests/
H A Drecursiveiteratoriterator_enditeration_basic.phpt2 SPL: RecursiveIteratorIterator::endIteration() is called when ::valid() first returns false

Completed in 27 milliseconds

12345678910>>...26