Home
last modified time | relevance | path

Searched defs:x (Results 126 – 133 of 133) sorted by path

123456

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_config.h13 # define __attribute__(x) /*NOTHING*/ argument
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4234 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4235 #define F2(x, y, z) F1(z, x, y) argument
4236 #define F3(x, y, z) (x ^ y ^ z) argument
4237 #define F4(x, y, z) (y ^ (x | ~z)) argument
4240 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; argument
H A Dphpdbg_sigsafe.c6 #define STR(x) #x in ZEND_EXTERN_MODULE_GLOBALS() argument
7 #define EXP_STR(x) STR(x) in ZEND_EXTERN_MODULE_GLOBALS() argument
H A Dtest.php21 function test($x, $y = 0) {
/PHP-7.4/scripts/dev/
H A Dbless_tests.php205 private function extractDiff(array $trace, int $x, int $y, array $a, array $b) {
H A Dfind_tested.php219 function filter_functions($x) {
223 function map_token_value($x) {
/PHP-7.4/win32/
H A Dparam.h18 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
19 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument

Completed in 30 milliseconds

123456