Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/
H A Dexec.c305 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_cmd()
382 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_cmd()
409 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_arg()
469 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_arg()
H A Dmath.c940 return ZSTR_EMPTY_ALLOC(); in _php_math_longtobase()
968 return ZSTR_EMPTY_ALLOC(); in _php_math_zvaltobase()
979 return ZSTR_EMPTY_ALLOC(); in _php_math_zvaltobase()
H A Dbrowscap.c329 new_value = ZSTR_EMPTY_ALLOC(); in php_browscap_parser_cb()
H A Dstring.c853 return ZSTR_EMPTY_ALLOC(); in php_trim_int()
1288 glue = ZSTR_EMPTY_ALLOC(); in PHP_FUNCTION()
3280 new_str = ZSTR_EMPTY_ALLOC();
3952 return ZSTR_EMPTY_ALLOC();
4129 return ZSTR_EMPTY_ALLOC();
5961 return ZSTR_EMPTY_ALLOC();
H A Dhtml.c1251 return ZSTR_EMPTY_ALLOC(); in php_escape_html_entities_ex()
/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/com_dotnet/
H A Dcom_olechar.c156 string = ZSTR_EMPTY_ALLOC(); in php_com_bstr_to_string()
/PHP-7.4/ext/session/
H A Dmod_files.c493 *val = ZSTR_EMPTY_ALLOC(); in PS_READ_FUNC()
531 *val = ZSTR_EMPTY_ALLOC(); in PS_READ_FUNC()
/PHP-7.4/Zend/
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_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_exceptions.c684 str = ZSTR_EMPTY_ALLOC(); in ZEND_METHOD()
/PHP-7.4/ext/readline/
H A Dreadline.c265 ? ZSTR_EMPTY_ALLOC() in PHP_FUNCTION()
332 oldval == 0 ? ZSTR_EMPTY_ALLOC() : ZSTR_CHAR(oldval)); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c184 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in pdo_sqlite_stmt_param_hook()
/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/pdo/
H A Dpdo_sql_parser.re245 buf = ZSTR_EMPTY_ALLOC();
/PHP-7.4/win32/
H A Dsendmail.c654 data_cln = ZSTR_EMPTY_ALLOC(); in SendText()
/PHP-7.4/ext/soap/
H A Dphp_http.c1446 return ZSTR_EMPTY_ALLOC(); in get_http_body()
1526 return ZSTR_EMPTY_ALLOC(); in get_http_body()
/PHP-7.4/main/streams/
H A Dxp_socket.c292 *textaddr = ZSTR_EMPTY_ALLOC(); in sock_recvfrom()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c534 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in pdo_mysql_stmt_param_hook()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c600 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in firebird_stmt_param_hook()
/PHP-7.4/ext/tidy/
H A Dtidy.c687 data = ZSTR_EMPTY_ALLOC(); in php_tidy_file_to_mem()
975 return (void *) ZSTR_EMPTY_ALLOC(); in php_tidy_get_opt_val()
/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()

Completed in 148 milliseconds

12