Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 618) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/simplexml/tests/
H A D001.phpt24 string(5) "first"
/PHP-5.5/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
/PHP-5.5/ext/standard/tests/file/
H A Dbug27619.phpt9 /* Echo out the first four bytes 'this' without applying filter
/PHP-5.5/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 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"
/PHP-5.5/Zend/tests/
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt16 echo "-- Tests with special cases first - no lookup needed --\n";
46 -- Tests with special cases first - no lookup needed --
H A Dtimezones.phpt11 //now the first and the last one
/PHP-5.5/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-5.5/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-5.5/ext/dom/
H A Dcharacterdata.c259 xmlChar *cur, *first, *second; in PHP_FUNCTION() local
285 first = xmlUTF8Strndup(cur, offset); in PHP_FUNCTION()
289 xmlNodeSetContent(node, first); in PHP_FUNCTION()
293 xmlFree(first); in PHP_FUNCTION()
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_current_basic.phpt16 var_dump($bi->first());
H A Dbreakiter_next_basic.phpt15 var_dump($bi->first());

Completed in 72 milliseconds

12345678910>>...25