Searched refs:ZEND_ME (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/reflection/ |
H A D | php_reflection.c | 6263 ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0) 6267 ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0) 6268 ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0) 6361 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0) 6386 ZEND_ME(reflection_class, getTraits, arginfo_reflection__void, 0) 6389 ZEND_ME(reflection_class, isTrait, arginfo_reflection__void, 0) 6391 ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0) 6541 ZEND_ME(reflection_type, allowsNull, arginfo_reflection__void, 0) 6542 ZEND_ME(reflection_type, isBuiltin, arginfo_reflection__void, 0) 6546 ZEND_ME(reflection_type, __toString, arginfo_reflection__void, 0) [all …]
|
/PHP-7.3/Zend/ |
H A D | zend_exceptions.c | 793 ZEND_ME(exception, __clone, NULL, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL) 795 ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC) 796 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 797 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 798 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 799 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 800 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 801 ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 802 ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 803 ZEND_ME(exception, __toString, NULL, 0) [all …]
|
H A D | zend_generators.c | 1209 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC) 1210 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC) 1211 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC) 1212 ZEND_ME(Generator, key, arginfo_generator_void, ZEND_ACC_PUBLIC) 1213 ZEND_ME(Generator, next, arginfo_generator_void, ZEND_ACC_PUBLIC) 1214 ZEND_ME(Generator, send, arginfo_generator_send, ZEND_ACC_PUBLIC) 1215 ZEND_ME(Generator, throw, arginfo_generator_throw, ZEND_ACC_PUBLIC) 1216 ZEND_ME(Generator, getReturn,arginfo_generator_void, ZEND_ACC_PUBLIC) 1217 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)
|
H A D | zend_closures.c | 607 ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE) 608 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC) 610 ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC) 611 ZEND_ME(Closure, fromCallable, arginfo_closure_fromcallable, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
H A D | zend_API.h | 78 #define ZEND_ME(classname, name, arg_info, flags) ZEND_FENTRY(name, ZEND_MN(classname##_##name), ar… macro
|
/PHP-7.3/ext/zend_test/ |
H A D | test.c | 196 ZEND_ME(_ZendTestClass, is_object, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC) 201 ZEND_ME(_ZendTestTrait, testMethod, NULL, ZEND_ACC_PUBLIC)
|
/PHP-7.3/main/ |
H A D | php.h | 418 #define PHP_ME ZEND_ME
|
Completed in 51 milliseconds