Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c2306 } else if (is_numeric_str_function(name, &lval, /* dval */ NULL) == IS_LONG) { in row_prop_read()
2378 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()
/PHP-8.3/Zend/
H A Dzend_operators.h174 ZEND_API uint8_t ZEND_FASTCALL is_numeric_str_function(const zend_string *str, zend_long *lval, dou…
H A Dzend_operators.c2631 switch (is_numeric_str_function(Z_STR_P(op1), &lval, &dval)) { in increment_function()
2723 switch (is_numeric_str_function(Z_STR_P(op1), &lval, &dval)) { in decrement_function()
3501 ZEND_API uint8_t ZEND_FASTCALL is_numeric_str_function(const zend_string *str, zend_long *lval, dou… function
H A Dzend_API.c548 if (UNEXPECTED((type = is_numeric_str_function(Z_STR_P(arg), dest, &d)) != IS_LONG)) { in zend_parse_arg_long_weak()
609 if (UNEXPECTED((type = is_numeric_str_function(Z_STR_P(arg), &l, dest)) != IS_DOUBLE)) { in zend_parse_arg_double_weak()
654 uint8_t type = is_numeric_str_function(str, &lval, &dval); in zend_parse_arg_number_slow()
H A Dzend_execute.c732 uint8_t type = is_numeric_str_function(Z_STR_P(arg), &lval, &dval); in zend_verify_weak_scalar_type_hint()
H A Dzend_compile.c8706 uint8_t is_num = is_numeric_str_function(Z_STR_P(op), NULL, &dval); in zend_is_op_long_compatible()
/PHP-8.3/ext/gmp/
H A Dgmp.c350 if (is_numeric_str_function(Z_STR_P(op2), &shift, NULL) != IS_LONG) { in shift_operator_helper()
/PHP-8.3/ext/standard/
H A Darray.c2820 uint8_t type = is_numeric_str_function(Z_STR_P(input), lval, dval);

Completed in 135 milliseconds