Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dincomplete_class.c37 static void incomplete_class_message(zval *object, int error_type TSRMLS_DC) in incomplete_class_message() function
59 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_get_property()
71 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_write_property()
77 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_get_property_ptr_ptr()
84 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_unset_property()
90 incomplete_class_message(object, E_NOTICE TSRMLS_CC); in incomplete_class_has_property()
97 incomplete_class_message(*object, E_ERROR TSRMLS_CC); in incomplete_class_get_method()

Completed in 5 milliseconds