Home
last modified time | relevance | path

Searched refs:ZEND_FUNCTION (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/gmp/
H A Dphp_gmp.h36 ZEND_FUNCTION(gmp_add);
37 ZEND_FUNCTION(gmp_sub);
38 ZEND_FUNCTION(gmp_mul);
42 ZEND_FUNCTION(gmp_mod);
44 ZEND_FUNCTION(gmp_neg);
45 ZEND_FUNCTION(gmp_abs);
48 ZEND_FUNCTION(gmp_pow);
53 ZEND_FUNCTION(gmp_gcd);
58 ZEND_FUNCTION(gmp_cmp);
60 ZEND_FUNCTION(gmp_and);
[all …]
H A Dgmp.c830 ZEND_FUNCTION(gmp_add) function
838 ZEND_FUNCTION(gmp_sub) function
846 ZEND_FUNCTION(gmp_mul) function
931 ZEND_FUNCTION(gmp_mod) function
959 ZEND_FUNCTION(gmp_neg) function
967 ZEND_FUNCTION(gmp_abs) function
1005 ZEND_FUNCTION(gmp_pow) function
1193 ZEND_FUNCTION(gmp_gcd) function
1287 ZEND_FUNCTION(gmp_cmp) function
1370 ZEND_FUNCTION(gmp_and) function
[all …]
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c42 static ZEND_FUNCTION(each);
375 ZEND_FUNCTION(gc_enable) in ZEND_FUNCTION() function
478 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() function
494 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() function
510 ZEND_FUNCTION(strncmp) in ZEND_FUNCTION() function
570 ZEND_FUNCTION(each) in ZEND_FUNCTION() function
648 ZEND_FUNCTION(define) in ZEND_FUNCTION() function
726 ZEND_FUNCTION(defined) in ZEND_FUNCTION() function
896 ZEND_FUNCTION(is_a) in ZEND_FUNCTION() function
1426 ZEND_FUNCTION(leak) in ZEND_FUNCTION() function
[all …]
H A Dzend_API.h68 #define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name)) macro
529 ZEND_API ZEND_FUNCTION(display_disabled_function);
530 ZEND_API ZEND_FUNCTION(display_disabled_class);
H A Dzend_API.c2618 ZEND_API ZEND_FUNCTION(display_disabled_function) in ZEND_FUNCTION() function
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c65 static ZEND_FUNCTION(opcache_reset);
66 static ZEND_FUNCTION(opcache_invalidate);
67 static ZEND_FUNCTION(opcache_is_script_cached);
70 static ZEND_FUNCTION(opcache_get_status);
71 static ZEND_FUNCTION(opcache_compile_file);
72 static ZEND_FUNCTION(opcache_get_configuration);
548 static ZEND_FUNCTION(opcache_get_status) in ZEND_FUNCTION() function
706 static ZEND_FUNCTION(opcache_reset) in ZEND_FUNCTION() function
731 static ZEND_FUNCTION(opcache_invalidate) in ZEND_FUNCTION() function
752 static ZEND_FUNCTION(opcache_compile_file) in ZEND_FUNCTION() function
[all …]
H A DZendAccelerator.c151 static ZEND_FUNCTION(accel_chdir) in ZEND_FUNCTION() function
/PHP-5.5/ext/mysqli/
H A Dmysqli_driver.c131 ZEND_FUNCTION(mysqli_driver_construct) in MAP_PROPERTY_MYG_BOOL_READ()
/PHP-5.5/main/
H A Dphp.h344 #define PHP_FUNCTION ZEND_FUNCTION

Completed in 69 milliseconds