Searched refs:zend_long_to_str (Results 1 – 16 of 16) sorted by relevance
285 plc->quoted = zend_long_to_str(zval_get_long(parameter));
372 string_key = zend_long_to_str(long_key); in zend_enum_from_base()
750 ZVAL_STR(op, zend_long_to_str(Z_LVAL_P(op))); in _convert_to_string()1023 return zend_long_to_str(Z_LVAL_P(op)); in __zval_get_string_func()2220 zend_string *lval_as_str = zend_long_to_str(lval); in compare_long_to_string()3418 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num) /* {{{ */ function
915 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num);
450 p->value = zend_long_to_str(err); in ZEND_FUNCTION()
3362 str_key = zend_long_to_str(num_key); in zend_symtable_to_proptable()
587 str = zend_long_to_str(idx); // TODO: hack, use proper int handling for name in parent1027 str = zend_long_to_str(idx); // TODO: hack, use proper int handling for name in parent
2312 zend_string *str = zend_long_to_str(num_key);2359 zend_string *str = zend_long_to_str(num_key);2412 zend_string *str = zend_long_to_str(num_key);2467 zend_string *str = zend_long_to_str(num_key);4592 tmp_str = zend_long_to_str(name_long);
2964 key_used = zend_long_to_str(num_key);3403 str_key = tmp_str = zend_long_to_str(num_key);
1873 lifetime = zend_long_to_str(lifetime_long); in PHP_FUNCTION()2573 zend_string *ini_value = zend_long_to_str(expires); in PHP_FUNCTION()
685 key = zend_long_to_str(key_num); in PHP_FUNCTION()
837 zend_string *new_scale_str = zend_long_to_str(new_scale); in PHP_FUNCTION()
303 key->key = zend_long_to_str(key->h); in get_hash_key()
5047 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()5307 ZVAL_STR(&new_val, zend_long_to_str(Z_LVAL_P(val))); in php_pgsql_convert()
1416 string_key = zend_long_to_str(num_key); in build_mime_structure_from_hash()
1102 zend_string *str = zend_long_to_str(get_serialization_long_from_zval(data)); in to_xml_long()
Completed in 124 milliseconds