Home
last modified time | relevance | path

Searched refs:ADD_STRING (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/sapi/apache2handler/
H A Dphp_functions.c115 #define ADD_STRING(name) \ macro
137 ADD_STRING(the_request); in PHP_FUNCTION()
138 ADD_STRING(status_line); in PHP_FUNCTION()
139 ADD_STRING(method); in PHP_FUNCTION()
143 ADD_STRING(boundary); in PHP_FUNCTION()
145 ADD_STRING(range); in PHP_FUNCTION()
148 ADD_STRING(handler); in PHP_FUNCTION()
152 ADD_STRING(uri); in PHP_FUNCTION()
153 ADD_STRING(filename); in PHP_FUNCTION()
154 ADD_STRING(path_info); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c34 # define ADD_STRING(str) ADD_DUP_SIZE((str), _ZSTR_STRUCT_SIZE(ZSTR_LEN(str))) macro
38 ADD_STRING(str); \
47 ADD_STRING(str); \
212 ADD_STRING(op_array->filename); in zend_persist_op_array_calc_ex()
244 ADD_STRING(op_array->doc_comment); in zend_persist_op_array_calc_ex()
292 ADD_STRING(prop->doc_comment); in zend_persist_property_info_calc()
324 ADD_STRING(ZEND_CE_FILENAME(ce)); in zend_persist_class_entry_calc()
327 ADD_STRING(ZEND_CE_DOC_COMMENT(ce)); in zend_persist_class_entry_calc()
402 ADD_STRING(new_persistent_script->full_path); in zend_accel_script_persist_calc()

Completed in 11 milliseconds