Home
last modified time | relevance | path

Searched refs:trailing_data (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_operators.c247 bool trailing_data = false; in _zendi_try_convert_scalar_to_number() local
250 &Z_LVAL_P(holder), &Z_DVAL_P(holder), /* allow errors */ true, NULL, &trailing_data))) { in _zendi_try_convert_scalar_to_number()
254 if (UNEXPECTED(trailing_data)) { in _zendi_try_convert_scalar_to_number()
304 bool trailing_data = false; in zendi_try_get_long() local
308 /* allow errors */ true, NULL, &trailing_data); in zendi_try_get_long()
313 if (UNEXPECTED(trailing_data)) { in zendi_try_get_long()
2991 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) /* {{{ */ argument
3007 if (trailing_data != NULL) {
3008 *trailing_data = false;
3089 if (trailing_data != NULL) {
[all …]
H A Dzend_operators.h90 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data);
129 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) in is_numeric_string_ex() argument
134 return _is_numeric_string_ex(str, length, lval, dval, allow_errors, oflow_info, trailing_data); in is_numeric_string_ex()
H A Dzend_execute.c1376 bool trailing_data = false; in zend_check_string_offset() local
1379 /* allow errors */ true, NULL, &trailing_data)) { in zend_check_string_offset()
1380 if (UNEXPECTED(trailing_data) && type != BP_VAR_UNSET) { in zend_check_string_offset()
2429 bool trailing_data = false; in zend_fetch_dimension_address_read() local
2432 NULL, /* allow errors */ true, NULL, &trailing_data)) { in zend_fetch_dimension_address_read()
2433 if (UNEXPECTED(trailing_data)) { in zend_fetch_dimension_address_read()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c935 bool trailing_data = false; in zend_check_string_offset() local
938 /* allow errors */ true, NULL, &trailing_data)) { in zend_check_string_offset()
939 if (UNEXPECTED(trailing_data) in zend_check_string_offset()

Completed in 64 milliseconds