Searched refs:no_separation (Results 1 – 25 of 25) sorted by relevance
/PHP-7.2/ext/spl/ |
H A D | spl_engine.h | 70 fci.no_separation = 1; in spl_instantiate_arg_n()
|
H A D | php_spl.c | 418 fci.no_separation = 1; in PHP_FUNCTION()
|
H A D | spl_directory.c | 2111 fci.no_separation = 1; in spl_filesystem_file_call()
|
H A D | spl_iterators.c | 2013 fci->no_separation = 0; in SPL_METHOD()
|
/PHP-7.2/Zend/ |
H A D | zend_execute_API.c | 643 …*function_name, zval *retval_ptr, uint32_t param_count, zval params[], int no_separation) /* {{{ */ in _call_user_function_ex() argument 653 fci.no_separation = (zend_bool) no_separation; in _call_user_function_ex() 769 if (!fci->no_separation) { in zend_call_function() 982 fcall_info.no_separation = 1; in zend_lookup_class_ex()
|
H A D | zend_API.h | 50 zend_bool no_separation; member 489 …ct, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[], int no_separation); 493 …nction_table, object, function_name, retval_ptr, param_count, params, no_separation, symbol_table)… argument 494 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, no_separation)
|
H A D | zend_interfaces.c | 54 fci.no_separation = 1; in zend_call_method()
|
H A D | zend_exceptions.c | 692 fci.no_separation = 1; in ZEND_METHOD()
|
H A D | zend_API.c | 3527 fci->no_separation = 1; in zend_fcall_info_init()
|
/PHP-7.2/ext/dom/ |
H A D | xpath.c | 192 fci.no_separation = 0; in dom_xpath_ext_function_php()
|
/PHP-7.2/ext/intl/converter/ |
H A D | converter.c | 239 objval->to_cb.no_separation = 0; in php_converter_to_u_callback() 321 objval->from_cb.no_separation = 0; in php_converter_from_u_callback()
|
/PHP-7.2/ext/curl/ |
H A D | interface.c | 1487 fci.no_separation = 0; in curl_write() 1536 fci.no_separation = 0; in curl_fnmatch() 1591 fci.no_separation = 0; in curl_progress() 1652 fci.no_separation = 0; in curl_read() 1718 fci.no_separation = 0; in curl_write_header()
|
/PHP-7.2/ext/standard/ |
H A D | array.c | 984 BG(user_compare_fci).no_separation = 0; in php_array_user_compare() 1105 BG(user_compare_fci).no_separation = 0; in php_array_user_key_compare() 1389 BG(array_walk_fci).no_separation = 0; in php_array_walk() 4607 BG(user_compare_fci).no_separation = 0; 5950 fci.no_separation = 0; 6002 fci.no_separation = 0; 6107 fci.no_separation = 0; 6194 fci.no_separation = 0;
|
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 1367 fci.no_separation = 1; in _reflection_export() 1397 fci.no_separation = 1; in _reflection_export() 1892 fci.no_separation = 1; in ZEND_METHOD() 1958 fci.no_separation = 1; in ZEND_METHOD() 3216 fci.no_separation = 1; in reflection_method_invoke() 4774 fci.no_separation = 1; in ZEND_METHOD() 4880 fci.no_separation = 1; in ZEND_METHOD()
|
/PHP-7.2/ext/xsl/ |
H A D | xsltprocessor.c | 323 fci.no_separation = 0; in xsl_ext_function_php()
|
/PHP-7.2/ext/libxml/ |
H A D | libxml.c | 622 fci->no_separation = 1; in _php_libxml_external_entity_loader()
|
/PHP-7.2/ext/pdo/ |
H A D | pdo_dbh.c | 449 fci.no_separation = 1; in pdo_stmt_construct()
|
H A D | pdo_stmt.c | 737 fci->no_separation = 1; in do_fetch_class_prepare()
|
/PHP-7.2/main/streams/ |
H A D | userspace.c | 315 fci.no_separation = 1; in user_stream_create_object()
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli.c | 1300 fci.no_separation = 1; in php_mysqli_fetch_into_hash()
|
/PHP-7.2/ext/xml/ |
H A D | xml.c | 485 fci.no_separation = 0; in xml_call_handler()
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 127 fci.no_separation = 1; in phpdbg_call_register()
|
/PHP-7.2/ext/pcre/ |
H A D | php_pcre.c | 1236 fci->no_separation = 0; in preg_do_repl_func()
|
/PHP-7.2/ext/soap/ |
H A D | soap.c | 952 fci.no_separation = 1; in PHP_METHOD()
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 2836 fci.no_separation = 1;
|
Completed in 231 milliseconds