Searched defs:value2 (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/spl/ |
H A D | spl_heap.stub.php | 116 abstract protected function compare(mixed $value1, mixed $value2): int; 128 protected function compare(mixed $value1, mixed $value2): int {} 134 protected function compare(mixed $value1, mixed $value2): int {}
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 64 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument 77 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument
|
H A D | mysqlnd.h | 261 #define MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(statistic1, value1, statistic2, value2) \ argument 272 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument 276 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument 284 #define MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(statistic1, value1, statistic2, value2) argument 287 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) argument 288 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 9526 sljit_sw value2; in compile_callout_matchingpath() local
|
Completed in 57 milliseconds