Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_object_handlers.c1719 uint8_t target_type = (Z_TYPE_P(value) == IS_FALSE || Z_TYPE_P(value) == IS_TRUE) in zend_std_compare_objects() local
1721 if (Z_OBJ_HT_P(object)->cast_object(Z_OBJ_P(object), &casted, target_type) == FAILURE) { in zend_std_compare_objects()
1723 if (target_type == IS_LONG || target_type == IS_DOUBLE) { in zend_std_compare_objects()
1725 ZSTR_VAL(Z_OBJCE_P(object)->name), zend_get_type_by_const(target_type)); in zend_std_compare_objects()
1726 if (target_type == IS_LONG) { in zend_std_compare_objects()

Completed in 20 milliseconds