Home
last modified time | relevance | path

Searched refs:ZSTR_EMPTY_ALLOC (Results 1 – 25 of 45) sorted by path

12

/PHP-7.4/Zend/
H A Dzend.c246 return ZSTR_EMPTY_ALLOC(); in zend_vstrpprintf()
H A Dzend_API.c1690 result = zend_symtable_update(ht, ZSTR_EMPTY_ALLOC(), value); in array_set_zval_key()
H A Dzend_API.h587 ZVAL_INTERNED_STR(z, ZSTR_EMPTY_ALLOC()); \
H A Dzend_ast.c424 zend_symtable_update(Z_ARRVAL_P(result), ZSTR_EMPTY_ALLOC(), expr); in zend_ast_add_array_element()
H A Dzend_compile.c7197 zend_hash_update(Z_ARRVAL_P(result), ZSTR_EMPTY_ALLOC(), value); in zend_try_ct_eval_array()
H A Dzend_exceptions.c684 str = ZSTR_EMPTY_ALLOC(); in ZEND_METHOD()
H A Dzend_execute.c2105 value->str = ZSTR_EMPTY_ALLOC(); in slow_index_convert()
2534 return zend_hash_find_ex_ind(ht, ZSTR_EMPTY_ALLOC(), 1); in zend_find_array_dim_slow()
2655 str = ZSTR_EMPTY_ALLOC(); in zend_array_key_exists_fast()
H A Dzend_ini.c490 return ini_entry->value ? ini_entry->value : ZSTR_EMPTY_ALLOC(); in zend_ini_get_value()
H A Dzend_language_parser.y1084 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); }
1115 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); }
H A Dzend_object_handlers.c1289 func->filename = (fbc->type == ZEND_USER_FUNCTION)? fbc->op_array.filename : ZSTR_EMPTY_ALLOC(); in zend_get_call_trampoline_func()
H A Dzend_operators.c876 return ZSTR_EMPTY_ALLOC(); in __zval_get_string_func()
910 return try ? NULL : ZSTR_EMPTY_ALLOC(); in __zval_get_string_func()
H A Dzend_smart_str.h109 return ZSTR_EMPTY_ALLOC(); in smart_str_extract()
H A Dzend_string.h60 #define STR_EMPTY_ALLOC() ZSTR_EMPTY_ALLOC() in END_EXTERN_C()
70 #define ZSTR_EMPTY_ALLOC() zend_empty_string in END_EXTERN_C() macro
H A Dzend_vm_def.h5728 str = ZSTR_EMPTY_ALLOC();
5745 str = ZSTR_EMPTY_ALLOC();
6207 key = ZSTR_EMPTY_ALLOC();
6220 key = ZSTR_EMPTY_ALLOC();
8629 result = zend_hash_find_ex(ht, ZSTR_EMPTY_ALLOC(), 1);
H A Dzend_vm_execute.h6213 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
6230 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
8414 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER()
8431 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER()
9382 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
9399 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
10874 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
10891 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
18876 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
18893 str = ZSTR_EMPTY_ALLOC(); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_olechar.c156 string = ZSTR_EMPTY_ALLOC(); in php_com_bstr_to_string()
/PHP-7.4/ext/curl/
H A Dinterface.c99 v ? zend_string_copy(v) : ZSTR_EMPTY_ALLOC());
/PHP-7.4/ext/date/
H A Dphp_date.c1130 return ZSTR_EMPTY_ALLOC(); in date_format()
4568 return ZSTR_EMPTY_ALLOC(); in date_interval_format()
4622 return ZSTR_EMPTY_ALLOC(); in date_interval_format()
/PHP-7.4/ext/intl/
H A Dintl_convertcpp.cpp70 return ZSTR_EMPTY_ALLOC(); in intl_charFromString()
H A Dintl_error.c138 return ZSTR_EMPTY_ALLOC(); in intl_error_get_message()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c1158 eval_str = ZSTR_EMPTY_ALLOC(); in _php_mb_regex_ereg_replace_exec()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1300 meta->sname = ZSTR_EMPTY_ALLOC(); in php_mysqlnd_rset_field_read()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c412 *result = zend_hash_find(Z_ARR_P(op1), ZSTR_EMPTY_ALLOC()); in fetch_array_elem()
495 zend_hash_del(Z_ARR_P(result), ZSTR_EMPTY_ALLOC()); in ct_eval_del_array_elem()
532 value = zend_hash_update(Z_ARR_P(result), ZSTR_EMPTY_ALLOC(), value); in ct_eval_add_array_elem()
740 res = zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()); in ct_eval_in_array()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1368 add_next_index_str(&match_sets[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()
2113 replace_str = ZSTR_EMPTY_ALLOC(); in php_pcre_replace_array()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re245 buf = ZSTR_EMPTY_ALLOC();

Completed in 336 milliseconds

12