Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_operators.h888 static zend_always_inline zend_bool fast_is_identical_function(zval *op1, zval *op2) in fast_is_identical_function() function
H A Dzend_vm_def.h457 result = fast_is_identical_function(op1, op2);
472 result = fast_is_identical_function(op1, op2);
9366 result = fast_is_identical_function(op1, op2);
9379 result = fast_is_identical_function(op1, op2);
H A Dzend_vm_execute.h5677 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CONST_CONST_HANDLER()
19214 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_CONST_HANDLER()
19229 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_CONST_HANDLER()
20066 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_TMP_HANDLER()
20081 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_TMP_HANDLER()
20110 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_VAR_HANDLER()
20543 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_CV_HANDLER()
22169 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_CONST_HANDLER()
22184 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_VAR_CONST_HANDLER()
27012 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_TMP_HANDLER()
[all …]
/PHP-8.0/ext/spl/
H A Dspl_observer.c964 if (fast_is_identical_function(&zinfo, &element->inf)) { in PHP_METHOD()
/PHP-8.0/ext/standard/
H A Darray.c1567 if (fast_is_identical_function(value, entry)) { in php_search_array()
3962 if (fast_is_identical_function(search_value, entry)) {

Completed in 190 milliseconds