Home
last modified time | relevance | path

Searched refs:fast_is_not_identical_function (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_operators.h794 static zend_always_inline int fast_is_not_identical_function(zval *op1, zval *op2) in fast_is_not_identical_function() function
H A Dzend_inheritance.c1639 not_compatible = fast_is_not_identical_function(op1, op2); in zend_do_traits_property_binding()
H A Dzend_vm_execute.h4186 result = fast_is_not_identical_function(op1, op2);
18395 result = fast_is_not_identical_function(op1, op2);
19082 result = fast_is_not_identical_function(op1, op2);
21763 result = fast_is_not_identical_function(op1, op2);
26233 result = fast_is_not_identical_function(op1, op2);
26463 result = fast_is_not_identical_function(op1, op2);
38641 result = fast_is_not_identical_function(op1, op2);
45479 result = fast_is_not_identical_function(op1, op2);
45708 result = fast_is_not_identical_function(op1, op2);
48287 result = fast_is_not_identical_function(op1, op2);
H A Dzend_vm_def.h380 result = fast_is_not_identical_function(op1, op2);

Completed in 360 milliseconds