Home
last modified time | relevance | path

Searched refs:STR_EMPTY_ALLOC (Results 1 – 19 of 19) sorted by relevance

/PHP-5.3/ext/sqlite/
H A Dsess_sqlite.c118 *val = STR_EMPTY_ALLOC(); in PS_READ_FUNC()
/PHP-5.3/ext/ereg/
H A Dereg.c568 pattern = STR_EMPTY_ALLOC(); in php_do_ereg_replace()
581 replace = STR_EMPTY_ALLOC(); in php_do_ereg_replace()
593 string = STR_EMPTY_ALLOC(); in php_do_ereg_replace()
/PHP-5.3/Zend/
H A Dzend_alloc.h139 #define safe_estrdup(ptr) ((ptr)?(estrdup(ptr)):STR_EMPTY_ALLOC())
140 #define safe_estrndup(ptr, len) ((ptr)?(estrndup((ptr), (len))):STR_EMPTY_ALLOC())
H A Dzend.c220 Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC(); in zend_make_printable_zval()
228 Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC(); in zend_make_printable_zval()
270 Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC(); in zend_make_printable_zval()
H A Dzend.h605 #define STR_EMPTY_ALLOC() estrndup("", sizeof("")-1) macro
H A Dzend_operators.c548 Z_STRVAL_P(op) = STR_EMPTY_ALLOC(); in _convert_to_string()
558 Z_STRVAL_P(op) = STR_EMPTY_ALLOC(); in _convert_to_string()
H A Dzend_API.h560 Z_STRVAL_P(z) = STR_EMPTY_ALLOC();\
H A Dzend_execute.c194 ptr->value.str.val = STR_EMPTY_ALLOC(); in _get_zval_ptr_var_string_offset()
/PHP-5.3/ext/standard/
H A Dmath.c911 return STR_EMPTY_ALLOC(); in _php_math_longtobase()
938 return STR_EMPTY_ALLOC(); in _php_math_zvaltobase()
949 return STR_EMPTY_ALLOC(); in _php_math_zvaltobase()
H A Dhtml.c1154 return STR_EMPTY_ALLOC(); in php_escape_html_entities_ex()
/PHP-5.3/ext/session/
H A Dmod_files.c363 *val = STR_EMPTY_ALLOC(); in PS_READ_FUNC()
H A Dsession.c1352 REGISTER_STRINGL_CONSTANT("SID", STR_EMPTY_ALLOC(), 0, 0);
/PHP-5.3/ext/wddx/
H A Dwddx.c756 Z_STRVAL_P(ent.data) = STR_EMPTY_ALLOC(); in php_wddx_push_element()
766 Z_STRVAL_P(ent.data) = STR_EMPTY_ALLOC(); in php_wddx_push_element()
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c1727 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in php_odbc_fetch_hash()
1735 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in php_odbc_fetch_hash()
1881 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in PHP_FUNCTION()
1887 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in PHP_FUNCTION()
/PHP-5.3/sapi/isapi/
H A Dphp5isapi.c375 return STR_EMPTY_ALLOC(); in sapi_isapi_read_cookies()
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c598 SybCtG(server_message) = STR_EMPTY_ALLOC(); in PHP_RINIT_FUNCTION()
1407 result->fields[i].column_source = STR_EMPTY_ALLOC(); in php_sybase_fetch_result_set()
/PHP-5.3/ext/mssql/
H A Dphp_mssql.c1233 result->fields[i].column_source = STR_EMPTY_ALLOC();
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c997 res = STR_EMPTY_ALLOC(); in sxe_xmlNodeListGetString()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2103 return STR_EMPTY_ALLOC();

Completed in 124 milliseconds