Searched defs:no_separation (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.h | 52 zend_bool no_separation; member in struct:_zend_fcall_info 451 ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC);
|
| H A D | zend_execute_API.c | 715 int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC) /* {{{ */ argument 726 fci.no_separation = (zend_bool) no_separation; 839 if (fci->no_separation && 1100 fcall_info.no_separation = 1;
|
Completed in 7 milliseconds