Home
last modified time | relevance | path

Searched refs:last (Results 176 – 200 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mbstring/tests/
H A Dmb_strripos_basic2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strripos_variation1.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strripos_variation2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrpos_variation1.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strripos_basic.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c9 zend_op *end = op_array->opcodes + op_array->last;
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_variation1.phpt11 * Description: Find position of last occurrence of a string within another
H A Diconv_strrpos_variation2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/ext/standard/tests/file/
H A D005_variation-win32.phpt13 Description: Returns the time the file was last accessed, or FALSE
17 Description: Returns the time the file was last modified, or FALSE
21 Description: Returns the time the file was last changed, or FALSE
H A D005_variation.phpt16 Description: Returns the time the file was last accessed, or FALSE
20 Description: Returns the time the file was last modified, or FALSE
24 Description: Returns the time the file was last changed, or FALSE
H A Dfeof_basic.phpt27 //last time to set the eof flag but it will fail to read.
/PHP-5.5/ext/pdo/
H A DTODO63 mysqli_info(); info about rows affected by last query
/PHP-5.5/ext/dba/tests/
H A Ddba_handler.inc11 dba_insert("key5", "The last content string", $db_file);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation2.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation1.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation9.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation9.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation1.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation11.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation14.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp150 int32_t CodePointBreakIterator::last(void) in last() function in CodePointBreakIterator
/PHP-5.5/ext/shmop/
H A DREADME1 last update Jan 2, 2002 (hackie@prohost.org/ilia@prohost.org)
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in321 ; last request cpu - the %cpu the last request consumed
325 ; last request memory - the max amount of memory the last request consumed
330 ; last request the process has served. Otherwise informations are related to
345 ; last request cpu: 0.00
346 ; last request memory: 0
/PHP-5.5/ext/opcache/
H A Dzend_persist.c194 op_array->size = op_array->last;
247 zend_op *new_opcodes = zend_accel_memdup(op_array->opcodes, sizeof(zend_op) * op_array->last);
249 zend_op *end = new_opcodes + op_array->last;

Completed in 33 milliseconds

12345678910>>...12