Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c6363 ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0)
6367 ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0)
6368 ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0)
6461 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
6486 ZEND_ME(reflection_class, getTraits, arginfo_reflection__void, 0)
6489 ZEND_ME(reflection_class, isTrait, arginfo_reflection__void, 0)
6491 ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0)
6641 ZEND_ME(reflection_type, allowsNull, arginfo_reflection__void, 0)
6642 ZEND_ME(reflection_type, isBuiltin, arginfo_reflection__void, 0)
6646 ZEND_ME(reflection_type, __toString, arginfo_reflection__void, 0)
[all …]
/PHP-7.2/Zend/
H A Dzend_exceptions.c788 ZEND_ME(exception, __clone, NULL, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
790 ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC)
791 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
792 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
793 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
794 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
795 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
796 ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
797 ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
798 ZEND_ME(exception, __toString, NULL, 0)
[all …]
H A Dzend_generators.c1259 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
1260 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC)
1261 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC)
1262 ZEND_ME(Generator, key, arginfo_generator_void, ZEND_ACC_PUBLIC)
1263 ZEND_ME(Generator, next, arginfo_generator_void, ZEND_ACC_PUBLIC)
1264 ZEND_ME(Generator, send, arginfo_generator_send, ZEND_ACC_PUBLIC)
1265 ZEND_ME(Generator, throw, arginfo_generator_throw, ZEND_ACC_PUBLIC)
1266 ZEND_ME(Generator, getReturn,arginfo_generator_void, ZEND_ACC_PUBLIC)
1267 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_closures.c601 ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
602 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
604 ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC)
605 ZEND_ME(Closure, fromCallable, arginfo_closure_fromcallable, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dzend_API.h81 #define ZEND_ME(classname, name, arg_info, flags) ZEND_FENTRY(name, ZEND_MN(classname##_##name), ar… macro
/PHP-7.2/ext/zend_test/
H A Dtest.c187 ZEND_ME(_ZendTestClass, is_object, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
192 ZEND_ME(_ZendTestTrait, testMethod, NULL, ZEND_ACC_PUBLIC)
/PHP-7.2/main/
H A Dphp.h422 #define PHP_ME ZEND_ME

Completed in 40 milliseconds