Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dincomplete_class.c41 static void throw_incomplete_class_error(zend_object *object, const char *what) in throw_incomplete_class_error() function
66 throw_incomplete_class_error(object, "modify a property"); in incomplete_class_write_property()
73 throw_incomplete_class_error(object, "modify a property"); in incomplete_class_get_property_ptr_ptr()
80 throw_incomplete_class_error(object, "modify a property"); in incomplete_class_unset_property()
93 throw_incomplete_class_error(*object, "call a method"); in incomplete_class_get_method()

Completed in 5 milliseconds