Searched refs:php_get_current_user (Results 1 – 7 of 7) sorted by relevance
171 . php_get_current_user172 PHPAPI php_get_current_user(TSRMLS_D)173 Call: char *user = php_get_current_user(TSRMLS_C);
6676 - Fixed bug #40079 (php_get_current_user() not thread safe).
338 PHPAPI char *php_get_current_user(TSRMLS_D);
1205 PHPAPI char *php_get_current_user(TSRMLS_D) in php_get_current_user() function
768 user=php_get_current_user(TSRMLS_C);
3232 char *user = php_get_current_user(TSRMLS_C); in get_sdl()
4515 RETURN_STRING(php_get_current_user(TSRMLS_C), 1);
Completed in 60 milliseconds