Searched defs:no_separation (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_execute_API.c | 744 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 755 fci.no_separation = (zend_bool) no_separation; 878 if (fci->no_separation && 1117 fcall_info.no_separation = 1;
|
| H A D | zend_API.h | 52 zend_bool no_separation; member in struct:_zend_fcall_info 435 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);
|
Completed in 7 milliseconds