Searched refs:ZEND_FE (Results 1 - 10 of 10) sorted by relevance
| /PHP_TRUNK/ext/gmp/ |
| H A D | gmp.c | 242 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 D | php.h | 349 #define PHP_FE ZEND_FE
|
| /PHP_TRUNK/sapi/embed/ |
| H A D | php_embed.c | 151 ZEND_FE(dl, arginfo_dl)
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.c | 2620 ZEND_FE(display_disabled_function, NULL)
|
| H A D | zend_builtin_functions.c | 244 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 D | zend_API.h | 77 #define ZEND_FE(name, arg_info) ZEND_FENTRY(name, ZEND_FN(name), arg_info, 0) macro
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli.c | 483 ZEND_FE(dl, arginfo_dl)
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_module.c | 66 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 D | cgi_main.c | 984 ZEND_FE(dl, arginfo_dl)
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 904 ZEND_FE(dl, arginfo_dl)
|
Completed in 26 milliseconds