Home
last modified time | relevance | path

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

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c5138 ZEND_ME(reflection_function, getName, arginfo_reflection__void, 0)
5189 ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0)
5190 ZEND_ME(reflection_method, isPrivate, arginfo_reflection__void, 0)
5193 ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0)
5194 ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0)
5282 ZEND_ME(reflection_class, __toString, arginfo_reflection__void, 0)
5283 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
5284 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)
5289 ZEND_ME(reflection_class, getEndLine, arginfo_reflection__void, 0)
5305 ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0)
[all …]
/PHP-5.3/Zend/
H A Dzend_exceptions.c655 ZEND_ME(exception, __clone, NULL, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
656 ZEND_ME(exception, __construct, arginfo_exception___construct, ZEND_ACC_PUBLIC)
657 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
658 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
659 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
660 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
661 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
662 ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
663 ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
664 ZEND_ME(exception, __toString, NULL, 0)
[all …]
H A Dzend_closures.c304 ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
H A Dzend_API.h82 #define ZEND_ME(classname, name, arg_info, flags) ZEND_FENTRY(name, ZEND_MN(classname##_##name), ar… macro
/PHP-5.3/main/
H A Dphp.h345 #define PHP_ME ZEND_ME

Completed in 38 milliseconds