Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.c234 Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC(); in zend_make_printable_zval()
242 Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC(); in zend_make_printable_zval()
291 Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC(); in zend_make_printable_zval()
H A Dzend.h676 #define STR_EMPTY_ALLOC() estrndup("", sizeof("")-1) macro
H A Dzend_operators.c600 Z_STRVAL_P(op) = STR_EMPTY_ALLOC(); in _convert_to_string()
610 Z_STRVAL_P(op) = STR_EMPTY_ALLOC(); in _convert_to_string()
H A Dzend_API.h593 Z_STRVAL_P(__z) = STR_EMPTY_ALLOC();\
H A Dzend_execute.c1308 Z_STRVAL_P(ptr) = STR_EMPTY_ALLOC(); in zend_fetch_dimension_address_read()
/PHP-5.5/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.c1295 return STR_EMPTY_ALLOC(); in php_escape_html_entities_ex()
/PHP-5.5/ext/session/
H A Dmod_files.c375 *val = STR_EMPTY_ALLOC(); in PS_READ_FUNC()
H A Dsession.c1478 REGISTER_STRINGL_CONSTANT("SID", STR_EMPTY_ALLOC(), 0, 0);
1979 PS(id) = STR_EMPTY_ALLOC();
/PHP-5.5/ext/wddx/
H A Dwddx.c759 Z_STRVAL_P(ent.data) = STR_EMPTY_ALLOC(); in php_wddx_push_element()
769 Z_STRVAL_P(ent.data) = STR_EMPTY_ALLOC(); in php_wddx_push_element()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c375 return STR_EMPTY_ALLOC(); in sapi_isapi_read_cookies()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1760 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in php_odbc_fetch_hash()
1771 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in php_odbc_fetch_hash()
1917 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in PHP_FUNCTION()
1927 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in PHP_FUNCTION()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c598 SybCtG(server_message) = STR_EMPTY_ALLOC(); in PHP_RINIT_FUNCTION()
1406 result->fields[i].column_source = STR_EMPTY_ALLOC(); in php_sybase_fetch_result_set()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1238 result->fields[i].column_source = STR_EMPTY_ALLOC();
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c997 res = STR_EMPTY_ALLOC(); in sxe_xmlNodeListGetString()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2254 return STR_EMPTY_ALLOC();

Completed in 124 milliseconds