Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/standard/
H A Dexec.c292 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_cmd()
369 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_cmd()
396 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_arg()
456 return ZSTR_EMPTY_ALLOC(); in php_escape_shell_arg()
H A Dmath.c918 return ZSTR_EMPTY_ALLOC(); in _php_math_longtobase()
945 return ZSTR_EMPTY_ALLOC(); in _php_math_zvaltobase()
956 return ZSTR_EMPTY_ALLOC(); in _php_math_zvaltobase()
H A Dhtml.c1302 return ZSTR_EMPTY_ALLOC(); in php_escape_html_entities_ex()
/PHP-7.1/ext/intl/
H A Dintl_convertcpp.cpp72 return ZSTR_EMPTY_ALLOC(); in intl_charFromString()
H A Dintl_error.c138 return ZSTR_EMPTY_ALLOC(); in intl_error_get_message()
/PHP-7.1/Zend/
H A Dzend_string.h49 #define STR_EMPTY_ALLOC() ZSTR_EMPTY_ALLOC() in END_EXTERN_C()
59 #define ZSTR_EMPTY_ALLOC() CG(empty_string) in END_EXTERN_C() macro
H A Dzend_language_parser.y1050 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); }
1081 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); }
H A Dzend_vm_execute.h5903 str = ZSTR_EMPTY_ALLOC();
5916 str = ZSTR_EMPTY_ALLOC();
6144 str = ZSTR_EMPTY_ALLOC();
6157 str = ZSTR_EMPTY_ALLOC();
7748 str = ZSTR_EMPTY_ALLOC();
7761 str = ZSTR_EMPTY_ALLOC();
9816 str = ZSTR_EMPTY_ALLOC();
9829 str = ZSTR_EMPTY_ALLOC();
9917 str = ZSTR_EMPTY_ALLOC();
9930 str = ZSTR_EMPTY_ALLOC();
[all …]
H A Dzend_exceptions.c691 str = ZSTR_EMPTY_ALLOC(); in ZEND_METHOD()
H A Dzend_operators.c863 return ZSTR_EMPTY_ALLOC(); in _zval_get_string_func()
902 return ZSTR_EMPTY_ALLOC(); in _zval_get_string_func()
/PHP-7.1/ext/session/
H A Dmod_files.c494 *val = ZSTR_EMPTY_ALLOC(); in PS_READ_FUNC()
532 *val = ZSTR_EMPTY_ALLOC(); in PS_READ_FUNC()
H A Dsession.c477 ret = PS(mod)->s_write(&PS(mod_data), PS(id), ZSTR_EMPTY_ALLOC(), PS(gc_maxlifetime)); in php_session_save_current_state()
1958 ret = PS(mod)->s_write(&PS(mod_data), PS(id), ZSTR_EMPTY_ALLOC(), PS(gc_maxlifetime));
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_statement.c146 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in pdo_sqlite_stmt_param_hook()
/PHP-7.1/ext/wddx/
H A Dwddx.c739 ZVAL_STR(&ent.data, ZSTR_EMPTY_ALLOC()); in php_wddx_push_element()
745 ZVAL_STR(&ent.data, ZSTR_EMPTY_ALLOC()); in php_wddx_push_element()
912 if (ZSTR_EMPTY_ALLOC() != Z_STR(ent1->data)) { in php_wddx_pop_element()
/PHP-7.1/main/
H A Dspprintf.c880 return ZSTR_EMPTY_ALLOC(); in vstrpprintf()
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c536 buf = ZSTR_EMPTY_ALLOC(); in pdo_parse_params()
H A Dpdo_sql_parser.re221 buf = ZSTR_EMPTY_ALLOC();
/PHP-7.1/win32/
H A Dsendmail.c633 data_cln = ZSTR_EMPTY_ALLOC(); in SendText()
/PHP-7.1/ext/soap/
H A Dphp_http.c1402 return ZSTR_EMPTY_ALLOC(); in get_http_body()
1482 return ZSTR_EMPTY_ALLOC(); in get_http_body()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c572 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in firebird_stmt_param_hook()
/PHP-7.1/ext/tidy/
H A Dtidy.c659 data = ZSTR_EMPTY_ALLOC(); in php_tidy_file_to_mem()
941 return (void *) ZSTR_EMPTY_ALLOC(); in php_tidy_get_opt_val()
/PHP-7.1/main/streams/
H A Dxp_socket.c282 *textaddr = ZSTR_EMPTY_ALLOC(); in sock_recvfrom()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_statement.c532 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in pdo_mysql_stmt_param_hook()
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c982 eval_str = ZSTR_EMPTY_ALLOC(); in _php_mb_regex_ereg_replace_exec()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c787 msg = ZSTR_EMPTY_ALLOC(); in phpdbg_handle_exception()

Completed in 307 milliseconds

12