Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.c6464 ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0)
6468 ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0)
6469 ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0)
6562 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
6587 ZEND_ME(reflection_class, getTraits, arginfo_reflection__void, 0)
6590 ZEND_ME(reflection_class, isTrait, arginfo_reflection__void, 0)
6592 ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0)
6741 ZEND_ME(reflection_type, allowsNull, arginfo_reflection__void, 0)
6742 ZEND_ME(reflection_type, isBuiltin, arginfo_reflection__void, 0)
6746 ZEND_ME(reflection_type, __toString, arginfo_reflection__void, 0)
[all …]
/PHP-7.1/Zend/
H A Dzend_exceptions.c804 ZEND_ME(exception, __clone, NULL, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
806 ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC)
807 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
808 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
809 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
810 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
811 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
812 ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
813 ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
814 ZEND_ME(exception, __toString, NULL, 0)
[all …]
H A Dzend_generators.c1255 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
1256 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC)
1257 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC)
1258 ZEND_ME(Generator, key, arginfo_generator_void, ZEND_ACC_PUBLIC)
1259 ZEND_ME(Generator, next, arginfo_generator_void, ZEND_ACC_PUBLIC)
1260 ZEND_ME(Generator, send, arginfo_generator_send, ZEND_ACC_PUBLIC)
1261 ZEND_ME(Generator, throw, arginfo_generator_throw, ZEND_ACC_PUBLIC)
1262 ZEND_ME(Generator, getReturn,arginfo_generator_void, ZEND_ACC_PUBLIC)
1263 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_closures.c596 ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
597 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
599 ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC)
600 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
H A Dzend_builtin_functions.c321 ZEND_ME(_ZendTestTrait, testMethod, arginfo_zend__void, ZEND_ACC_PUBLIC)
/PHP-7.1/main/
H A Dphp.h363 #define PHP_ME ZEND_ME

Completed in 54 milliseconds