Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_interfaces.c483 ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
488 ZEND_ABSTRACT_ME(iterator, current, NULL)
489 ZEND_ABSTRACT_ME(iterator, next, NULL)
490 ZEND_ABSTRACT_ME(iterator, key, NULL)
491 ZEND_ABSTRACT_ME(iterator, valid, NULL)
492 ZEND_ABSTRACT_ME(iterator, rewind, NULL)
512 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
513 ZEND_ABSTRACT_ME(arrayaccess, offsetGet, arginfo_arrayaccess_offset_get)
515 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)
524 ZEND_ABSTRACT_ME(serializable, serialize, NULL)
[all …]
H A Dzend_exceptions.c759 ZEND_ABSTRACT_ME(throwable, getMessage, NULL)
760 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
761 ZEND_ABSTRACT_ME(throwable, getFile, NULL)
762 ZEND_ABSTRACT_ME(throwable, getLine, NULL)
763 ZEND_ABSTRACT_ME(throwable, getTrace, NULL)
764 ZEND_ABSTRACT_ME(throwable, getPrevious, NULL)
765 ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
766 ZEND_ABSTRACT_ME(throwable, __toString, NULL)
H A Dzend_API.h82 #define ZEND_ABSTRACT_ME(classname, name, arg_info) ZEND_FENTRY(name, NULL, arg_info, ZEND_ACC_PUBL… macro
/PHP-7.2/ext/spl/
H A Dspl_functions.h75 ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)
/PHP-7.2/main/
H A Dphp.h424 #define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c6249 ZEND_ABSTRACT_ME(reflector, __toString, arginfo_reflection__void)

Completed in 61 milliseconds