Home
last modified time | relevance | path

Searched refs:php_logo_guid (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/tests/basic/
H A Dphp_logo_guid.phpt2 Testing php_logo_guid() function
5 echo php_logo_guid();
/PHP-5.3/ext/standard/tests/
H A Dphp_logo_guid.phpt2 Check the output of the php_logo_guid() function
9 echo php_logo_guid();
/PHP-5.3/ext/standard/
H A Dinfo.h62 PHP_FUNCTION(php_logo_guid);
86 PHPAPI char *php_logo_guid(void);
H A Dinfo.c686 logo_guid = php_logo_guid(); in php_print_info()
1305 PHPAPI char *php_logo_guid(void) in php_logo_guid() function
1328 PHP_FUNCTION(php_logo_guid) in PHP_FUNCTION() argument
1335 RETURN_STRING(php_logo_guid(), 0); in PHP_FUNCTION()
H A Dbasic_functions.c2711 PHP_FE(php_logo_guid, arginfo_php_logo_guid)

Completed in 21 milliseconds