Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c1109 zend_string *full_path_ptr = NULL; in do_validate_timestamps() local
1123 if (full_path_ptr && in do_validate_timestamps()
1124 persistent_script->script.filename != full_path_ptr && in do_validate_timestamps()
1126 zend_string_release_ex(full_path_ptr, 0); in do_validate_timestamps()
1129 file_handle->opened_path = full_path_ptr; in do_validate_timestamps()
1133 if (full_path_ptr) { in do_validate_timestamps()
1134 zend_string_release_ex(full_path_ptr, 0); in do_validate_timestamps()
1141 if (full_path_ptr) { in do_validate_timestamps()
1142 zend_string_release_ex(full_path_ptr, 0); in do_validate_timestamps()
1147 if (full_path_ptr) { in do_validate_timestamps()
[all …]

Completed in 13 milliseconds