Home
last modified time | relevance | path

Searched refs:zend_long_to_str (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/bcmath/
H A Dbcmath.c666 zend_string *new_scale_str = zend_long_to_str(new_scale); in PHP_FUNCTION()
/PHP-8.3/ext/pdo/
H A Dpdo_sql_parser.re272 plc->quoted = zend_long_to_str(zval_get_long(parameter));
/PHP-8.3/Zend/
H A Dzend_enum.c372 string_key = zend_long_to_str(long_key); in zend_enum_from_base()
H A Dzend_operators.c750 ZVAL_STR(op, zend_long_to_str(Z_LVAL_P(op))); in _convert_to_string()
1025 return zend_long_to_str(Z_LVAL_P(op)); in __zval_get_string_func()
2208 zend_string *lval_as_str = zend_long_to_str(lval); in compare_long_to_string()
3406 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num) /* {{{ */ function
H A Dzend_operators.h906 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num);
H A Dzend_builtin_functions.c419 p->value = zend_long_to_str(err); in ZEND_FUNCTION()
H A Dzend_hash.c3336 str_key = zend_long_to_str(num_key); in zend_symtable_to_proptable()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c584 str = zend_long_to_str(idx); // TODO: hack, use proper int handling for name in parent
1030 str = zend_long_to_str(idx); // TODO: hack, use proper int handling for name in parent
/PHP-8.3/ext/pcntl/
H A Dpcntl.c547 key = zend_long_to_str(key_num); in PHP_FUNCTION()
/PHP-8.3/ext/standard/
H A Darray.c2203 zend_string *str = zend_long_to_str(num_key);
2250 zend_string *str = zend_long_to_str(num_key);
2303 zend_string *str = zend_long_to_str(num_key);
2358 zend_string *str = zend_long_to_str(num_key);
4471 tmp_str = zend_long_to_str(name_long);
H A Dstring.c2733 key_used = zend_long_to_str(num_key);
3213 str_key = tmp_str = zend_long_to_str(num_key);
/PHP-8.3/ext/session/
H A Dsession.c1775 lifetime = zend_long_to_str(lifetime_long); in PHP_FUNCTION()
2466 zend_string *ini_value = zend_long_to_str(expires); in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dspl_array.c304 key->key = zend_long_to_str(key->h); in get_hash_key()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4781 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()
5082 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()
/PHP-8.3/ext/curl/
H A Dinterface.c1419 string_key = zend_long_to_str(num_key); in build_mime_structure_from_hash()
/PHP-8.3/ext/soap/
H A Dphp_encoding.c1094 zend_string *str = zend_long_to_str(get_serialization_long_from_zval(data)); in to_xml_long()

Completed in 221 milliseconds