Home
last modified time | relevance | path

Searched refs:exec_fname (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/main/
H A Dfopen_wrappers.c583 const char *exec_fname = ZSTR_VAL(exec_filename); local
586 while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length]));
590 memcpy(trypath, exec_fname, exec_fname_length + 1);
662 const char *exec_fname = ZSTR_VAL(exec_filename); local
665 while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length]));
666 if ((exec_fname && exec_fname[0] == '[') || exec_fname_length <= 0) {
675 memcpy(pathbuf + path_length + 1, exec_fname, exec_fname_length);
/PHP-7.1/main/streams/
H A Dplain_wrapper.c1540 const char *exec_fname = ZSTR_VAL(exec_filename); in _php_stream_fopen_with_path() local
1543 while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length])); in _php_stream_fopen_with_path()
1553 memcpy(pathbuf+path_length+1, exec_fname, exec_fname_length); in _php_stream_fopen_with_path()

Completed in 14 milliseconds