Home
last modified time | relevance | path

Searched refs:ZEND_FE (Results 51 – 67 of 67) sorted by relevance

123

/php-src/ext/dl_test/
H A Ddl_test_arginfo.h15 ZEND_FE(dl_test_test1, arginfo_dl_test_test1)
16 ZEND_FE(dl_test_test2, arginfo_dl_test_test2)
/php-src/ext/skeleton/
H A Dskeleton_arginfo.h15 ZEND_FE(test1, arginfo_test1)
16 ZEND_FE(test2, arginfo_test2)
/php-src/ext/zend_test/
H A Dtest_arginfo.h309 ZEND_FE(zend_test_void_return, arginfo_zend_test_void_return)
328 ZEND_FE(zend_leak_variable, arginfo_zend_leak_variable)
329 ZEND_FE(zend_leak_bytes, arginfo_zend_leak_bytes)
336 ZEND_FE(zend_iterable, arginfo_zend_iterable)
337 ZEND_FE(zend_weakmap_attach, arginfo_zend_weakmap_attach)
338 ZEND_FE(zend_weakmap_remove, arginfo_zend_weakmap_remove)
339 ZEND_FE(zend_weakmap_dump, arginfo_zend_weakmap_dump)
340 ZEND_FE(zend_get_unit_enum, arginfo_zend_get_unit_enum)
343 ZEND_FE(zend_call_method, arginfo_zend_call_method)
355 ZEND_FE(zend_test_crash, arginfo_zend_test_crash)
[all …]
H A Dtest.c424 ZEND_FE(zend_iterable_legacy, arginfo_zend_iterable_legacy)
/php-src/ext/date/
H A Dphp_date_arginfo.h620 ZEND_FE(strtotime, arginfo_strtotime)
621 ZEND_FE(date, arginfo_date)
622 ZEND_FE(idate, arginfo_idate)
623 ZEND_FE(gmdate, arginfo_gmdate)
624 ZEND_FE(mktime, arginfo_mktime)
625 ZEND_FE(gmmktime, arginfo_gmmktime)
626 ZEND_FE(checkdate, arginfo_checkdate)
629 ZEND_FE(time, arginfo_time)
631 ZEND_FE(getdate, arginfo_getdate)
641 ZEND_FE(date_add, arginfo_date_add)
[all …]
/php-src/ext/curl/
H A Dcurl_arginfo.h178 ZEND_FE(curl_close, arginfo_curl_close)
180 ZEND_FE(curl_errno, arginfo_curl_errno)
181 ZEND_FE(curl_error, arginfo_curl_error)
182 ZEND_FE(curl_escape, arginfo_curl_escape)
185 ZEND_FE(curl_exec, arginfo_curl_exec)
187 ZEND_FE(curl_getinfo, arginfo_curl_getinfo)
188 ZEND_FE(curl_init, arginfo_curl_init)
190 ZEND_FE(curl_upkeep, arginfo_curl_upkeep)
202 ZEND_FE(curl_pause, arginfo_curl_pause)
203 ZEND_FE(curl_reset, arginfo_curl_reset)
[all …]
/php-src/ext/random/
H A Drandom_arginfo.h158 ZEND_FE(lcg_value, arginfo_lcg_value)
159 ZEND_FE(mt_srand, arginfo_mt_srand)
161 ZEND_FE(rand, arginfo_rand)
162 ZEND_FE(mt_rand, arginfo_mt_rand)
163 ZEND_FE(mt_getrandmax, arginfo_mt_getrandmax)
165 ZEND_FE(random_bytes, arginfo_random_bytes)
166 ZEND_FE(random_int, arginfo_random_int)
/php-src/ext/tokenizer/
H A Dtokenizer_arginfo.h45 ZEND_FE(token_get_all, arginfo_token_get_all)
46 ZEND_FE(token_name, arginfo_token_name)
/php-src/ext/pdo/
H A Dpdo_arginfo.h10 ZEND_FE(pdo_drivers, arginfo_pdo_drivers)
/php-src/ext/simplexml/
H A Dsimplexml_arginfo.h128 ZEND_FE(simplexml_load_file, arginfo_simplexml_load_file)
129 ZEND_FE(simplexml_load_string, arginfo_simplexml_load_string)
130 ZEND_FE(simplexml_import_dom, arginfo_simplexml_import_dom)
/php-src/sapi/embed/
H A Dphp_embed.c159 ZEND_FE(dl, arginfo_dl)
/php-src/main/
H A Dphp.h375 #define PHP_FE ZEND_FE
/php-src/ext/soap/
H A Dsoap_arginfo.h171 ZEND_FE(use_soap_error_handler, arginfo_use_soap_error_handler)
172 ZEND_FE(is_soap_fault, arginfo_is_soap_fault)
/php-src/sapi/cli/
H A Dphp_cli.c463 ZEND_FE(dl, arginfo_dl)
/php-src/sapi/cgi/
H A Dcgi_main.c1008 ZEND_FE(dl, arginfo_dl)
/php-src/Zend/
H A Dzend_API.h86 #define ZEND_FE(name, arg_info) ZEND_RAW_FENTRY(#name, zif_##name, arg_info, 0, NULL, NULL) macro
/php-src/ext/dom/
H A Dphp_dom_arginfo.h1302 ZEND_FE(dom_import_simplexml, arginfo_dom_import_simplexml)

Completed in 110 milliseconds

123