Searched defs:php_logo_guid (Results 1 - 2 of 2) sorted by relevance

/PHP_5_4/ext/standard/
H A Dinfo.c686 logo_guid = php_logo_guid();
1194 /* {{{ php_logo_guid
1196 PHPAPI char *php_logo_guid(void) function
1217 /* {{{ proto string php_logo_guid(void)
1219 PHP_FUNCTION(php_logo_guid)
1225 RETURN_STRING(php_logo_guid(), 0);
H A Dinfo.h62 PHP_FUNCTION(php_logo_guid); variable
86 PHPAPI char *php_logo_guid(void);

Completed in 6 milliseconds