/PHP-8.3/ext/sockets/ |
H A D | sockaddr_conv.c | 70 if (IS_LONG == is_numeric_string(scope, strlen(scope), &lval, &dval, 0)) { in php_set_inet6_addr()
|
H A D | conversions.c | 341 switch (is_numeric_string(Z_STRVAL(lzval), Z_STRLEN(lzval), &lval, &dval, 0)) { in from_zval_integer_common()
|
/PHP-8.3/ext/intl/common/ |
H A D | common_date.cpp | 179 type = is_numeric_string(Z_STRVAL_P(z), Z_STRLEN_P(z), &lv, &rv, 0); in intl_zval_to_millis()
|
/PHP-8.3/ext/standard/ |
H A D | type.c | 361 if (is_numeric_string(Z_STRVAL_P(arg), Z_STRLEN_P(arg), NULL, NULL, 0)) { in PHP_FUNCTION()
|
H A D | basic_functions.c | 1096 …if (!(optname_len > 1 && optname[0] == '0') && is_numeric_string(optname, optname_len, NULL, NULL,… 2463 …if (!(Z_STRLEN_P(arg1) > 1 && Z_STRVAL_P(arg1)[0] == '0') && is_numeric_string(Z_STRVAL_P(arg1), Z…
|
/PHP-8.3/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 169 switch (is_numeric_string(Z_STRVAL_P(arg), Z_STRLEN_P(arg), &lval, &dval, 0)) { in PHP_FUNCTION()
|
/PHP-8.3/ext/json/ |
H A D | json_encoder.c | 353 if ((type = is_numeric_string(s, len, &p, &d, 0)) != 0) { in php_json_escape_string()
|
/PHP-8.3/Zend/ |
H A D | zend_operators.c | 254 …if ((Z_TYPE_INFO_P(op)=is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &Z_LVAL_P(op), &Z_DVAL_P(op… in convert_scalar_to_number() 303 …if ((Z_TYPE_INFO_P(holder) = is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL_P(holder), … in _zendi_convert_scalar_to_number_silent() 932 if (0 == (type = is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &lval, &dval, true))) { in zval_get_long_func() 2198 uint8_t type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_long_to_string() 2220 uint8_t type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_double_to_string() 3503 return is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), lval, dval, false);
|
H A D | zend_operators.h | 170 static zend_always_inline uint8_t is_numeric_string(const char *str, size_t length, zend_long *lval… in is_numeric_string() function
|
H A D | zend_compile.c | 4385 || is_numeric_string(Z_STRVAL_P(val), Z_STRLEN_P(val), NULL, NULL, 0)) { in zend_compile_func_in_array() 5700 && is_numeric_string(Z_STRVAL_P(cond_zv), Z_STRLEN_P(cond_zv), NULL, NULL, 0)) { in determine_switch_jumptable_type() 8741 && !is_numeric_string(Z_STRVAL_P(op1), Z_STRLEN_P(op1), NULL, NULL, 0)) { in zend_binary_op_produces_error() 8746 && !is_numeric_string(Z_STRVAL_P(op2), Z_STRLEN_P(op2), NULL, NULL, 0)) { in zend_binary_op_produces_error() 10897 …} else if (Z_TYPE_P(dim) != IS_STRING || is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), &offs… in zend_eval_const_expr()
|
H A D | zend_execute.c | 2962 && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) { in zend_isset_dim_slow() 3001 && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) { in zend_isempty_dim_slow()
|
/PHP-8.3/ext/filter/ |
H A D | logical_filters.c | 445 switch (is_numeric_string(num, p - num, &lval, &dval, 0)) { in php_filter_float()
|
/PHP-8.3/ext/pdo_firebird/ |
H A D | firebird_statement.c | 683 switch (is_numeric_string(Z_STRVAL_P(parameter), Z_STRLEN_P(parameter), &lval, &dval, 0)) { in firebird_stmt_param_hook()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 306 !is_numeric_string(Z_STRVAL_P(v), Z_STRLEN_P(v), NULL, NULL, 0) && Z_STRLEN_P(v) > 0) { in PHP_METHOD()
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 450 …if (Z_TYPE_P(tmp) != IS_STRING || !is_numeric_string(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), &redirect_m… in make_http_soap_request()
|
H A D | php_encoding.c | 1021 …switch (is_numeric_string((char*)data->children->content, strlen((char*)data->children->content), … in to_zval_double() 1061 …switch (is_numeric_string((char*)data->children->content, strlen((char*)data->children->content), … in to_zval_long()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 1118 if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, false)) { in zend_jit_fetch_dim_str_is_helper() 1751 && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, false))) { in zend_jit_isset_dim_helper()
|
/PHP-8.3/ext/dom/ |
H A D | php_dom.c | 1715 …if (0 == (is_numeric_string_type = is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), lval,… in dom_nodemap_or_nodelist_process_offset_as_named()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | sccp.c | 349 if (IS_LONG == is_numeric_string( in zval_to_string_offset()
|
/PHP-8.3/ext/pcre/ |
H A D | php_pcre.c | 558 …if (is_numeric_string(ZSTR_VAL(subpat_names[name_idx]), ZSTR_LEN(subpat_names[name_idx]), NULL, NU… in make_subpats_table()
|
/PHP-8.3/ext/session/ |
H A D | session.c | 686 …if ((!ZSTR_LEN(new_value) || is_numeric_string(ZSTR_VAL(new_value), ZSTR_LEN(new_value), NULL, NUL… in PHP_INI_MH()
|