Home
last modified time | relevance | path

Searched refs:last (Results 51 – 75 of 310) sorted by relevance

12345678910>>...13

/PHP-7.1/Zend/tests/generators/
H A Dyield_closure.phpt2 Generator shouldn't crash if last yielded value is a closure
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_get_client_stats_skipped.phpt33 /* fetch all rows but the last one */
37 /* enforce implicit cleaning of the wire and skipping the last row */
H A D026.phpt28 mysqli_stmt_send_long_data($stmt, 1, " And finally this is the last sentence.");
63 …his is the first sentence. And this is the second sentence. And finally this is the last sentence."
/PHP-7.1/ext/standard/tests/http/
H A Dbug60570.phpt36 echo "leak? penultimate iteration: $b, last one: $a\n";
50 leak? penultimate iteration: %d, last one: %d
/PHP-7.1/ext/dba/tests/
H A Ddba_tcadb.phpt41 string(23) "The last content string"
58 string(23) "The last content string"
/PHP-7.1/ext/pgsql/tests/
H A D80_bug14383.phpt38 string(23) "The last content string"
55 string(23) "The last content string"
/PHP-7.1/ext/standard/tests/file/
H A D005_basic.phpt7 Description: Returns the time the file was last accessed, or FALSE
11 Description: Returns the time the file was last modified, or FALSE
15 Description: Returns the time the file was last changed, or FALSE
H A D005_variation2.phpt15 Description: Returns the time the file was last accessed, or FALSE
19 Description: Returns the time the file was last modified, or FALSE
23 Description: Returns the time the file was last changed, or FALSE
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
H A Dbug40501.phpt19 string(%d) "and it isn't the last element$"
H A Dfread_fwrite_basic.phpt53 echo "last bytes: ".fread($h, strlen($out))."\n";
71 last bytes: xtra
H A D005_variation2-win32.phpt15 Description: Returns the time the file was last accessed, or FALSE
19 Description: Returns the time the file was last modified, or FALSE
23 Description: Returns the time the file was last changed, or FALSE
/PHP-7.1/Zend/tests/try/
H A Dtry_multicatch_004.phpt2 Catch last exception in the multicatch
/PHP-7.1/ext/mbstring/tests/
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
H A Dbug75944.phpt2 Bug #75944 (wrong detection cp1251 encoding because of missing last cyrillic letter)
/PHP-7.1/ext/intl/tests/
H A Dbreakiter_previous_basic.phpt15 var_dump($bi->last());
/PHP-7.1/ext/spl/tests/
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
/PHP-7.1/Zend/tests/
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
/PHP-7.1/ext/date/tests/
H A Dbug67109.phpt7 var_dump(date('d.m.Y',strtotime('last day of april')));
H A Dtimezones.phpt11 //now the first and the last one
H A Dbug46268.phpt2 Bug #46268 (When call DateTime#setTime, it seems to be called the last modify method too)
/PHP-7.1/ext/standard/tests/class_object/
H A Dis_a_error_001.phpt25 echo "\n-- Testing is_a() function with non-boolean in last position --\n";
44 -- Testing is_a() function with non-boolean in last position --
H A Dis_subclass_of_error_001.phpt22 //Test is_subclass_of with invalid last argument
27 //Test is_subclass_of with invalid last argument
/PHP-7.1/ext/phar/
H A Dshortarc.php125 $last = (binary)fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);

Completed in 26 milliseconds

12345678910>>...13