Home
last modified time | relevance | path

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

/PHP-7.1/ext/gmp/
H A Dphp_gmp.h41 ZEND_FUNCTION(gmp_add);
42 ZEND_FUNCTION(gmp_sub);
43 ZEND_FUNCTION(gmp_mul);
47 ZEND_FUNCTION(gmp_mod);
49 ZEND_FUNCTION(gmp_neg);
50 ZEND_FUNCTION(gmp_abs);
56 ZEND_FUNCTION(gmp_pow);
60 ZEND_FUNCTION(gmp_gcd);
65 ZEND_FUNCTION(gmp_cmp);
67 ZEND_FUNCTION(gmp_and);
[all …]
H A Dgmp.c1212 ZEND_FUNCTION(gmp_add) in ZEND_FUNCTION() function
1220 ZEND_FUNCTION(gmp_sub) in ZEND_FUNCTION() function
1228 ZEND_FUNCTION(gmp_mul) in ZEND_FUNCTION() function
1321 ZEND_FUNCTION(gmp_mod) in ZEND_FUNCTION() function
1337 ZEND_FUNCTION(gmp_neg) in ZEND_FUNCTION() function
1345 ZEND_FUNCTION(gmp_abs) in ZEND_FUNCTION() function
1380 ZEND_FUNCTION(gmp_pow) in ZEND_FUNCTION() function
1638 ZEND_FUNCTION(gmp_gcd) in ZEND_FUNCTION() function
1720 ZEND_FUNCTION(gmp_cmp) in ZEND_FUNCTION() function
1904 ZEND_FUNCTION(gmp_and) in ZEND_FUNCTION() function
[all …]
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c50 static ZEND_FUNCTION(each);
65 static ZEND_FUNCTION(leak);
642 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() function
656 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() function
670 ZEND_FUNCTION(strncmp) in ZEND_FUNCTION() function
724 ZEND_FUNCTION(each) in ZEND_FUNCTION() function
894 ZEND_FUNCTION(define) in ZEND_FUNCTION() function
979 ZEND_FUNCTION(defined) in ZEND_FUNCTION() function
1139 ZEND_FUNCTION(is_a) in ZEND_FUNCTION() function
1653 ZEND_FUNCTION(leak) in ZEND_FUNCTION() function
[all …]
H A Dzend_API.h67 #define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name)) macro
562 ZEND_API ZEND_FUNCTION(display_disabled_function);
563 ZEND_API ZEND_FUNCTION(display_disabled_class);
H A Dzend_execute.c74 static ZEND_FUNCTION(pass) in ZEND_FUNCTION() function
H A Dzend_API.c2765 ZEND_API ZEND_FUNCTION(display_disabled_function) in ZEND_FUNCTION() function
/PHP-7.1/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);
592 static ZEND_FUNCTION(opcache_get_status) function
755 static ZEND_FUNCTION(opcache_reset) function
779 static ZEND_FUNCTION(opcache_invalidate) function
800 static ZEND_FUNCTION(opcache_compile_file) function
[all …]
H A DZendAccelerator.c167 static ZEND_FUNCTION(accel_chdir) in ZEND_FUNCTION() function
/PHP-7.1/ext/mysqli/
H A Dmysqli_driver.c124 ZEND_FUNCTION(mysqli_driver_construct) in MAP_PROPERTY_MYG_BOOL_READ()
/PHP-7.1/main/
H A Dphp.h354 #define PHP_FUNCTION ZEND_FUNCTION

Completed in 69 milliseconds