Home
last modified time | relevance | path

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

1234567891011

/PHP-5.3/ext/standard/tests/file/
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 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 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-5.3/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
/PHP-5.3/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";
45 -- 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-5.3/ext/phar/
H A Dshortarc.php125 $last = (binary)fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/PHP-5.3/ext/date/tests/
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)
H A Dbug41599.phpt7 $start = new DateTime('2008-01-17 last Monday');
/PHP-5.3/ext/mbstring/oniguruma/
H A Dst.c494 st_table_entry *ptr, *last, *tmp; local
499 last = 0;
516 last = ptr;
523 if (last == 0) {
527 last->next = ptr->next;
/PHP-5.3/ext/mbstring/tests/
H A Dmb_substr.phpt21 // Note: returns last character
H A Dmb_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.3/tests/output/
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-5.3/ext/dba/tests/
H A Ddba_gdbm.phpt32 string(23) "The last content string"
H A Ddba_qdbm.phpt30 string(23) "The last content string"
H A Ddba004.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-5.3/ext/posix/tests/
H A Dposix_get_last_error_error.phpt10 * Description: Retrieve the error number set by the last posix function which failed.
/PHP-5.3/Zend/tests/
H A Dobjects_024.phpt14 /* last */
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dgrepinputx43 This is the last line of this file.
/PHP-5.3/ext/com_dotnet/tests/
H A Dbug33386.phpt2 Bug #33386 (ScriptControl only sees last function of class)
/PHP-5.3/ext/pcre/tests/
H A Dpreg_last_error_error.phpt7 * Description: Returns the error code of the last PCRE regex execution
/PHP-5.3/ext/standard/tests/array/
H A Dend_variation2.phpt6 * Description: Advances array argument's internal pointer to the last element and return it

Completed in 34 milliseconds

1234567891011