Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-7.1/ext/standard/tests/array/
H A Dbug48854.phpt2 Bug #48854 (array_merge_recursive modifies arrays after first one)
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 Dsort_variation9.phpt26 "holes" => array("first", 5 => "second", "third")
97 string(5) "first"
134 string(5) "first"
H A Dksort_variation9.phpt23 array("first", 5 => "second", 1 => "third"),
146 string(5) "first"
156 string(5) "first"
/PHP-7.1/ext/standard/tests/file/
H A Dbug27619.phpt9 /* Echo out the first four bytes 'this' without applying filter
/PHP-7.1/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
/PHP-7.1/ext/simplexml/tests/
H A D001-mb.phpt24 string(5) "first"
H A D001.phpt24 string(5) "first"
/PHP-7.1/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.1/ext/gd/tests/
H A Dimagegammacorrect_error3.phpt2 Testing error with non-double first paramenter of imagegammacorrect() of GD library,
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
/PHP-7.1/ext/standard/tests/strings/
H A Dbug48709.phpt8 'kn', // Drop first letter
/PHP-7.1/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.1/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.1/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.1/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 …]
/PHP-7.1/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.1/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.1/ext/date/tests/
H A Dtimezones.phpt11 //now the first and the last one

Completed in 30 milliseconds

12345678910>>...27