Home
last modified time | relevance | path

Searched refs:zend_function_entry (Results 101 – 125 of 165) sorted by relevance

1234567

/PHP-7.4/ext/enchant/
H A Denchant.c123 static const zend_function_entry enchant_functions[] = {
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c672 static const zend_function_entry com_persist_helper_methods[] = {
/PHP-7.4/ext/spl/
H A Dspl_array.c1977 static const zend_function_entry spl_funcs_ArrayObject[] = {
2007 static const zend_function_entry spl_funcs_ArrayIterator[] = {
2039 static const zend_function_entry spl_funcs_RecursiveArrayIterator[] = {
H A Dspl_fixedarray.c1044 static const zend_function_entry spl_funcs_SplFixedArray[] = { /* {{{ */
/PHP-7.4/ext/hash/
H A Dhash.c897 static const zend_function_entry php_hashcontext_methods[] = {
1444 static const zend_function_entry hash_functions[] = {
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1240 const zend_function_entry pdo_dbh_functions[] = /* {{{ */ {
1281 const zend_function_entry *funcs; in pdo_hash_methods()
/PHP-7.4/ext/pspell/
H A Dpspell.c177 static const zend_function_entry pspell_functions[] = {
/PHP-7.4/ext/soap/
H A Dsoap.c385 static const zend_function_entry soap_functions[] = {
391 static const zend_function_entry soap_fault_functions[] = {
397 static const zend_function_entry soap_server_functions[] = {
410 static const zend_function_entry soap_client_functions[] = {
428 static const zend_function_entry soap_var_functions[] = {
433 static const zend_function_entry soap_param_functions[] = {
438 static const zend_function_entry soap_header_functions[] = {
/PHP-7.4/ext/date/
H A Dphp_date.c420 static const zend_function_entry date_functions[] = {
481 static const zend_function_entry date_funcs_interface[] = {
491 static const zend_function_entry date_funcs_date[] = {
514 static const zend_function_entry date_funcs_immutable[] = {
537 static const zend_function_entry date_funcs_timezone[] = {
550 static const zend_function_entry date_funcs_interval[] = {
559 static const zend_function_entry date_funcs_period[] = {
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c462 static const zend_function_entry xmlwriter_functions[] = {
510 static const zend_function_entry xmlwriter_class_functions[] = {
/PHP-7.4/ext/intl/uchar/
H A Duchar.c669 static const zend_function_entry intlchar_methods[] = {
/PHP-7.4/ext/filter/
H A Dfilter.c124 static const zend_function_entry filter_functions[] = {
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c2216 static const zend_function_entry php_sqlite3_class_methods[] = {
2250 static const zend_function_entry php_sqlite3_stmt_class_methods[] = {
2266 static const zend_function_entry php_sqlite3_result_class_methods[] = {
/PHP-7.4/ext/intl/
H A Dphp_intl.c630 static const zend_function_entry intl_functions[] = {
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c88 const zend_function_entry php_xsl_xsltprocessor_class_functions[] = {
/PHP-7.4/sapi/cli/
H A Dphp_cli.c473 static const zend_function_entry additional_functions[] = {
/PHP-7.4/Zend/
H A Dzend_API.h40 } zend_function_entry; typedef
271 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,…
272 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
H A Dzend_closures.c641 static const zend_function_entry closure_functions[] = {
H A Dzend_API.c2140 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,… in zend_register_functions()
2142 const zend_function_entry *ptr = functions; in zend_register_functions()
2488 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
2490 const zend_function_entry *ptr = functions; in zend_unregister_functions()
2876 static const zend_function_entry disabled_class_new[] = {
/PHP-7.4/ext/posix/
H A Dposix.c223 static const zend_function_entry posix_functions[] = {
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1021 static const zend_function_entry additional_functions[] = {
1721 static const zend_function_entry cgi_functions[] = {
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c74 static const zend_function_entry accel_functions[] = {
/PHP-7.4/ext/snmp/
H A Dsnmp.c365 static const zend_function_entry snmp_functions[] = {
2232 static const zend_function_entry php_snmp_class_methods[] = {
/PHP-7.4/ext/dba/
H A Ddba.c132 static const zend_function_entry dba_functions[] = {
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1270 static const zend_function_entry xmlreader_functions[] /* {{{ */ = {

Completed in 189 milliseconds

1234567