Home
last modified time | relevance | path

Searched refs:last (Results 101 – 125 of 311) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/standard/tests/strings/
H A Dstrrpos_variation7.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation7.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation12.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation3.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrripos_variation5.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_variation12.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation13.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation3.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug48660.phpt2 Bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
/PHP-7.2/ext/dba/tests/
H A Ddba005.phpt17 dba_insert("key5", "The last content string", $db_file);
H A Ddba006.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-7.2/ext/date/tests/
H A Ddate_period.phpt19 $di = DateInterval::createFromDateString( 'last thursday of next month' );
H A Dbug50055.phpt17 $i2 = DateInterval::createFromDateString('third Tuesday of last month');
/PHP-7.2/ext/pdo_mysql/tests/
H A Dlast_insert_id.phpt2 PDO MySQL auto_increment / last insert id
/PHP-7.2/ext/mbstring/tests/
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-7.2/ext/iconv/tests/
H A Diconv_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.2/ext/com_dotnet/tests/
H A Dbug33386.phpt2 Bug #33386 (ScriptControl only sees last function of class)
/PHP-7.2/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/PHP-7.2/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-7.2/ext/standard/tests/array/
H A Dend_basic.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-7.2/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c65 opline = &op_array->opcodes[op_array->last - 1]; in zend_optimize_temporary_variables()
79 opline = &op_array->opcodes[op_array->last - 1]; in zend_optimize_temporary_variables()
/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c119 goto last; in mbfl_filt_conv_html_enc()
140 last: in mbfl_filt_conv_html_enc()

Completed in 23 milliseconds

12345678910>>...13