Home
last modified time | relevance | path

Searched refs:ZEND_METHOD (Results 1 – 25 of 79) sorted by relevance

1234

/PHP-8.3/ext/reflection/
H A Dphp_reflection_arginfo.h618 ZEND_METHOD(ReflectionClass, __clone);
671 ZEND_METHOD(ReflectionMethod, isFinal);
676 ZEND_METHOD(ReflectionMethod, invoke);
684 ZEND_METHOD(ReflectionClass, getName);
712 ZEND_METHOD(ReflectionClass, isTrait);
713 ZEND_METHOD(ReflectionClass, isEnum);
715 ZEND_METHOD(ReflectionClass, isFinal);
834 ZEND_METHOD(ReflectionEnum, hasCase);
835 ZEND_METHOD(ReflectionEnum, getCase);
836 ZEND_METHOD(ReflectionEnum, getCases);
[all …]
/PHP-8.3/ext/spl/
H A Dspl_directory_arginfo.h277 ZEND_METHOD(SplFileInfo, getPath);
284 ZEND_METHOD(SplFileInfo, getSize);
290 ZEND_METHOD(SplFileInfo, getType);
294 ZEND_METHOD(SplFileInfo, isFile);
295 ZEND_METHOD(SplFileInfo, isDir);
296 ZEND_METHOD(SplFileInfo, isLink);
332 ZEND_METHOD(GlobIterator, count);
336 ZEND_METHOD(SplFileObject, eof);
355 ZEND_METHOD(SplFileObject, key);
356 ZEND_METHOD(SplFileObject, next);
[all …]
H A Dspl_dllist_arginfo.h87 ZEND_METHOD(SplDoublyLinkedList, add);
88 ZEND_METHOD(SplDoublyLinkedList, pop);
89 ZEND_METHOD(SplDoublyLinkedList, shift);
90 ZEND_METHOD(SplDoublyLinkedList, push);
92 ZEND_METHOD(SplDoublyLinkedList, top);
93 ZEND_METHOD(SplDoublyLinkedList, bottom);
95 ZEND_METHOD(SplDoublyLinkedList, count);
105 ZEND_METHOD(SplDoublyLinkedList, key);
106 ZEND_METHOD(SplDoublyLinkedList, prev);
107 ZEND_METHOD(SplDoublyLinkedList, next);
[all …]
H A Dspl_fixedarray_arginfo.h58 ZEND_METHOD(SplFixedArray, __construct);
59 ZEND_METHOD(SplFixedArray, __wakeup);
60 ZEND_METHOD(SplFixedArray, __serialize);
62 ZEND_METHOD(SplFixedArray, count);
63 ZEND_METHOD(SplFixedArray, toArray);
64 ZEND_METHOD(SplFixedArray, fromArray);
65 ZEND_METHOD(SplFixedArray, getSize);
66 ZEND_METHOD(SplFixedArray, setSize);
68 ZEND_METHOD(SplFixedArray, offsetGet);
69 ZEND_METHOD(SplFixedArray, offsetSet);
[all …]
H A Dspl_observer_arginfo.h137 ZEND_METHOD(SplObjectStorage, attach);
138 ZEND_METHOD(SplObjectStorage, detach);
140 ZEND_METHOD(SplObjectStorage, addAll);
145 ZEND_METHOD(SplObjectStorage, count);
146 ZEND_METHOD(SplObjectStorage, rewind);
147 ZEND_METHOD(SplObjectStorage, valid);
148 ZEND_METHOD(SplObjectStorage, key);
150 ZEND_METHOD(SplObjectStorage, next);
166 ZEND_METHOD(MultipleIterator, valid);
167 ZEND_METHOD(MultipleIterator, key);
[all …]
H A Dspl_iterators_arginfo.h316 ZEND_METHOD(EmptyIterator, next);
317 ZEND_METHOD(EmptyIterator, key);
318 ZEND_METHOD(EmptyIterator, valid);
319 ZEND_METHOD(EmptyIterator, rewind);
347 ZEND_METHOD(IteratorIterator, key);
352 ZEND_METHOD(FilterIterator, next);
357 ZEND_METHOD(LimitIterator, rewind);
358 ZEND_METHOD(LimitIterator, valid);
359 ZEND_METHOD(LimitIterator, next);
360 ZEND_METHOD(LimitIterator, seek);
[all …]
H A Dspl_array_arginfo.h162 ZEND_METHOD(ArrayObject, append);
164 ZEND_METHOD(ArrayObject, count);
167 ZEND_METHOD(ArrayObject, asort);
168 ZEND_METHOD(ArrayObject, ksort);
169 ZEND_METHOD(ArrayObject, uasort);
170 ZEND_METHOD(ArrayObject, uksort);
171 ZEND_METHOD(ArrayObject, natsort);
185 ZEND_METHOD(ArrayIterator, key);
186 ZEND_METHOD(ArrayIterator, next);
187 ZEND_METHOD(ArrayIterator, valid);
[all …]
H A Dspl_heap_arginfo.h93 ZEND_METHOD(SplHeap, count);
94 ZEND_METHOD(SplHeap, isEmpty);
95 ZEND_METHOD(SplHeap, rewind);
97 ZEND_METHOD(SplHeap, key);
98 ZEND_METHOD(SplHeap, next);
99 ZEND_METHOD(SplHeap, valid);
104 ZEND_METHOD(SplHeap, extract);
105 ZEND_METHOD(SplHeap, insert);
106 ZEND_METHOD(SplHeap, top);
107 ZEND_METHOD(SplHeap, current);
[all …]
/PHP-8.3/Zend/
H A Dzend_fibers_arginfo.h41 ZEND_METHOD(Fiber, __construct);
42 ZEND_METHOD(Fiber, start);
43 ZEND_METHOD(Fiber, resume);
44 ZEND_METHOD(Fiber, throw);
45 ZEND_METHOD(Fiber, isStarted);
46 ZEND_METHOD(Fiber, isSuspended);
47 ZEND_METHOD(Fiber, isRunning);
48 ZEND_METHOD(Fiber, isTerminated);
49 ZEND_METHOD(Fiber, getReturn);
50 ZEND_METHOD(Fiber, getCurrent);
[all …]
H A Dzend_generators_arginfo.h28 ZEND_METHOD(Generator, rewind);
29 ZEND_METHOD(Generator, valid);
30 ZEND_METHOD(Generator, current);
31 ZEND_METHOD(Generator, key);
32 ZEND_METHOD(Generator, next);
33 ZEND_METHOD(Generator, send);
34 ZEND_METHOD(Generator, throw);
35 ZEND_METHOD(Generator, getReturn);
H A Dzend_weakrefs_arginfo.h38 ZEND_METHOD(WeakReference, __construct);
39 ZEND_METHOD(WeakReference, create);
40 ZEND_METHOD(WeakReference, get);
41 ZEND_METHOD(WeakMap, offsetGet);
42 ZEND_METHOD(WeakMap, offsetSet);
43 ZEND_METHOD(WeakMap, offsetExists);
44 ZEND_METHOD(WeakMap, offsetUnset);
45 ZEND_METHOD(WeakMap, count);
46 ZEND_METHOD(WeakMap, getIterator);
H A Dzend_closures_arginfo.h28 ZEND_METHOD(Closure, __construct);
29 ZEND_METHOD(Closure, bind);
30 ZEND_METHOD(Closure, bindTo);
31 ZEND_METHOD(Closure, call);
32 ZEND_METHOD(Closure, fromCallable);
/PHP-8.3/ext/pdo/
H A Dpdo_stmt_arginfo.h91 ZEND_METHOD(PDOStatement, bindColumn);
92 ZEND_METHOD(PDOStatement, bindParam);
93 ZEND_METHOD(PDOStatement, bindValue);
94 ZEND_METHOD(PDOStatement, closeCursor);
97 ZEND_METHOD(PDOStatement, errorCode);
98 ZEND_METHOD(PDOStatement, errorInfo);
99 ZEND_METHOD(PDOStatement, execute);
100 ZEND_METHOD(PDOStatement, fetch);
101 ZEND_METHOD(PDOStatement, fetchAll);
106 ZEND_METHOD(PDOStatement, nextRowset);
[all …]
/PHP-8.3/ext/simplexml/
H A Dsimplexml_arginfo.h107 ZEND_METHOD(SimpleXMLElement, xpath);
109 ZEND_METHOD(SimpleXMLElement, asXML);
112 ZEND_METHOD(SimpleXMLElement, children);
115 ZEND_METHOD(SimpleXMLElement, addChild);
117 ZEND_METHOD(SimpleXMLElement, getName);
119 ZEND_METHOD(SimpleXMLElement, count);
120 ZEND_METHOD(SimpleXMLElement, rewind);
121 ZEND_METHOD(SimpleXMLElement, valid);
122 ZEND_METHOD(SimpleXMLElement, current);
123 ZEND_METHOD(SimpleXMLElement, key);
[all …]
/PHP-8.3/ext/phar/
H A Dphar_object_arginfo.h391 ZEND_METHOD(Phar, addFile);
401 ZEND_METHOD(Phar, copy);
402 ZEND_METHOD(Phar, count);
403 ZEND_METHOD(Phar, delete);
407 ZEND_METHOD(Phar, getPath);
411 ZEND_METHOD(Phar, getStub);
426 ZEND_METHOD(Phar, setStub);
438 ZEND_METHOD(Phar, mapPhar);
439 ZEND_METHOD(Phar, running);
440 ZEND_METHOD(Phar, mount);
[all …]
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_arginfo.h93 ZEND_METHOD(IntlBreakIterator, current);
94 ZEND_METHOD(IntlBreakIterator, first);
95 ZEND_METHOD(IntlBreakIterator, following);
98 ZEND_METHOD(IntlBreakIterator, getLocale);
100 ZEND_METHOD(IntlBreakIterator, getText);
101 ZEND_METHOD(IntlBreakIterator, isBoundary);
102 ZEND_METHOD(IntlBreakIterator, last);
103 ZEND_METHOD(IntlBreakIterator, next);
104 ZEND_METHOD(IntlBreakIterator, preceding);
105 ZEND_METHOD(IntlBreakIterator, previous);
[all …]
/PHP-8.3/ext/com_dotnet/
H A Dcom_persist_arginfo.h34 ZEND_METHOD(COMPersistHelper, __construct);
35 ZEND_METHOD(COMPersistHelper, GetCurFileName);
36 ZEND_METHOD(COMPersistHelper, SaveToFile);
37 ZEND_METHOD(COMPersistHelper, LoadFromFile);
38 ZEND_METHOD(COMPersistHelper, GetMaxStreamSize);
39 ZEND_METHOD(COMPersistHelper, InitNew);
40 ZEND_METHOD(COMPersistHelper, LoadFromStream);
41 ZEND_METHOD(COMPersistHelper, SaveToStream);
/PHP-8.3/ext/xsl/
H A Dphp_xsl_arginfo.h57 ZEND_METHOD(XSLTProcessor, importStylesheet);
58 ZEND_METHOD(XSLTProcessor, transformToDoc);
59 ZEND_METHOD(XSLTProcessor, transformToUri);
60 ZEND_METHOD(XSLTProcessor, transformToXml);
61 ZEND_METHOD(XSLTProcessor, setParameter);
62 ZEND_METHOD(XSLTProcessor, getParameter);
63 ZEND_METHOD(XSLTProcessor, removeParameter);
64 ZEND_METHOD(XSLTProcessor, hasExsltSupport);
66 ZEND_METHOD(XSLTProcessor, setProfiling);
67 ZEND_METHOD(XSLTProcessor, setSecurityPrefs);
[all …]
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver_arginfo.h50 ZEND_METHOD(PDO_PGSql_Ext, pgsqlCopyFromArray);
51 ZEND_METHOD(PDO_PGSql_Ext, pgsqlCopyFromFile);
52 ZEND_METHOD(PDO_PGSql_Ext, pgsqlCopyToArray);
53 ZEND_METHOD(PDO_PGSql_Ext, pgsqlCopyToFile);
54 ZEND_METHOD(PDO_PGSql_Ext, pgsqlLOBCreate);
55 ZEND_METHOD(PDO_PGSql_Ext, pgsqlLOBOpen);
56 ZEND_METHOD(PDO_PGSql_Ext, pgsqlLOBUnlink);
57 ZEND_METHOD(PDO_PGSql_Ext, pgsqlGetNotify);
58 ZEND_METHOD(PDO_PGSql_Ext, pgsqlGetPid);
/PHP-8.3/ext/dom/
H A Dphp_dom_arginfo.h544 ZEND_METHOD(DOMNode, __sleep);
545 ZEND_METHOD(DOMNode, __wakeup);
547 ZEND_METHOD(DOMNode, C14N);
548 ZEND_METHOD(DOMNode, C14NFile);
564 ZEND_METHOD(DOMNode, contains);
577 ZEND_METHOD(DOMNodeList, item);
588 ZEND_METHOD(DOMAttr, isId);
612 ZEND_METHOD(DOMElement, after);
634 ZEND_METHOD(DOMDocument, load);
638 ZEND_METHOD(DOMDocument, save);
[all …]
/PHP-8.3/ext/sqlite3/
H A Dsqlite3_arginfo.h168 ZEND_METHOD(SQLite3, open);
169 ZEND_METHOD(SQLite3, close);
170 ZEND_METHOD(SQLite3, version);
175 ZEND_METHOD(SQLite3, changes);
181 ZEND_METHOD(SQLite3, backup);
184 ZEND_METHOD(SQLite3, prepare);
185 ZEND_METHOD(SQLite3, exec);
186 ZEND_METHOD(SQLite3, query);
191 ZEND_METHOD(SQLite3, openBlob);
198 ZEND_METHOD(SQLite3Stmt, clear);
[all …]
/PHP-8.3/ext/curl/
H A Dcurl_file.c53 ZEND_METHOD(CURLFile, __construct) in ZEND_METHOD() function
89 ZEND_METHOD(CURLFile, getFilename) in ZEND_METHOD() function
96 ZEND_METHOD(CURLFile, getMimeType) in ZEND_METHOD() function
103 ZEND_METHOD(CURLFile, getPostFilename) in ZEND_METHOD() function
110 ZEND_METHOD(CURLFile, setMimeType) in ZEND_METHOD() function
117 ZEND_METHOD(CURLFile, setPostFilename) in ZEND_METHOD() function
123 ZEND_METHOD(CURLStringFile, __construct) in ZEND_METHOD() function
/PHP-8.3/ext/zend_test/
H A Dfiber_arginfo.h23 static ZEND_METHOD(_ZendTestFiber, __construct);
24 static ZEND_METHOD(_ZendTestFiber, start);
25 static ZEND_METHOD(_ZendTestFiber, resume);
26 static ZEND_METHOD(_ZendTestFiber, pipeTo);
27 static ZEND_METHOD(_ZendTestFiber, suspend);
/PHP-8.3/ext/random/
H A Drandom_arginfo.h136 ZEND_METHOD(Random_Engine_Mt19937, generate);
145 ZEND_METHOD(Random_Randomizer, __construct);
146 ZEND_METHOD(Random_Randomizer, nextInt);
147 ZEND_METHOD(Random_Randomizer, nextFloat);
148 ZEND_METHOD(Random_Randomizer, getFloat);
149 ZEND_METHOD(Random_Randomizer, getInt);
150 ZEND_METHOD(Random_Randomizer, getBytes);
152 ZEND_METHOD(Random_Randomizer, shuffleArray);
153 ZEND_METHOD(Random_Randomizer, shuffleBytes);
154 ZEND_METHOD(Random_Randomizer, pickArrayKeys);
[all …]
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h95 ZEND_METHOD(XMLReader, close);
96 ZEND_METHOD(XMLReader, getAttribute);
100 ZEND_METHOD(XMLReader, isValid);
108 ZEND_METHOD(XMLReader, read);
109 ZEND_METHOD(XMLReader, next);
110 ZEND_METHOD(XMLReader, open);
111 ZEND_METHOD(XMLReader, readInnerXml);
113 ZEND_METHOD(XMLReader, readString);
114 ZEND_METHOD(XMLReader, setSchema);
118 ZEND_METHOD(XMLReader, XML);
[all …]

Completed in 77 milliseconds

1234