Searched refs:phpinfo_logo_hash (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/main/ |
H A D | php_logos.c | 34 static HashTable phpinfo_logo_hash; variable 45 …return zend_hash_add(&phpinfo_logo_hash, logo_string, strlen(logo_string), &info_logo, sizeof(php_… in php_register_info_logo() 50 return zend_hash_del(&phpinfo_logo_hash, logo_string, strlen(logo_string)); in php_unregister_info_logo() 55 if(zend_hash_init(&phpinfo_logo_hash, 0, NULL, NULL, 1)==FAILURE) in php_init_info_logos() 67 zend_hash_destroy(&phpinfo_logo_hash); in php_shutdown_info_logos() 78 …if(FAILURE==zend_hash_find(&phpinfo_logo_hash, (char *) logo_string, strlen(logo_string), (void **… in php_info_logos()
|
Completed in 3 milliseconds