Home
last modified time | relevance | path

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

/PHP-8.2/ext/bcmath/
H A Dbcmath.c637 zend_string *new_scale_str = zend_long_to_str(new_scale); in PHP_FUNCTION()
/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re272 plc->quoted = zend_long_to_str(zval_get_long(parameter));
/PHP-8.2/Zend/
H A Dzend_enum.c365 string_key = zend_long_to_str(long_key); in zend_enum_from_base()
H A Dzend_operators.c691 ZVAL_STR(op, zend_long_to_str(Z_LVAL_P(op))); in _convert_to_string()
966 return zend_long_to_str(Z_LVAL_P(op)); in __zval_get_string_func()
2106 zend_string *lval_as_str = zend_long_to_str(lval); in compare_long_to_string()
3216 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num) /* {{{ */ function
H A Dzend_operators.h914 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num);
H A Dzend_builtin_functions.c409 p->value = zend_long_to_str(err); in ZEND_FUNCTION()
H A Dzend_hash.c3251 str_key = zend_long_to_str(num_key); in zend_symtable_to_proptable()
/PHP-8.2/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.2/ext/pcntl/
H A Dpcntl.c547 key = zend_long_to_str(key_num); in PHP_FUNCTION()
/PHP-8.2/ext/standard/
H A Darray.c2117 zend_string *str = zend_long_to_str(num_key);
2164 zend_string *str = zend_long_to_str(num_key);
2217 zend_string *str = zend_long_to_str(num_key);
2272 zend_string *str = zend_long_to_str(num_key);
4228 tmp_str = zend_long_to_str(name_long);
H A Dstring.c2784 key_used = zend_long_to_str(num_key);
3264 str_key = tmp_str = zend_long_to_str(num_key);
/PHP-8.2/ext/session/
H A Dsession.c1763 lifetime = zend_long_to_str(lifetime_long); in PHP_FUNCTION()
2416 zend_string *ini_value = zend_long_to_str(expires); in PHP_FUNCTION()
/PHP-8.2/ext/spl/
H A Dspl_array.c306 key->key = zend_long_to_str(key->h); in get_hash_key()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c4734 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()
5031 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()
/PHP-8.2/ext/curl/
H A Dinterface.c1357 string_key = zend_long_to_str(num_key); in build_mime_structure_from_hash()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c1058 zend_string *str = zend_long_to_str(zval_get_long(data)); in to_xml_long()

Completed in 156 milliseconds