Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.c337 bool trailing_data = false; in _zendi_try_convert_scalar_to_number() local
340 &Z_LVAL_P(holder), &Z_DVAL_P(holder), /* allow errors */ true, NULL, &trailing_data))) { in _zendi_try_convert_scalar_to_number()
344 if (UNEXPECTED(trailing_data)) { in _zendi_try_convert_scalar_to_number()
403 bool trailing_data = false; in zendi_try_get_long() local
407 /* allow errors */ true, NULL, &trailing_data); in zendi_try_get_long()
412 if (UNEXPECTED(trailing_data)) { in zendi_try_get_long()
3508 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) /* {{{ */ argument
3524 if (trailing_data != NULL) {
3525 *trailing_data = false;
3606 if (trailing_data != NULL) {
[all …]
H A Dzend_operators.h93 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data);
149 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) in is_numeric_string_ex() argument
154 return _is_numeric_string_ex(str, length, lval, dval, allow_errors, oflow_info, trailing_data); in is_numeric_string_ex()
H A Dzend_execute.c1650 bool trailing_data = false; in zend_check_string_offset() local
1653 /* allow errors */ true, NULL, &trailing_data)) { in zend_check_string_offset()
1654 if (UNEXPECTED(trailing_data) && type != BP_VAR_UNSET) { in zend_check_string_offset()
2757 bool trailing_data = false; in zend_fetch_dimension_address_read() local
2760 NULL, /* allow errors */ true, NULL, &trailing_data)) { in zend_fetch_dimension_address_read()
2761 if (UNEXPECTED(trailing_data)) { in zend_fetch_dimension_address_read()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1038 bool trailing_data = false; in zend_check_string_offset() local
1041 /* allow errors */ true, NULL, &trailing_data)) { in zend_check_string_offset()
1042 if (UNEXPECTED(trailing_data) in zend_check_string_offset()

Completed in 70 milliseconds