Searched refs:no_separation (Results 1 – 21 of 21) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_execute_API.c | 734 …e, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *sy… in call_user_function_ex() argument 745 fci.no_separation = (zend_bool) no_separation; in call_user_function_ex() 858 if (fci->no_separation && in zend_call_function() 1124 fcall_info.no_separation = 1; in zend_lookup_class_ex()
|
H A D | zend_interfaces.c | 54 fci.no_separation = 1; in zend_call_method()
|
H A D | zend_API.h | 52 zend_bool no_separation; member 447 …e, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *sy…
|
H A D | zend_exceptions.c | 697 fci.no_separation = 1; in ZEND_METHOD()
|
H A D | zend_API.c | 3188 fci->no_separation = 1; in zend_fcall_info_init()
|
/PHP-5.4/ext/standard/ |
H A D | array.c | 590 BG(user_compare_fci).no_separation = 0; in php_array_user_compare() 756 BG(user_compare_fci).no_separation = 0; in php_array_user_key_compare() 1072 BG(array_walk_fci).no_separation = 0; in php_array_walk() 2888 BG(user_compare_fci).no_separation = 0; in zval_user_compare() 4129 fci.no_separation = 0; in PHP_FUNCTION() 4183 fci.no_separation = 0; in PHP_FUNCTION() 4324 fci.no_separation = 0; in PHP_FUNCTION()
|
/PHP-5.4/ext/dom/ |
H A D | xpath.c | 204 fci.no_separation = 0; in dom_xpath_ext_function_php()
|
/PHP-5.4/ext/curl/ |
H A D | interface.c | 1044 fci.no_separation = 0; in curl_write() 1119 fci.no_separation = 0; in curl_progress() 1193 fci.no_separation = 0; in curl_read() 1271 fci.no_separation = 0; in curl_write_header()
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 1402 fci.no_separation = 1; in _reflection_export() 1437 fci.no_separation = 1; in _reflection_export() 1918 fci.no_separation = 1; in ZEND_METHOD() 1985 fci.no_separation = 1; in ZEND_METHOD() 2890 fci.no_separation = 1; in ZEND_METHOD() 2999 fci.no_separation = 1; in ZEND_METHOD() 4219 fci.no_separation = 1; in ZEND_METHOD() 4317 fci.no_separation = 1; in ZEND_METHOD()
|
/PHP-5.4/ext/xsl/ |
H A D | xsltprocessor.c | 330 fci.no_separation = 0; in xsl_ext_function_php()
|
/PHP-5.4/ext/libxml/ |
H A D | libxml.c | 602 fci->no_separation = 1; in _php_libxml_external_entity_loader()
|
/PHP-5.4/ext/xml/ |
H A D | xml.c | 528 fci.no_separation = 0; in xml_call_handler()
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 1309 fci.no_separation = 1; in php_mysqli_fetch_into_hash()
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_dbh.c | 486 fci.no_separation = 1; in pdo_stmt_construct()
|
H A D | pdo_stmt.c | 775 fci->no_separation = 1; in do_fetch_class_prepare()
|
/PHP-5.4/main/streams/ |
H A D | userspace.c | 313 fci.no_separation = 1; in user_stream_create_object()
|
/PHP-5.4/ext/mysql/ |
H A D | php_mysql.c | 2198 fci.no_separation = 1;
|
/PHP-5.4/ext/spl/ |
H A D | spl_directory.c | 2128 fci.no_separation = 1; in spl_filesystem_file_call()
|
H A D | spl_iterators.c | 1965 fci->no_separation = 0; in SPL_METHOD()
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 2713 fci.no_separation = 1;
|
/PHP-5.4/ext/soap/ |
H A D | soap.c | 923 fci.no_separation = 1; in PHP_METHOD()
|
Completed in 175 milliseconds