Home
last modified time | relevance | path

Searched refs:ZSTR_EMPTY_ALLOC (Results 26 – 45 of 45) sorted by relevance

12

/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/session/
H A Dsession.c487 ret = PS(mod)->s_write(&PS(mod_data), PS(id), ZSTR_EMPTY_ALLOC(), PS(gc_maxlifetime)); in php_session_save_current_state()
2204 ret = PS(mod)->s_write(&PS(mod_data), PS(id), ZSTR_EMPTY_ALLOC(), PS(gc_maxlifetime)); in PHP_FUNCTION()
/PHP-7.4/Zend/
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 …]
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.c246 return ZSTR_EMPTY_ALLOC(); in zend_vstrpprintf()
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_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_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_ast.c424 zend_symtable_update(Z_ARRVAL_P(result), ZSTR_EMPTY_ALLOC(), expr); in zend_ast_add_array_element()
H A Dzend_API.h587 ZVAL_INTERNED_STR(z, ZSTR_EMPTY_ALLOC()); \
H A Dzend_API.c1690 result = zend_symtable_update(ht, ZSTR_EMPTY_ALLOC(), value); in array_set_zval_key()
H A Dzend_compile.c7197 zend_hash_update(Z_ARRVAL_P(result), ZSTR_EMPTY_ALLOC(), value); in zend_try_ct_eval_array()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c737 msg = ZSTR_EMPTY_ALLOC(); in phpdbg_handle_exception()
/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/spl/
H A Dspl_array.c309 offset_key = ZSTR_EMPTY_ALLOC(); in spl_array_get_dimension_ptr()
/PHP-7.4/main/streams/
H A Dstreams.c1466 return ZSTR_EMPTY_ALLOC(); in _php_stream_copy_to_mem()
/PHP-7.4/ext/standard/
H A Darray.c4285 zend_hash_update(Z_ARRVAL_P(return_value), ZSTR_EMPTY_ALLOC(), colval);
6361 RETVAL_BOOL(zend_hash_exists_ind(ht, ZSTR_EMPTY_ALLOC()));
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c970 res = ZSTR_EMPTY_ALLOC(); in sxe_xmlNodeListGetString()
/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/curl/
H A Dinterface.c99 v ? zend_string_copy(v) : ZSTR_EMPTY_ALLOC());

Completed in 347 milliseconds

12