Home
last modified time | relevance | path

Searched refs:wg (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/win32/
H A Dglobals.c34 memset(wg, 0, sizeof(*wg)); in php_win32_core_globals_ctor()
41 if (wg->registry_key) { in php_win32_core_globals_dtor()
42 RegCloseKey(wg->registry_key); in php_win32_core_globals_dtor()
43 wg->registry_key = NULL; in php_win32_core_globals_dtor()
45 if (wg->registry_event) { in php_win32_core_globals_dtor()
46 CloseHandle(wg->registry_event); in php_win32_core_globals_dtor()
47 wg->registry_event = NULL; in php_win32_core_globals_dtor()
49 if (wg->registry_directories) { in php_win32_core_globals_dtor()
51 free(wg->registry_directories); in php_win32_core_globals_dtor()
52 wg->registry_directories = NULL; in php_win32_core_globals_dtor()
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt221 0xC2: wg==

Completed in 9 milliseconds