Home
last modified time | relevance | path

Searched refs:GLOBAL (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_insert_packet_overflow.phpt12 if (!$res = mysqli_query($link, "SHOW GLOBAL VARIABLES LIKE 'max_allowed_packet'"))
28 if (!$res = mysqli_query($link, "SHOW GLOBAL VARIABLES LIKE 'max_allowed_packet'"))
41 if (!mysqli_query($link, "SET GLOBAL max_allowed_packet = " . ($max_len + 100))) {
58 if (!$res = mysqli_query($link, "SHOW GLOBAL VARIABLES LIKE 'max_allowed_packet'"))
103 if (!mysqli_query($link, "SET GLOBAL max_allowed_packet = " . $org_max_allowed_packet))
H A Dmysqli_stmt_bind_param_many_columns.phpt33 if (!$link->query("SET GLOBAL max_allowed_packet=(2<<29)")) {
86 if (!$link->query("SET GLOBAL max_allowed_packet=$old_max_allowed_packet")) {
/PHP-5.5/ext/reflection/tests/
H A Dproperty_exists.phpt73 echo "===GLOBAL===\n";
107 ===GLOBAL===
129 ===GLOBAL===
151 ===GLOBAL===
173 ===GLOBAL===
195 ===GLOBAL===
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt11 GLOBAL SETTINGS
/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c1776 GLOBAL (void)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9263 #define GLOBAL(t,v) v macro
16771 #define vfsList GLOBAL(sqlite3_vfs *, vfsList)
17979 #define mem3 GLOBAL(struct Mem3Global, mem3)
18662 #define mem5 GLOBAL(struct Mem5Global, mem5)
19161 GLOBAL(int, mutexIsInit) = 1; in sqlite3MutexInit()
19178 GLOBAL(int, mutexIsInit) = 0; in sqlite3MutexEnd()
19199 assert( GLOBAL(int, mutexIsInit) ); in sqlite3MutexAlloc()
20590 #define mem0 GLOBAL(struct Mem0Global, mem0)
22616 &GLOBAL(struct sqlite3PrngType, sqlite3Prng),
22622 &GLOBAL(struct sqlite3PrngType, sqlite3Prng),
[all …]

Completed in 345 milliseconds