file_path 798 ext/opcache/ZendAccelerator.c char *file_path = ZSTR_VAL(file_handle->opened_path); file_path 800 ext/opcache/ZendAccelerator.c if (is_stream_path(file_path)) { file_path 801 ext/opcache/ZendAccelerator.c if (zend_get_stream_timestamp(file_path, &statbuf) == SUCCESS) { file_path 805 ext/opcache/ZendAccelerator.c if (VCWD_STAT(file_path, &statbuf) != -1) { file_path 411 ext/spl/spl_directory.c static spl_filesystem_object *spl_filesystem_object_create_info(spl_filesystem_object *source, char *file_path, int file_path_len, int use_copy, zend_class_entry *ce, zval *return_value) /* {{{ */ file_path 417 ext/spl/spl_directory.c if (!file_path || !file_path_len) { file_path 420 ext/spl/spl_directory.c if (file_path && !use_copy) { file_path 421 ext/spl/spl_directory.c efree(file_path); file_path 424 ext/spl/spl_directory.c if (file_path && !use_copy) { file_path 425 ext/spl/spl_directory.c efree(file_path); file_path 428 ext/spl/spl_directory.c file_path = "/"; file_path 443 ext/spl/spl_directory.c ZVAL_STRINGL(&arg1, file_path, file_path_len); file_path 447 ext/spl/spl_directory.c spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy);