Searched refs:no_separation (Results 1 - 21 of 21) sorted by relevance

/PHP_5_4/ext/dom/
H A Dxpath.c204 fci.no_separation = 0;
/PHP_5_4/ext/pdo/
H A Dpdo_dbh.c483 fci.no_separation = 1;
H A Dpdo_stmt.c775 fci->no_separation = 1;
/PHP_5_4/ext/pgsql/
H A Dpgsql.c2583 fci.no_separation = 1;
/PHP_5_4/ext/spl/
H A Dspl_iterators.c1956 fci->no_separation = 0;
H A Dspl_directory.c2118 fci.no_separation = 1;
/PHP_5_4/ext/standard/
H A Darray.c590 BG(user_compare_fci).no_separation = 0;
756 BG(user_compare_fci).no_separation = 0;
1072 BG(array_walk_fci).no_separation = 0;
2888 BG(user_compare_fci).no_separation = 0;
4140 fci.no_separation = 0;
4194 fci.no_separation = 0;
4335 fci.no_separation = 0;
/PHP_5_4/ext/xml/
H A Dxml.c528 fci.no_separation = 0;
/PHP_5_4/ext/xsl/
H A Dxsltprocessor.c323 fci.no_separation = 0;
/PHP_5_4/main/
H A DSAPI.c168 fci.no_separation = 0;
/PHP_5_4/main/streams/
H A Duserspace.c313 fci.no_separation = 1;
/PHP_5_4/ext/libxml/
H A Dlibxml.c602 fci->no_separation = 1;
/PHP_5_4/Zend/
H A Dzend_interfaces.c54 fci.no_separation = 1;
H A Dzend_API.c3183 fci->no_separation = 1;
H A Dzend_API.h52 zend_bool no_separation; member in struct:_zend_fcall_info
447 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 Dzend_execute_API.c736 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
747 fci.no_separation = (zend_bool) no_separation;
860 if (fci->no_separation &&
1118 fcall_info.no_separation = 1;
/PHP_5_4/ext/reflection/
H A Dphp_reflection.c1405 fci.no_separation = 1;
1440 fci.no_separation = 1;
1921 fci.no_separation = 1;
1988 fci.no_separation = 1;
2893 fci.no_separation = 1;
3002 fci.no_separation = 1;
4222 fci.no_separation = 1;
4320 fci.no_separation = 1;
/PHP_5_4/ext/mysqli/
H A Dmysqli.c1302 fci.no_separation = 1;
/PHP_5_4/ext/curl/
H A Dinterface.c1038 fci.no_separation = 0;
1113 fci.no_separation = 0;
1187 fci.no_separation = 0;
1264 fci.no_separation = 0;
/PHP_5_4/ext/soap/
H A Dsoap.c918 fci.no_separation = 1;
/PHP_5_4/ext/mysql/
H A Dphp_mysql.c2198 fci.no_separation = 1;

Completed in 89 milliseconds