Searched refs:err_text (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/sapi/cgi/ |
H A D | cgi_main.c | 2210 char *err_text = php_win32_error_to_msg(err); local 2212 fprintf(stderr, "unable to get current command line: [0x%08lx]: %s\n", err, err_text); 2227 char *err_text = php_win32_error_to_msg(err); local 2229 fprintf(stderr, "unable to create job object: [0x%08lx]: %s\n", err, err_text); 2237 char *err_text = php_win32_error_to_msg(err); local 2239 fprintf(stderr, "unable to configure job object: [0x%08lx]: %s\n", err, err_text); 2283 char *err_text = php_win32_error_to_msg(err); local 2285 … fprintf(stderr, "unable to assign child process to job object: [0x%08lx]: %s\n", err, err_text); 2290 char *err_text = php_win32_error_to_msg(err); local 2294 fprintf(stderr, "unable to spawn: [0x%08lx]: %s\n", err, err_text);
|
Completed in 9 milliseconds