Home
last modified time | relevance | path

Searched refs:ZSTR_EMPTY_ALLOC (Results 1 – 25 of 53) sorted by relevance

123

/PHP-8.1/ext/standard/
H A Dexec.c295 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_cmd()
372 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_cmd()
398 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_arg()
458 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_arg()
H A Durl.c304 ret->fragment = ZSTR_EMPTY_ALLOC(); in php_url_parse_ex2()
316 ret->query = ZSTR_EMPTY_ALLOC(); in php_url_parse_ex2()
H A Dmath.c803 return ZSTR_EMPTY_ALLOC(); in _php_math_longtobase()
866 return ZSTR_EMPTY_ALLOC(); in _php_math_zvaltobase()
H A Dbrowscap.c326 new_value = ZSTR_EMPTY_ALLOC(); in php_browscap_parser_cb()
H A Dstring.c822 return ZSTR_EMPTY_ALLOC(); in php_trim_int()
1245 arg1_str = ZSTR_EMPTY_ALLOC(); in PHP_FUNCTION()
1511 return ZSTR_EMPTY_ALLOC();
3713 return ZSTR_EMPTY_ALLOC();
3890 return ZSTR_EMPTY_ALLOC();
5634 return ZSTR_EMPTY_ALLOC();
/PHP-8.1/ext/intl/
H A Dintl_convertcpp.cpp68 return ZSTR_EMPTY_ALLOC(); in intl_charFromString()
H A Dintl_error.c122 return ZSTR_EMPTY_ALLOC(); in intl_error_get_message()
/PHP-8.1/ext/com_dotnet/
H A Dcom_olechar.c154 string = ZSTR_EMPTY_ALLOC(); in php_com_bstr_to_string()
/PHP-8.1/ext/readline/
H A Dreadline.c167 ? ZSTR_EMPTY_ALLOC() in PHP_FUNCTION()
233 oldval == 0 ? ZSTR_EMPTY_ALLOC() : ZSTR_CHAR(oldval)); in PHP_FUNCTION()
/PHP-8.1/sapi/fuzzer/
H A Dfuzzer-sapi.c209 func.common.function_name = ZSTR_EMPTY_ALLOC(); in fuzzer_setup_dummy_frame()
/PHP-8.1/ext/session/
H A Dmod_files.c491 *val = ZSTR_EMPTY_ALLOC(); in PS_READ_FUNC()
529 *val = ZSTR_EMPTY_ALLOC(); in PS_READ_FUNC()
/PHP-8.1/Zend/
H A Dzend_smart_str.h112 return ZSTR_EMPTY_ALLOC(); in smart_str_extract()
H A Dzend_string.h74 #define STR_EMPTY_ALLOC() ZSTR_EMPTY_ALLOC() in END_EXTERN_C()
84 #define ZSTR_EMPTY_ALLOC() zend_empty_string in END_EXTERN_C() macro
H A Dzend_exceptions.c611 return str.s ? str.s : ZSTR_EMPTY_ALLOC(); in zend_trace_to_string()
656 str = ZSTR_EMPTY_ALLOC(); in ZEND_METHOD()
H A Dzend_ini.c519 return ini_entry->value ? ini_entry->value : ZSTR_EMPTY_ALLOC(); in zend_ini_get_value()
/PHP-8.1/ext/tokenizer/
H A Dtokenizer.c339 zend_prepare_string_for_scanning(&source_zval, ZSTR_EMPTY_ALLOC()); in tokenize()
474 zend_prepare_string_for_scanning(&source_zval, ZSTR_EMPTY_ALLOC()); in tokenize_parse()
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_statement.c143 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in pdo_sqlite_stmt_param_hook()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c424 offset_key = ZSTR_EMPTY_ALLOC(); in zend_jit_fetch_dim_r_helper()
566 offset_key = ZSTR_EMPTY_ALLOC(); in zend_jit_fetch_dim_is_helper()
692 offset_key = ZSTR_EMPTY_ALLOC(); in zend_jit_fetch_dim_isset_helper()
800 offset_key = ZSTR_EMPTY_ALLOC(); in zend_jit_fetch_dim_rw_helper()
933 offset_key = ZSTR_EMPTY_ALLOC(); in zend_jit_fetch_dim_w_helper()
1081 return ZSTR_EMPTY_ALLOC(); in zend_jit_fetch_dim_str_offset()
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c419 *result = zend_hash_find(Z_ARR_P(op1), ZSTR_EMPTY_ALLOC()); in fetch_array_elem()
507 zend_hash_del(Z_ARR_P(result), ZSTR_EMPTY_ALLOC()); in ct_eval_del_array_elem()
549 value = zend_hash_update(Z_ARR_P(result), ZSTR_EMPTY_ALLOC(), value); in ct_eval_add_array_elem()
767 res = zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()); in ct_eval_in_array()
/PHP-8.1/ext/pdo/
H A Dpdo_sql_parser.re237 buf = ZSTR_EMPTY_ALLOC();
/PHP-8.1/main/streams/
H A Dmemory.c291 self->data = ZSTR_EMPTY_ALLOC(); in _php_stream_memory_create()
/PHP-8.1/win32/
H A Dsendmail.c655 data_cln = ZSTR_EMPTY_ALLOC(); in SendText()
/PHP-8.1/ext/tidy/
H A Dtidy.c427 data = ZSTR_EMPTY_ALLOC(); in php_tidy_file_to_mem()
715 return (void *) ZSTR_EMPTY_ALLOC(); in php_tidy_get_opt_val()
/PHP-8.1/ext/soap/
H A Dphp_http.c1428 return ZSTR_EMPTY_ALLOC(); in get_http_body()
1508 return ZSTR_EMPTY_ALLOC(); in get_http_body()
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c622 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in firebird_stmt_param_hook()

Completed in 84 milliseconds

123