Home
last modified time | relevance | path

Searched refs:last (Results 76 – 100 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/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.5/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.5/Zend/tests/
H A Dobjects_024.phpt14 /* last */
/PHP-5.5/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c92 opline = &op_array->opcodes[op_array->last - 1];
114 opline = &op_array->opcodes[op_array->last - 1];
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS4 :: The last error is always stored globally.
23 The internal PHP code can set the global last error with:
28 and by passing NULL as the first parameter. The last function is a combination
34 :: The last is ALSO stored in the object whose method call triggered the error,
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c158 php_cli_server_chunk *last; member
1011 buffer->last = NULL; in php_cli_server_buffer_ctor()
1016 php_cli_server_chunk *last; in php_cli_server_buffer_append() local
1017 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_append()
1018 if (!buffer->last) { in php_cli_server_buffer_append()
1023 buffer->last = last; in php_cli_server_buffer_append()
1028 php_cli_server_chunk *last; in php_cli_server_buffer_prepend() local
1029 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_prepend()
1030 last->next = buffer->first; in php_cli_server_buffer_prepend()
1031 if (!buffer->last) { in php_cli_server_buffer_prepend()
[all …]
/PHP-5.5/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.5/ext/pcre/pcrelib/testdata/
H A Dgrepinputx43 This is the last line of this file.
/PHP-5.5/ext/dba/tests/
H A Ddba_gdbm.phpt34 string(23) "The last content string"
H A Ddba_qdbm.phpt32 string(23) "The last content string"
H A Ddba004.phpt17 dba_insert("key5", "The last content string", $db_file);
H A Ddba005.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug33386.phpt2 Bug #33386 (ScriptControl only sees last function of class)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug48660.phpt2 Bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrchr_error2.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_error2.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strripos_error2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-5.5/ext/pcre/tests/
H A Dpreg_last_error_error.phpt7 * Description: Returns the error code of the last PCRE regex execution
/PHP-5.5/ext/date/tests/
H A Ddate_period.phpt19 $di = DateInterval::createFromDateString( 'last thursday of next month' );
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation8.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation7.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-5.5/ext/standard/tests/array/
H A Dend_variation2.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-5.5/ext/standard/tests/file/
H A D005_error.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
/PHP-5.5/ext/pdo_mysql/tests/
H A Dlast_insert_id.phpt2 PDO MySQL auto_increment / last insert id

Completed in 44 milliseconds

12345678910>>...12