Searched refs:no_separation (Results 1 - 21 of 21) sorted by relevance
| /PHP_5_4/ext/dom/ |
| H A D | xpath.c | 204 fci.no_separation = 0;
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_dbh.c | 483 fci.no_separation = 1;
|
| H A D | pdo_stmt.c | 775 fci->no_separation = 1;
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.c | 2583 fci.no_separation = 1;
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_iterators.c | 1956 fci->no_separation = 0;
|
| H A D | spl_directory.c | 2118 fci.no_separation = 1;
|
| /PHP_5_4/ext/standard/ |
| H A D | array.c | 590 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 D | xml.c | 528 fci.no_separation = 0;
|
| /PHP_5_4/ext/xsl/ |
| H A D | xsltprocessor.c | 323 fci.no_separation = 0;
|
| /PHP_5_4/main/ |
| H A D | SAPI.c | 168 fci.no_separation = 0;
|
| /PHP_5_4/main/streams/ |
| H A D | userspace.c | 313 fci.no_separation = 1;
|
| /PHP_5_4/ext/libxml/ |
| H A D | libxml.c | 602 fci->no_separation = 1;
|
| /PHP_5_4/Zend/ |
| H A D | zend_interfaces.c | 54 fci.no_separation = 1;
|
| H A D | zend_API.c | 3183 fci->no_separation = 1;
|
| H A D | zend_API.h | 52 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 D | zend_execute_API.c | 736 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 D | php_reflection.c | 1405 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 D | mysqli.c | 1302 fci.no_separation = 1;
|
| /PHP_5_4/ext/curl/ |
| H A D | interface.c | 1038 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 D | soap.c | 918 fci.no_separation = 1;
|
| /PHP_5_4/ext/mysql/ |
| H A D | php_mysql.c | 2198 fci.no_separation = 1;
|
Completed in 89 milliseconds