Searched refs:target_type (Results 1 – 1 of 1) sorted by relevance
2066 uint8_t target_type = (Z_TYPE_P(value) == IS_FALSE || Z_TYPE_P(value) == IS_TRUE) in zend_std_compare_objects() local2068 if (Z_OBJ_HT_P(object)->cast_object(Z_OBJ_P(object), &casted, target_type) == FAILURE) { in zend_std_compare_objects()2070 if (target_type == IS_LONG || target_type == IS_DOUBLE) { in zend_std_compare_objects()2072 ZSTR_VAL(Z_OBJCE_P(object)->name), zend_get_type_by_const(target_type)); in zend_std_compare_objects()2073 if (target_type == IS_LONG) { in zend_std_compare_objects()
Completed in 11 milliseconds