Home
last modified time | relevance | path

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

/PHP-5.6/ext/reflection/
H A Dphp_reflection.c5806 ZEND_ME(reflection_function, getName, arginfo_reflection__void, 0)
5862 ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0)
5863 ZEND_ME(reflection_method, isPrivate, arginfo_reflection__void, 0)
5866 ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0)
5867 ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0)
5959 ZEND_ME(reflection_class, __toString, arginfo_reflection__void, 0)
5960 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
5982 ZEND_ME(reflection_class, getTraits, arginfo_reflection__void, 0)
5985 ZEND_ME(reflection_class, isTrait, arginfo_reflection__void, 0)
5987 ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0)
[all …]
/PHP-5.6/Zend/
H A Dzend_exceptions.c780 ZEND_ME(exception, __clone, NULL, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
782 ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC)
783 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
784 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
785 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
786 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
787 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
788 ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
789 ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
790 ZEND_ME(exception, __toString, NULL, 0)
[all …]
H A Dzend_generators.c724 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
725 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC)
726 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC)
727 ZEND_ME(Generator, key, arginfo_generator_void, ZEND_ACC_PUBLIC)
728 ZEND_ME(Generator, next, arginfo_generator_void, ZEND_ACC_PUBLIC)
729 ZEND_ME(Generator, send, arginfo_generator_send, ZEND_ACC_PUBLIC)
730 ZEND_ME(Generator, throw, arginfo_generator_throw, ZEND_ACC_PUBLIC)
731 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_closures.c424 ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
425 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dzend_API.h82 #define ZEND_ME(classname, name, arg_info, flags) ZEND_FENTRY(name, ZEND_MN(classname##_##name), ar… macro
/PHP-5.6/main/
H A Dphp.h356 #define PHP_ME ZEND_ME

Completed in 43 milliseconds