Home
last modified time | relevance | path

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

/PHP-7.4/ext/gmp/
H A Dphp_gmp.h34 ZEND_FUNCTION(gmp_init);
39 ZEND_FUNCTION(gmp_add);
40 ZEND_FUNCTION(gmp_sub);
41 ZEND_FUNCTION(gmp_mul);
45 ZEND_FUNCTION(gmp_mod);
47 ZEND_FUNCTION(gmp_neg);
48 ZEND_FUNCTION(gmp_abs);
54 ZEND_FUNCTION(gmp_pow);
59 ZEND_FUNCTION(gmp_gcd);
65 ZEND_FUNCTION(gmp_cmp);
[all …]
H A Dgmp.c1203 ZEND_FUNCTION(gmp_add) in ZEND_FUNCTION() function
1211 ZEND_FUNCTION(gmp_sub) in ZEND_FUNCTION() function
1219 ZEND_FUNCTION(gmp_mul) in ZEND_FUNCTION() function
1312 ZEND_FUNCTION(gmp_mod) in ZEND_FUNCTION() function
1328 ZEND_FUNCTION(gmp_neg) in ZEND_FUNCTION() function
1336 ZEND_FUNCTION(gmp_abs) in ZEND_FUNCTION() function
1410 ZEND_FUNCTION(gmp_pow) in ZEND_FUNCTION() function
1688 ZEND_FUNCTION(gmp_gcd) in ZEND_FUNCTION() function
1696 ZEND_FUNCTION(gmp_lcm) in ZEND_FUNCTION() function
1822 ZEND_FUNCTION(gmp_cmp) in ZEND_FUNCTION() function
[all …]
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c40 static ZEND_FUNCTION(each);
56 static ZEND_FUNCTION(is_a);
393 ZEND_FUNCTION(gc_enable) in ZEND_FUNCTION() function
425 ZEND_FUNCTION(gc_status) in ZEND_FUNCTION() function
585 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() function
599 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() function
614 ZEND_FUNCTION(strncmp) in ZEND_FUNCTION() function
673 ZEND_FUNCTION(each) in ZEND_FUNCTION() function
849 ZEND_FUNCTION(define) in ZEND_FUNCTION() function
937 ZEND_FUNCTION(defined) in ZEND_FUNCTION() function
[all …]
H A Dzend_API.h64 #define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name)) macro
561 ZEND_API ZEND_FUNCTION(display_disabled_function);
H A Dzend_execute.c125 static ZEND_FUNCTION(pass) in ZEND_FUNCTION() function
H A Dzend_API.c2828 ZEND_API ZEND_COLD ZEND_FUNCTION(display_disabled_function) in ZEND_FUNCTION() function
/PHP-7.4/ext/zend_test/
H A Dtest.c51 ZEND_FUNCTION(zend_test_func) in ZEND_END_ARG_INFO()
56 ZEND_FUNCTION(zend_test_array_return) in ZEND_FUNCTION() function
63 ZEND_FUNCTION(zend_test_nullable_array_return) in ZEND_FUNCTION() function
70 ZEND_FUNCTION(zend_test_void_return) in ZEND_FUNCTION() function
78 ZEND_FUNCTION(zend_create_unterminated_string) in ZEND_FUNCTION() function
94 ZEND_FUNCTION(zend_terminate_string) in ZEND_FUNCTION() function
107 ZEND_FUNCTION(zend_leak_bytes) in ZEND_FUNCTION() function
121 ZEND_FUNCTION(zend_leak_variable) in ZEND_FUNCTION() function
/PHP-7.4/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);
581 static ZEND_FUNCTION(opcache_get_status) function
800 static ZEND_FUNCTION(opcache_reset) function
827 static ZEND_FUNCTION(opcache_invalidate) function
848 static ZEND_FUNCTION(opcache_compile_file) function
[all …]
H A DZendAccelerator.c185 static ZEND_FUNCTION(accel_chdir) in ZEND_FUNCTION() function
/PHP-7.4/ext/mysqli/
H A Dmysqli_driver.c124 ZEND_FUNCTION(mysqli_driver_construct) in MAP_PROPERTY_MYG_BOOL_READ()
/PHP-7.4/main/
H A Dphp.h382 #define PHP_FUNCTION ZEND_FUNCTION
/PHP-7.4/ext/ffi/
H A Dffi.c214 static ZEND_FUNCTION(ffi_trampoline);
2638 static ZEND_FUNCTION(ffi_trampoline) /* {{{ */ in ZEND_FUNCTION() function
/PHP-7.4/
H A DNEWS1443 . Fixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)). (Dmitry)

Completed in 130 milliseconds