Home
last modified time | relevance | path

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

/PHP-8.0/ext/bcmath/
H A Dbcmath.c637 zend_string *new_scale_str = zend_long_to_str(new_scale); in PHP_FUNCTION()
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re282 buf = zend_long_to_str(zval_get_long(parameter));
/PHP-8.0/Zend/
H A Dzend_operators.c647 ZVAL_STR(op, zend_long_to_str(Z_LVAL_P(op))); in _convert_to_string()
899 return zend_long_to_str(Z_LVAL_P(op)); in __zval_get_string_func()
2030 zend_string *lval_as_str = zend_long_to_str(lval); in compare_long_to_string()
2973 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num) /* {{{ */ function
H A Dzend_operators.h929 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num);
H A Dzend_builtin_functions.c384 zend_string *new_val = zend_long_to_str(err); in ZEND_FUNCTION()
H A Dzend_hash.c2781 str_key = zend_long_to_str(num_key); in zend_symtable_to_proptable()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.c528 str = zend_long_to_str(idx); // TODO: hack, use proper int handling for name in parent
971 str = zend_long_to_str(idx); // TODO: hack, use proper int handling for name in parent
/PHP-8.0/ext/standard/
H A Darray.c2154 zend_string *str = zend_long_to_str(num_key);
2201 zend_string *str = zend_long_to_str(num_key);
2254 zend_string *str = zend_long_to_str(num_key);
2309 zend_string *str = zend_long_to_str(num_key);
4135 tmp_str = zend_long_to_str(name_long);
H A Dstring.c2777 key_used = zend_long_to_str(num_key);
3211 str_key = tmp_str = zend_long_to_str(num_key);
/PHP-8.0/ext/pcntl/
H A Dpcntl.c837 key = zend_long_to_str(key_num); in PHP_FUNCTION()
/PHP-8.0/ext/session/
H A Dsession.c1770 lifetime = zend_long_to_str(lifetime_long); in PHP_FUNCTION()
2409 zend_string *ini_value = zend_long_to_str(expires); in PHP_FUNCTION()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4840 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()
5143 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()
/PHP-8.0/ext/curl/
H A Dinterface.c2029 string_key = zend_long_to_str(num_key); in build_mime_structure_from_hash()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c1062 zend_string *str = zend_long_to_str(zval_get_long(data)); in to_xml_long()

Completed in 106 milliseconds