Searched refs:ZEND_FE (Results 1 - 10 of 10) sorted by relevance

/PHP_TRUNK/ext/gmp/
H A Dgmp.c242 ZEND_FE(gmp_init, arginfo_gmp_init)
243 ZEND_FE(gmp_intval, arginfo_gmp_intval)
244 ZEND_FE(gmp_strval, arginfo_gmp_strval)
245 ZEND_FE(gmp_add, arginfo_gmp_add)
246 ZEND_FE(gmp_sub, arginfo_gmp_sub)
247 ZEND_FE(gmp_mul, arginfo_gmp_mul)
248 ZEND_FE(gmp_div_qr, arginfo_gmp_div_qr)
249 ZEND_FE(gmp_div_q, arginfo_gmp_div_q)
250 ZEND_FE(gmp_div_r, arginfo_gmp_div_r)
252 ZEND_FE(gmp_mo
[all...]
/PHP_TRUNK/main/
H A Dphp.h349 #define PHP_FE ZEND_FE
/PHP_TRUNK/sapi/embed/
H A Dphp_embed.c151 ZEND_FE(dl, arginfo_dl)
/PHP_TRUNK/Zend/
H A Dzend_API.c2620 ZEND_FE(display_disabled_function, NULL)
H A Dzend_builtin_functions.c244 ZEND_FE(zend_version, arginfo_zend__void)
245 ZEND_FE(func_num_args, arginfo_zend__void)
246 ZEND_FE(func_get_arg, arginfo_func_get_arg)
247 ZEND_FE(func_get_args, arginfo_zend__void)
248 ZEND_FE(strlen, arginfo_strlen)
249 ZEND_FE(strcmp, arginfo_strcmp)
250 ZEND_FE(strncmp, arginfo_strncmp)
251 ZEND_FE(strcasecmp, arginfo_strcmp)
252 ZEND_FE(strncasecmp, arginfo_strncmp)
253 ZEND_FE(eac
[all...]
H A Dzend_API.h77 #define ZEND_FE(name, arg_info) ZEND_FENTRY(name, ZEND_FN(name), arg_info, 0) macro
/PHP_TRUNK/sapi/cli/
H A Dphp_cli.c483 ZEND_FE(dl, arginfo_dl)
/PHP_TRUNK/ext/opcache/
H A Dzend_accelerator_module.c66 ZEND_FE(opcache_reset, arginfo_opcache_none)
67 ZEND_FE(opcache_invalidate, arginfo_opcache_invalidate)
69 ZEND_FE(opcache_get_configuration, arginfo_opcache_none)
70 ZEND_FE(opcache_get_status, arginfo_opcache_get_status)
/PHP_TRUNK/sapi/cgi/
H A Dcgi_main.c984 ZEND_FE(dl, arginfo_dl)
/PHP_TRUNK/sapi/fpm/fpm/
H A Dfpm_main.c904 ZEND_FE(dl, arginfo_dl)

Completed in 26 milliseconds