Home
last modified time | relevance | path

Searched refs:ZEND_METHOD (Results 51 – 75 of 81) sorted by relevance

1234

/php-src/ext/zend_test/
H A Dobject_handlers_arginfo.h18 static ZEND_METHOD(DoOperationNoCast, __construct);
19 static ZEND_METHOD(LongCastableNoOperations, __construct);
20 static ZEND_METHOD(FloatCastableNoOperations, __construct);
21 static ZEND_METHOD(NumericCastableNoOperations, __construct);
H A Diterators.c109 ZEND_METHOD(ZendTest_Iterators_TraversableTest, __construct) { in ZEND_METHOD() function
113 ZEND_METHOD(ZendTest_Iterators_TraversableTest, getIterator) { in ZEND_METHOD() function
H A Dfiber.c229 static ZEND_METHOD(_ZendTestFiber, __construct) in ZEND_METHOD() function
241 static ZEND_METHOD(_ZendTestFiber, start) in ZEND_METHOD() function
272 static ZEND_METHOD(_ZendTestFiber, suspend) in ZEND_METHOD() function
297 static ZEND_METHOD(_ZendTestFiber, resume) in ZEND_METHOD() function
319 static ZEND_METHOD(_ZendTestFiber, pipeTo) in ZEND_METHOD() function
H A Dobject_handlers.c114 ZEND_METHOD(DoOperationNoCast, __construct) in ZEND_METHOD() function
150 ZEND_METHOD(LongCastableNoOperations, __construct) in ZEND_METHOD() function
186 ZEND_METHOD(FloatCastableNoOperations, __construct) in ZEND_METHOD() function
224 ZEND_METHOD(NumericCastableNoOperations, __construct) in ZEND_METHOD() function
/php-src/ext/pdo/
H A Dpdo_dbh_arginfo.h68 ZEND_METHOD(PDO, __construct);
69 ZEND_METHOD(PDO, connect);
71 ZEND_METHOD(PDO, commit);
72 ZEND_METHOD(PDO, errorCode);
73 ZEND_METHOD(PDO, errorInfo);
74 ZEND_METHOD(PDO, exec);
75 ZEND_METHOD(PDO, getAttribute);
79 ZEND_METHOD(PDO, prepare);
80 ZEND_METHOD(PDO, query);
81 ZEND_METHOD(PDO, quote);
[all …]
/php-src/ext/snmp/
H A Dsnmp_arginfo.h188 ZEND_METHOD(SNMP, __construct);
189 ZEND_METHOD(SNMP, close);
190 ZEND_METHOD(SNMP, setSecurity);
191 ZEND_METHOD(SNMP, get);
192 ZEND_METHOD(SNMP, getnext);
193 ZEND_METHOD(SNMP, walk);
194 ZEND_METHOD(SNMP, set);
195 ZEND_METHOD(SNMP, getErrno);
196 ZEND_METHOD(SNMP, getError);
/php-src/ext/intl/common/
H A Dcommon_arginfo.h17 ZEND_METHOD(IntlIterator, current);
18 ZEND_METHOD(IntlIterator, key);
19 ZEND_METHOD(IntlIterator, next);
20 ZEND_METHOD(IntlIterator, rewind);
21 ZEND_METHOD(IntlIterator, valid);
/php-src/Zend/
H A Dzend_fibers.c792 ZEND_METHOD(Fiber, __construct) in ZEND_METHOD() function
815 ZEND_METHOD(Fiber, start) in ZEND_METHOD() function
844 ZEND_METHOD(Fiber, suspend) in ZEND_METHOD() function
879 ZEND_METHOD(Fiber, resume) in ZEND_METHOD() function
908 ZEND_METHOD(Fiber, throw) in ZEND_METHOD() function
936 ZEND_METHOD(Fiber, isStarted) in ZEND_METHOD() function
947 ZEND_METHOD(Fiber, isSuspended) in ZEND_METHOD() function
958 ZEND_METHOD(Fiber, isRunning) in ZEND_METHOD() function
969 ZEND_METHOD(Fiber, isTerminated) in ZEND_METHOD() function
980 ZEND_METHOD(Fiber, getReturn) in ZEND_METHOD() function
[all …]
H A Dzend_exceptions.c304 ZEND_METHOD(Exception, __construct) in ZEND_METHOD() function
341 ZEND_METHOD(Exception, __wakeup) in ZEND_METHOD() function
354 ZEND_METHOD(ErrorException, __construct) in ZEND_METHOD() function
407 ZEND_METHOD(Exception, getFile) in ZEND_METHOD() function
419 ZEND_METHOD(Exception, getLine) in ZEND_METHOD() function
431 ZEND_METHOD(Exception, getMessage) in ZEND_METHOD() function
443 ZEND_METHOD(Exception, getCode) in ZEND_METHOD() function
456 ZEND_METHOD(Exception, getTrace) in ZEND_METHOD() function
469 ZEND_METHOD(ErrorException, getSeverity) in ZEND_METHOD() function
637 ZEND_METHOD(Exception, getPrevious) in ZEND_METHOD() function
[all …]
H A Dzend_weakrefs.c293 ZEND_COLD ZEND_METHOD(WeakReference, __construct) in ZEND_METHOD() function
298 ZEND_METHOD(WeakReference, create) in ZEND_METHOD() function
313 ZEND_METHOD(WeakReference, get) in ZEND_METHOD() function
691 ZEND_METHOD(WeakMap, offsetGet) in ZEND_METHOD() function
707 ZEND_METHOD(WeakMap, offsetSet) in ZEND_METHOD() function
718 ZEND_METHOD(WeakMap, offsetExists) in ZEND_METHOD() function
729 ZEND_METHOD(WeakMap, offsetUnset) in ZEND_METHOD() function
740 ZEND_METHOD(WeakMap, count) in ZEND_METHOD() function
751 ZEND_METHOD(WeakMap, getIterator) in ZEND_METHOD() function
H A Dzend_interfaces.c544 ZEND_METHOD(InternalIterator, __construct) { in ZEND_METHOD() function
548 ZEND_METHOD(InternalIterator, current) { in ZEND_METHOD() function
566 ZEND_METHOD(InternalIterator, key) { in ZEND_METHOD() function
585 ZEND_METHOD(InternalIterator, next) { in ZEND_METHOD() function
602 ZEND_METHOD(InternalIterator, valid) { in ZEND_METHOD() function
617 ZEND_METHOD(InternalIterator, rewind) { in ZEND_METHOD() function
H A Dzend_generators.c839 ZEND_METHOD(Generator, rewind) in ZEND_METHOD() function
852 ZEND_METHOD(Generator, valid) in ZEND_METHOD() function
869 ZEND_METHOD(Generator, current) in ZEND_METHOD() function
887 ZEND_METHOD(Generator, key) in ZEND_METHOD() function
905 ZEND_METHOD(Generator, next) in ZEND_METHOD() function
920 ZEND_METHOD(Generator, send) in ZEND_METHOD() function
954 ZEND_METHOD(Generator, throw) in ZEND_METHOD() function
989 ZEND_METHOD(Generator, getReturn) in ZEND_METHOD() function
H A Dzend_closures.c43 ZEND_METHOD(Closure, __invoke) /* {{{ */ in ZEND_METHOD() function
123 ZEND_METHOD(Closure, call) in ZEND_METHOD() function
253 ZEND_METHOD(Closure, bind) in ZEND_METHOD() function
270 ZEND_METHOD(Closure, bindTo) in ZEND_METHOD() function
390 ZEND_METHOD(Closure, fromCallable) in ZEND_METHOD() function
697 ZEND_COLD ZEND_METHOD(Closure, __construct) in ZEND_METHOD() function
/php-src/ext/hash/
H A Dhash_arginfo.h166 ZEND_METHOD(HashContext, __construct);
167 ZEND_METHOD(HashContext, __serialize);
168 ZEND_METHOD(HashContext, __unserialize);
/php-src/ext/intl/uchar/
H A Duchar_arginfo.h186 ZEND_METHOD(IntlChar, charAge);
193 ZEND_METHOD(IntlChar, chr);
194 ZEND_METHOD(IntlChar, digit);
214 ZEND_METHOD(IntlChar, isalnum);
215 ZEND_METHOD(IntlChar, isalpha);
216 ZEND_METHOD(IntlChar, isbase);
217 ZEND_METHOD(IntlChar, isblank);
218 ZEND_METHOD(IntlChar, iscntrl);
220 ZEND_METHOD(IntlChar, isdigit);
221 ZEND_METHOD(IntlChar, isgraph);
[all …]
/php-src/ext/com_dotnet/
H A Dcom_extension_arginfo.h166 ZEND_METHOD(variant, __construct);
167 ZEND_METHOD(com, __construct);
169 ZEND_METHOD(dotnet, __construct);
/php-src/ext/gmp/
H A Dgmp_arginfo.h249 ZEND_METHOD(GMP, __construct);
250 ZEND_METHOD(GMP, __serialize);
251 ZEND_METHOD(GMP, __unserialize);
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h206 ZEND_METHOD(IntlCalendar, __construct);
245 ZEND_METHOD(IntlCalendar, setDate);
246 ZEND_METHOD(IntlCalendar, setDateTime);
254 ZEND_METHOD(IntlGregorianCalendar, createFromDate);
255 ZEND_METHOD(IntlGregorianCalendar, createFromDateTime);
256 ZEND_METHOD(IntlGregorianCalendar, __construct);
/php-src/ext/intl/msgformat/
H A Dmsgformat_arginfo.h49 ZEND_METHOD(MessageFormatter, __construct);
/php-src/ext/intl/transliterator/
H A Dtransliterator_arginfo.h35 ZEND_METHOD(Transliterator, __construct);
/php-src/ext/intl/dateformat/
H A Ddateformat_arginfo.h94 ZEND_METHOD(IntlDateFormatter, __construct);
112 ZEND_METHOD(IntlDateFormatter, parseToCalendar);
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h813 ZEND_METHOD(mysqli, __construct);
814 ZEND_METHOD(mysqli, init);
815 ZEND_METHOD(mysqli_result, __construct);
816 ZEND_METHOD(mysqli_result, getIterator);
817 ZEND_METHOD(mysqli_stmt, __construct);
818 ZEND_METHOD(mysqli_warning, __construct);
819 ZEND_METHOD(mysqli_warning, next);
820 ZEND_METHOD(mysqli_sql_exception, getSqlState);
/php-src/ext/ffi/
H A Dffi.c2970 ZEND_METHOD(FFI, cdef) /* {{{ */ in ZEND_METHOD() function
3529 ZEND_METHOD(FFI, load) /* {{{ */ in ZEND_METHOD() function
3552 ZEND_METHOD(FFI, scope) /* {{{ */ in ZEND_METHOD() function
3751 ZEND_METHOD(FFI, new) /* {{{ */ in ZEND_METHOD() function
3876 ZEND_METHOD(FFI, free) /* {{{ */ in ZEND_METHOD() function
3910 ZEND_METHOD(FFI, cast) /* {{{ */ in ZEND_METHOD() function
4093 ZEND_METHOD(FFI, type) /* {{{ */ in ZEND_METHOD() function
4158 ZEND_METHOD(FFI, typeof) /* {{{ */ in ZEND_METHOD() function
4278 ZEND_METHOD(FFI, addr) /* {{{ */ in ZEND_METHOD() function
4335 ZEND_METHOD(FFI, sizeof) /* {{{ */ in ZEND_METHOD() function
[all …]
/php-src/ext/pdo_mysql/
H A Dpdo_mysql_arginfo.h7 ZEND_METHOD(PdoMysql, getWarningCount);
/php-src/ext/dom/
H A Dnodelist.c247 ZEND_METHOD(DOMNodeList, getIterator) in ZEND_METHOD() function

Completed in 117 milliseconds

1234