Home
last modified time | relevance | path

Searched refs:fast_is_identical_function (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/
H A Dzend_operators.h861 static zend_always_inline bool fast_is_identical_function(zval *op1, zval *op2) in fast_is_identical_function() function
H A Dzend_vm_def.h460 result = fast_is_identical_function(op1, op2);
475 result = fast_is_identical_function(op1, op2);
9855 result = fast_is_identical_function(op1, op2);
9868 result = fast_is_identical_function(op1, op2);
H A Dzend_vm_execute.h6127 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CONST_CONST_HANDLER()
19978 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_CONST_HANDLER()
19993 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_CONST_HANDLER()
20876 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_TMP_HANDLER()
20891 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_TMP_HANDLER()
20920 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_VAR_HANDLER()
21354 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_CV_HANDLER()
22937 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_CONST_HANDLER()
22952 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_VAR_CONST_HANDLER()
28157 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_inheritance.c1705 is_compatible = fast_is_identical_function(op1, op2); in check_trait_property_or_constant_value_compatibility()
/php-src/ext/spl/
H A Dspl_observer.c1088 if (fast_is_identical_function(&zinfo, &element->inf)) { in PHP_METHOD()
/php-src/ext/standard/
H A Darray.c1665 if (fast_is_identical_function(value, entry)) { in _php_search_array()
4434 if (fast_is_identical_function(search_value, entry)) {

Completed in 224 milliseconds