Searched refs:is_numeric_str_function (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/pdo/ |
H A D | pdo_stmt.c | 2306 } 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 D | pdo_dbh.c | 696 if (IS_LONG == is_numeric_str_function(Z_STR_P(value), lval, NULL)) { in pdo_get_long_param()
|
/PHP-8.3/Zend/ |
H A D | zend_operators.h | 174 ZEND_API uint8_t ZEND_FASTCALL is_numeric_str_function(const zend_string *str, zend_long *lval, dou…
|
H A D | zend_operators.c | 2631 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 D | zend_API.c | 548 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 D | zend_execute.c | 732 uint8_t type = is_numeric_str_function(Z_STR_P(arg), &lval, &dval); in zend_verify_weak_scalar_type_hint()
|
H A D | zend_compile.c | 8706 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 D | gmp.c | 350 if (is_numeric_str_function(Z_STR_P(op2), &shift, NULL) != IS_LONG) { in shift_operator_helper()
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 2820 uint8_t type = is_numeric_str_function(Z_STR_P(input), lval, dval);
|
Completed in 135 milliseconds