Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/ext/standard/tests/file/
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-5.4/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-5.4/Zend/tests/
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
H A Dobjects_024.phpt14 /* last */
/PHP-5.4/ext/phar/
H A Dshortarc.php125 $last = (binary)fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/PHP-5.4/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.4/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.4/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.4/sapi/cli/
H A Dphp_cli_server.c155 php_cli_server_chunk *last; member
880 buffer->last = NULL; in php_cli_server_buffer_ctor()
885 php_cli_server_chunk *last; in php_cli_server_buffer_append() local
886 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_append()
887 if (!buffer->last) { in php_cli_server_buffer_append()
892 buffer->last = last; in php_cli_server_buffer_append()
897 php_cli_server_chunk *last; in php_cli_server_buffer_prepend() local
898 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_prepend()
899 last->next = buffer->first; in php_cli_server_buffer_prepend()
900 if (!buffer->last) { in php_cli_server_buffer_prepend()
[all …]
/PHP-5.4/ext/mbstring/tests/
H A Dmb_substr.phpt21 // Note: returns last character
/PHP-5.4/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.4/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.4/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.4/ext/intl/grapheme/
H A Dgrapheme_util.h30 …eedle, int32_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case, int last TSRMLS_DC);
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dgrepinputx43 This is the last line of this file.

Completed in 38 milliseconds

1234567891011