Searched refs:INCOMPLETE_CLASS (Results 1 – 3 of 3) sorted by relevance
34 class_name = zend_string_init(INCOMPLETE_CLASS, sizeof(INCOMPLETE_CLASS) - 1, 0); \48 #define INCOMPLETE_CLASS "__PHP_Incomplete_Class" macro
212 if (ZSTR_LEN(ce->name) == sizeof(INCOMPLETE_CLASS) - 1 in php_is_type()213 && !memcmp(ZSTR_VAL(ce->name), INCOMPLETE_CLASS, sizeof(INCOMPLETE_CLASS) - 1)) { in php_is_type()
118 INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL); in php_create_incomplete_class()
Completed in 7 milliseconds