Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.1/ext/standard/tests/strings/
H A Dstrripos_basic2.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrchr_variation2.phpt6 * Description: Finds the last occurrence of a character in a string.
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strrchr_basic.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strripos_error1.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrichr_basic.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strrichr_variation5.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dbug43841.phpt11 * Description: Find position of last occurrence of a string within another
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_strrpos_variation2.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt88 $last = strtolower($val[strlen($val)-1]);
90 switch($last) {
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt39 // One below is intentionally broken (compare the last character):
H A Dbug65538.phar125 $last = (binary)fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2b.phpt20 // Since each column only has one lob descriptor, the last row is
/PHP-7.1/ext/pgsql/
H A DREADME13 parameter as last parameter, not like other functions. From 4.2.0,
75 pg_send_query() will block until last query is completed.
182 Returns the last notice set by the backend
/PHP-7.1/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-7.1/ext/opcache/Optimizer/
H A Dpass2.c38 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass2()
/PHP-7.1/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
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in204 ; last request cpu - the %cpu the last request consumed
208 ; last request memory - the max amount of memory the last request consumed
213 ; last request the process has served. Otherwise informations are related to
228 ; last request cpu: 0.00
229 ; last request memory: 0
/PHP-7.1/ext/standard/
H A Dvar_unserializer.c29 void *last; member
91 var_entries *var_hash = (*var_hashx)->last; in var_push()
104 ((var_entries *) (*var_hashx)->last)->next = var_hash; in var_push()
107 (*var_hashx)->last = var_hash; in var_push()
568 var_entries *orig_var_entries = (*var_hash)->last; in php_var_unserialize()
/PHP-7.1/ext/pdo/
H A DTODO63 mysqli_info(); info about rows affected by last query

Completed in 34 milliseconds

12345678910>>...13