ZEND_ABSTRACT_ME  789 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getMessage,       NULL)
ZEND_ABSTRACT_ME  790 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getCode,          NULL)
ZEND_ABSTRACT_ME  791 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getFile,          NULL)
ZEND_ABSTRACT_ME  792 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getLine,          NULL)
ZEND_ABSTRACT_ME  793 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getTrace,         NULL)
ZEND_ABSTRACT_ME  794 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getPrevious,      NULL)
ZEND_ABSTRACT_ME  795 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
ZEND_ABSTRACT_ME  796 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, __toString,       NULL)
ZEND_ABSTRACT_ME  507 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
ZEND_ABSTRACT_ME  512 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, current,  NULL)
ZEND_ABSTRACT_ME  513 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, next,     NULL)
ZEND_ABSTRACT_ME  514 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, key,      NULL)
ZEND_ABSTRACT_ME  515 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, valid,    NULL)
ZEND_ABSTRACT_ME  516 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, rewind,   NULL)
ZEND_ABSTRACT_ME  536 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
ZEND_ABSTRACT_ME  537 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(arrayaccess, offsetGet,    arginfo_arrayaccess_offset_get)
ZEND_ABSTRACT_ME  538 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(arrayaccess, offsetSet,    arginfo_arrayaccess_offset_value)
ZEND_ABSTRACT_ME  539 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(arrayaccess, offsetUnset,  arginfo_arrayaccess_offset)
ZEND_ABSTRACT_ME  548 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(serializable, serialize,   NULL)
ZEND_ABSTRACT_ME 6075 ext/reflection/php_reflection.c 	ZEND_ABSTRACT_ME(reflector, __toString, arginfo_reflection__void)
ZEND_ABSTRACT_ME   75 ext/spl/spl_functions.h 	ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)
ZEND_ABSTRACT_ME  348 main/php.h     #define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME