Searched refs:err_text (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/sapi/cgi/ |
H A D | cgi_main.c | 2159 char *err_text = php_win32_error_to_msg(err); local 2161 fprintf(stderr, "unable to get current command line: [0x%08lx]: %s\n", err, err_text); 2176 char *err_text = php_win32_error_to_msg(err); local 2178 fprintf(stderr, "unable to create job object: [0x%08lx]: %s\n", err, err_text); 2186 char *err_text = php_win32_error_to_msg(err); local 2188 fprintf(stderr, "unable to configure job object: [0x%08lx]: %s\n", err, err_text); 2232 char *err_text = php_win32_error_to_msg(err); local 2234 … fprintf(stderr, "unable to assign child process to job object: [0x%08lx]: %s\n", err, err_text); 2239 char *err_text = php_win32_error_to_msg(err); local 2243 fprintf(stderr, "unable to spawn: [0x%08lx]: %s\n", err, err_text);
|
Completed in 10 milliseconds