Home
last modified time | relevance | path

Searched refs:ZEND_ABSTRACT_ME (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.0/main/
H A Dphp.h348 #define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME
/PHP-7.0/ext/spl/
H A Dspl_functions.h75 ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c6109 ZEND_ABSTRACT_ME(reflector, __toString, arginfo_reflection__void)
/PHP-7.0/Zend/
H A Dzend_interfaces.c507 ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
512 ZEND_ABSTRACT_ME(iterator, current, NULL)
513 ZEND_ABSTRACT_ME(iterator, next, NULL)
514 ZEND_ABSTRACT_ME(iterator, key, NULL)
515 ZEND_ABSTRACT_ME(iterator, valid, NULL)
516 ZEND_ABSTRACT_ME(iterator, rewind, NULL)
536 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
537 ZEND_ABSTRACT_ME(arrayaccess, offsetGet, arginfo_arrayaccess_offset_get)
538 ZEND_ABSTRACT_ME(arrayaccess, offsetSet, arginfo_arrayaccess_offset_value)
539 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)
[all …]
H A Dzend_exceptions.c810 ZEND_ABSTRACT_ME(throwable, getMessage, NULL)
811 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
812 ZEND_ABSTRACT_ME(throwable, getFile, NULL)
813 ZEND_ABSTRACT_ME(throwable, getLine, NULL)
814 ZEND_ABSTRACT_ME(throwable, getTrace, NULL)
815 ZEND_ABSTRACT_ME(throwable, getPrevious, NULL)
816 ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
817 ZEND_ABSTRACT_ME(throwable, __toString, NULL)
H A Dzend_API.h84 #define ZEND_ABSTRACT_ME(classname, name, arg_info) ZEND_FENTRY(name, NULL, arg_info, ZEND_ACC_PUBL… macro

Completed in 36 milliseconds