Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dincomplete_class.c35 static void incomplete_class_message(zval *object, int error_type) in incomplete_class_message() function
52 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property()
65 incomplete_class_message(object, E_NOTICE); in incomplete_class_write_property()
72 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property_ptr_ptr()
79 incomplete_class_message(object, E_NOTICE); in incomplete_class_unset_property()
85 incomplete_class_message(object, E_NOTICE); in incomplete_class_has_property()
95 incomplete_class_message(&zobject, E_ERROR); in incomplete_class_get_method()

Completed in 5 milliseconds