Home
last modified time | relevance | path

Searched refs:ZEND_METHOD (Results 26 – 50 of 81) sorted by relevance

1234

/php-src/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h94 ZEND_METHOD(XMLReader, close);
95 ZEND_METHOD(XMLReader, getAttribute);
99 ZEND_METHOD(XMLReader, isValid);
107 ZEND_METHOD(XMLReader, read);
108 ZEND_METHOD(XMLReader, next);
109 ZEND_METHOD(XMLReader, open);
110 ZEND_METHOD(XMLReader, readInnerXml);
112 ZEND_METHOD(XMLReader, readString);
113 ZEND_METHOD(XMLReader, setSchema);
117 ZEND_METHOD(XMLReader, XML);
[all …]
/php-src/ext/curl/
H A Dcurl_file_arginfo.h31 ZEND_METHOD(CURLFile, __construct);
32 ZEND_METHOD(CURLFile, getFilename);
33 ZEND_METHOD(CURLFile, getMimeType);
34 ZEND_METHOD(CURLFile, getPostFilename);
35 ZEND_METHOD(CURLFile, setMimeType);
36 ZEND_METHOD(CURLFile, setPostFilename);
37 ZEND_METHOD(CURLStringFile, __construct);
/php-src/ext/reflection/
H A Dphp_reflection.c1562 ZEND_METHOD(ReflectionClass, __clone) in ZEND_METHOD() function
3484 ZEND_METHOD(ReflectionMethod, invoke) in ZEND_METHOD() function
3498 ZEND_METHOD(ReflectionMethod, isFinal) in ZEND_METHOD() function
4344 ZEND_METHOD(ReflectionClass, getName) in ZEND_METHOD() function
5000 ZEND_METHOD(ReflectionClass, isTrait) in ZEND_METHOD() function
5006 ZEND_METHOD(ReflectionClass, isEnum) in ZEND_METHOD() function
5012 ZEND_METHOD(ReflectionClass, isFinal) in ZEND_METHOD() function
6932 ZEND_METHOD(ReflectionEnum, hasCase) in ZEND_METHOD() function
6952 ZEND_METHOD(ReflectionEnum, getCase) in ZEND_METHOD() function
6977 ZEND_METHOD(ReflectionEnum, getCases) in ZEND_METHOD() function
[all …]
/php-src/ext/tokenizer/
H A Dtokenizer_arginfo.h37 ZEND_METHOD(PhpToken, tokenize);
38 ZEND_METHOD(PhpToken, __construct);
39 ZEND_METHOD(PhpToken, is);
40 ZEND_METHOD(PhpToken, isIgnorable);
41 ZEND_METHOD(PhpToken, getTokenName);
42 ZEND_METHOD(PhpToken, __toString);
/php-src/ext/dom/
H A Dphp_dom_arginfo.h1102 ZEND_METHOD(DOMNode, C14N);
1103 ZEND_METHOD(DOMNode, C14NFile);
1119 ZEND_METHOD(DOMNode, contains);
1122 ZEND_METHOD(DOMNode, __sleep);
1123 ZEND_METHOD(DOMNode, __wakeup);
1135 ZEND_METHOD(DOMNodeList, item);
1144 ZEND_METHOD(DOMElement, after);
1146 ZEND_METHOD(DOMAttr, isId);
1234 ZEND_METHOD(DOMXPath, query);
1246 ZEND_METHOD(DOMXPath, quote);
[all …]
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h16 ZEND_METHOD(IntlDatePatternGenerator, __construct);
17 ZEND_METHOD(IntlDatePatternGenerator, create);
18 ZEND_METHOD(IntlDatePatternGenerator, getBestPattern);
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver_arginfo.h23 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateFunction);
24 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateAggregate);
25 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateCollation);
H A Dpdo_sqlite_arginfo.h37 ZEND_METHOD(PdoSqlite, createAggregate);
38 ZEND_METHOD(PdoSqlite, createCollation);
39 ZEND_METHOD(PdoSqlite, createFunction);
41 ZEND_METHOD(PdoSqlite, loadExtension);
43 ZEND_METHOD(PdoSqlite, openBlob);
/php-src/ext/date/
H A Dphp_date_arginfo.h567 ZEND_METHOD(DateTime, __construct);
568 ZEND_METHOD(DateTime, __serialize);
570 ZEND_METHOD(DateTime, __wakeup);
571 ZEND_METHOD(DateTime, __set_state);
575 ZEND_METHOD(DateTime, modify);
576 ZEND_METHOD(DateTime, sub);
586 ZEND_METHOD(DateTimeImmutable, add);
587 ZEND_METHOD(DateTimeImmutable, sub);
599 ZEND_METHOD(DateTimeZone, __wakeup);
605 ZEND_METHOD(DateInterval, __wakeup);
[all …]
/php-src/ext/intl/converter/
H A Dconverter_arginfo.h77 ZEND_METHOD(UConverter, __construct);
78 ZEND_METHOD(UConverter, convert);
79 ZEND_METHOD(UConverter, fromUCallback);
80 ZEND_METHOD(UConverter, getAliases);
81 ZEND_METHOD(UConverter, getAvailable);
84 ZEND_METHOD(UConverter, getErrorCode);
87 ZEND_METHOD(UConverter, getSourceType);
88 ZEND_METHOD(UConverter, getStandards);
90 ZEND_METHOD(UConverter, reasonText);
94 ZEND_METHOD(UConverter, toUCallback);
[all …]
/php-src/ext/zip/
H A Dphp_zip_arginfo.h329 ZEND_METHOD(ZipArchive, open);
331 ZEND_METHOD(ZipArchive, close);
332 ZEND_METHOD(ZipArchive, count);
334 ZEND_METHOD(ZipArchive, clearError);
337 ZEND_METHOD(ZipArchive, addFile);
339 ZEND_METHOD(ZipArchive, addGlob);
340 ZEND_METHOD(ZipArchive, addPattern);
359 ZEND_METHOD(ZipArchive, statName);
360 ZEND_METHOD(ZipArchive, statIndex);
367 ZEND_METHOD(ZipArchive, extractTo);
[all …]
/php-src/Zend/
H A Dzend_exceptions_arginfo.h84 ZEND_METHOD(Exception, __clone);
85 ZEND_METHOD(Exception, __construct);
86 ZEND_METHOD(Exception, __wakeup);
87 ZEND_METHOD(Exception, getMessage);
88 ZEND_METHOD(Exception, getCode);
89 ZEND_METHOD(Exception, getFile);
90 ZEND_METHOD(Exception, getLine);
91 ZEND_METHOD(Exception, getTrace);
92 ZEND_METHOD(Exception, getPrevious);
93 ZEND_METHOD(Exception, getTraceAsString);
[all …]
H A Dzend_attributes_arginfo.h27 ZEND_METHOD(Attribute, __construct);
28 ZEND_METHOD(ReturnTypeWillChange, __construct);
29 ZEND_METHOD(AllowDynamicProperties, __construct);
30 ZEND_METHOD(SensitiveParameter, __construct);
31 ZEND_METHOD(SensitiveParameterValue, __construct);
32 ZEND_METHOD(SensitiveParameterValue, getValue);
33 ZEND_METHOD(SensitiveParameterValue, __debugInfo);
34 ZEND_METHOD(Override, __construct);
H A Dzend_interfaces_arginfo.h65 ZEND_METHOD(InternalIterator, __construct);
66 ZEND_METHOD(InternalIterator, current);
67 ZEND_METHOD(InternalIterator, key);
68 ZEND_METHOD(InternalIterator, next);
69 ZEND_METHOD(InternalIterator, valid);
70 ZEND_METHOD(InternalIterator, rewind);
H A Dzend_attributes.c87 ZEND_METHOD(Attribute, __construct) in ZEND_METHOD() function
99 ZEND_METHOD(ReturnTypeWillChange, __construct) in ZEND_METHOD() function
104 ZEND_METHOD(AllowDynamicProperties, __construct) in ZEND_METHOD() function
109 ZEND_METHOD(SensitiveParameter, __construct) in ZEND_METHOD() function
114 ZEND_METHOD(SensitiveParameterValue, __construct) in ZEND_METHOD() function
125 ZEND_METHOD(SensitiveParameterValue, getValue) in ZEND_METHOD() function
132 ZEND_METHOD(SensitiveParameterValue, __debugInfo) in ZEND_METHOD() function
144 ZEND_METHOD(Override, __construct) in ZEND_METHOD() function
/php-src/ext/zend_test/
H A Diterators_arginfo.h10 static ZEND_METHOD(ZendTest_Iterators_TraversableTest, __construct);
11 static ZEND_METHOD(ZendTest_Iterators_TraversableTest, getIterator);
H A Dtest.c805 static ZEND_METHOD(_ZendTestClass, __toString) in ZEND_METHOD() function
812 static ZEND_METHOD(_ZendTestClass, is_object) in ZEND_METHOD() function
818 static ZEND_METHOD(_ZendTestClass, returnsStatic) { in ZEND_METHOD() function
829 static ZEND_METHOD(_ZendTestClass, variadicTest) { in ZEND_METHOD() function
860 static ZEND_METHOD(ZendAttributeTest, testMethod) in ZEND_METHOD() function
866 static ZEND_METHOD(_ZendTestTrait, testMethod) in ZEND_METHOD() function
872 static ZEND_METHOD(ZendTestNS_Foo, method) in ZEND_METHOD() function
893 static ZEND_METHOD(ZendTestNS2_Foo, method) in ZEND_METHOD() function
958 static ZEND_METHOD(ZendTestForbidDynamicCall, call) in ZEND_METHOD() function
972 static ZEND_METHOD(_ZendTestMagicCall, __call) in ZEND_METHOD() function
[all …]
H A Dtest_arginfo.h275 static ZEND_METHOD(_ZendTestClass, is_object);
276 static ZEND_METHOD(_ZendTestClass, __toString);
277 static ZEND_METHOD(_ZendTestClass, returnsStatic);
279 static ZEND_METHOD(_ZendTestClass, variadicTest);
280 static ZEND_METHOD(_ZendTestClass, takesUnionType);
281 static ZEND_METHOD(_ZendTestMagicCall, __call);
283 static ZEND_METHOD(ZendAttributeTest, testMethod);
284 static ZEND_METHOD(_ZendTestTrait, testMethod);
290 static ZEND_METHOD(ZendTestForbidDynamicCall, call);
292 static ZEND_METHOD(ZendTestNS_Foo, method);
[all …]
/php-src/ext/soap/
H A Dsoap_arginfo.h141 ZEND_METHOD(SoapParam, __construct);
143 ZEND_METHOD(SoapFault, __construct);
144 ZEND_METHOD(SoapFault, __toString);
145 ZEND_METHOD(SoapVar, __construct);
147 ZEND_METHOD(SoapServer, fault);
150 ZEND_METHOD(SoapServer, setClass);
151 ZEND_METHOD(SoapServer, setObject);
154 ZEND_METHOD(SoapServer, handle);
156 ZEND_METHOD(SoapClient, __call);
157 ZEND_METHOD(SoapClient, __soapCall);
[all …]
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_arginfo.h36 ZEND_METHOD(ResourceBundle, __construct);
38 ZEND_METHOD(ResourceBundle, get);
43 ZEND_METHOD(ResourceBundle, getIterator);
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_arginfo.h32 ZEND_METHOD(Spoofchecker, __construct);
33 ZEND_METHOD(Spoofchecker, isSuspicious);
34 ZEND_METHOD(Spoofchecker, areConfusable);
35 ZEND_METHOD(Spoofchecker, setAllowedLocales);
36 ZEND_METHOD(Spoofchecker, setChecks);
38 ZEND_METHOD(Spoofchecker, setRestrictionLevel);
/php-src/ext/session/
H A Dsession_arginfo.h160 ZEND_METHOD(SessionHandler, open);
161 ZEND_METHOD(SessionHandler, close);
162 ZEND_METHOD(SessionHandler, read);
163 ZEND_METHOD(SessionHandler, write);
164 ZEND_METHOD(SessionHandler, destroy);
165 ZEND_METHOD(SessionHandler, gc);
166 ZEND_METHOD(SessionHandler, create_sid);
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators_arginfo.h10 ZEND_METHOD(IntlPartsIterator, getBreakIterator);
11 ZEND_METHOD(IntlPartsIterator, getRuleStatus);
/php-src/ext/standard/
H A Duser_filters_arginfo.h17 ZEND_METHOD(php_user_filter, filter);
18 ZEND_METHOD(php_user_filter, onCreate);
19 ZEND_METHOD(php_user_filter, onClose);
/php-src/ext/tidy/
H A Dtidy_arginfo.h212 ZEND_METHOD(tidy, __construct);
213 ZEND_METHOD(tidy, parseFile);
214 ZEND_METHOD(tidy, parseString);
215 ZEND_METHOD(tidyNode, __construct);
218 ZEND_METHOD(tidyNode, isComment);
219 ZEND_METHOD(tidyNode, isHtml);
220 ZEND_METHOD(tidyNode, isText);
221 ZEND_METHOD(tidyNode, isJste);
222 ZEND_METHOD(tidyNode, isAsp);
223 ZEND_METHOD(tidyNode, isPhp);
[all …]

Completed in 123 milliseconds

1234