Home
last modified time | relevance | path

Searched refs:last (Results 151 – 175 of 261) sorted by relevance

1234567891011

/php-src/ext/mbstring/tests/
H A Dmb_str_split_error_conditions.phpt36 // The last string emitted by mb_str_split will include '?' as an error marker,
H A Dmb_str_split_jp.phpt65 /* compare initial string and last array element after splitting */
69 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
H A Dmb_str_split_utf8_utf16.phpt18 /* very first and very last utf-16 4-bytes characters */
/php-src/ext/phar/tests/files/
H A Dopenssl.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dopenssl256.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dopenssl512.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dinclude_path2.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dnophar.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dopenssl.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt92 $last = strtolower($val[strlen($val)-1]);
94 switch($last) {
/php-src/ext/pcre/tests/
H A Dbug79257.phpt2 Bug #79257: Duplicate named groups (?J) prefer last alternative even if not matched
/php-src/ext/xmlreader/tests/
H A D015.phpt45 // Node pointer should still be aat the last valid node
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c818 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_after_attribute_name()
969 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_attribute_value_double_quoted()
1063 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_attribute_value_single_quoted()
1154 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_attribute_value_unquoted()
1237 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_after_attribute_value_quoted()
1599 lxb_html_tokenizer_state_token_set_begin(tkz, tkz->last); in lxb_html_tokenizer_state_cdata_section_before()
1655 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->last, in lxb_html_tokenizer_state_cdata_section()
/php-src/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()
/php-src/ext/dom/
H A Ddomimplementation.c220 docp->last = (xmlNodePtr) doctype; in PHP_METHOD()
231 docp->last = NULL; in PHP_METHOD()
/php-src/ext/bcmath/tests/
H A Dstr2num_formatting.phpt4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
/php-src/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt43 * $tester->expectLogNotice() around last reload due to presence of debug messages.
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch65 tkz->last = end;
99 const lxb_char_t *last;
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c180 && function2->op_array.last > 0) { in _zend_accel_function_hash_copy()
268 zend_op *end = op_array->opcodes + op_array->last; in zend_accel_build_delayed_early_binding_list()
300 zend_op *opline_end = op_array->opcodes + op_array->last; in zend_accel_finalize_delayed_early_binding_list()
/php-src/ext/ffi/
H A Dffi.g321 {int64_t min = 0, max = 0, last = -1;}
322 enumerator(enum_dcl, &min, &max, &last)
324 enumerator(enum_dcl, &min, &max, &last)
329 enumerator(zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last):
337 {zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last);}
/php-src/ext/standard/tests/file/
H A Dfeof_basic.phpt21 //last time to set the eof flag but it will fail to read.
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h167 lxb_css_selector_t *last; member
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_arginfo.h101 ZEND_METHOD(IntlBreakIterator, last);
131 ZEND_ME(IntlBreakIterator, last, arginfo_class_IntlBreakIterator_last, ZEND_ACC_PUBLIC)
H A Dcodepointiterator_internal.cpp155 int32_t CodePointBreakIterator::last(void) in last() function in CodePointBreakIterator

Completed in 43 milliseconds

1234567891011