Searched defs:function_ptr (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/xml/ |
| H A D | xml.c | 503 static zval *xml_call_handler(xml_parser *parser, zval *handler, zend_function *function_ptr, int argc, zval **argv) argument 528 /*fci.function_handler_cache = &function_ptr;*/
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 1110 ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)) /* {{{ */ argument
|
| H A D | zend_compile.c | 2075 zend_function **function_ptr_ptr, *function_ptr; local 2080 function_ptr = *function_ptr_ptr; 2083 if (function_ptr && 2084 function_ptr->common.function_name && 2085 function_ptr->common.type == ZEND_USER_FUNCTION && 2086 !ARG_SHOULD_BE_SENT_BY_REF(function_ptr, (zend_uint) offset)) { 2091 "allow_call_time_pass_reference to true in your INI file", function_ptr->common.function_name); 2097 if (function_ptr) { 2098 if (ARG_MAY_BE_SENT_BY_REF(function_ptr, (zend_uint) offset)) { 2111 send_by_reference = ARG_SHOULD_BE_SENT_BY_REF(function_ptr, (zend_uin [all...] |
Completed in 18 milliseconds