Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dincomplete_class.c37 static void incomplete_class_message(zval *object, int error_type) in incomplete_class_message() function
54 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property()
66 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 14 milliseconds