Home
last modified time | relevance | path

Searched refs:is_numeric_str_function (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_operators.c2506 switch (is_numeric_str_function(Z_STR_P(op1), &lval, &dval)) { in increment_function()
2573 switch (is_numeric_str_function(Z_STR_P(op1), &lval, &dval)) { in decrement_function()
3301 ZEND_API zend_uchar ZEND_FASTCALL is_numeric_str_function(const zend_string *str, zend_long *lval, … function
H A Dzend_operators.h171 ZEND_API zend_uchar ZEND_FASTCALL is_numeric_str_function(const zend_string *str, zend_long *lval, …
H A Dzend_API.c530 if (UNEXPECTED((type = is_numeric_str_function(Z_STR_P(arg), dest, &d)) != IS_LONG)) { in zend_parse_arg_long_weak()
591 if (UNEXPECTED((type = is_numeric_str_function(Z_STR_P(arg), &l, dest)) != IS_DOUBLE)) { in zend_parse_arg_double_weak()
636 zend_uchar type = is_numeric_str_function(str, &lval, &dval); in zend_parse_arg_number_slow()
H A Dzend_execute.c721 zend_uchar type = is_numeric_str_function(Z_STR_P(arg), &lval, &dval); in zend_verify_weak_scalar_type_hint()
H A Dzend_compile.c8516 zend_uchar is_num = is_numeric_str_function(Z_STR_P(op), NULL, &dval); in zend_is_op_long_compatible()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c2292 } else if (is_numeric_str_function(name, &lval, /* dval */ NULL) == IS_LONG) { in row_prop_read()
2364 if (is_numeric_str_function(name, &lval, /* dval */ NULL) == IS_LONG) { in row_prop_exists()
H A Dpdo_dbh.c696 if (IS_LONG == is_numeric_str_function(Z_STR_P(value), lval, NULL)) { in pdo_get_long_param()

Completed in 91 milliseconds