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.c1105 zend_string *full_path_ptr = NULL; in do_validate_timestamps() local
1119 if (full_path_ptr && in do_validate_timestamps()
1120 persistent_script->script.filename != full_path_ptr && in do_validate_timestamps()
1122 zend_string_release_ex(full_path_ptr, 0); in do_validate_timestamps()
1125 file_handle->opened_path = full_path_ptr; in do_validate_timestamps()
1129 if (full_path_ptr) { in do_validate_timestamps()
1130 zend_string_release_ex(full_path_ptr, 0); in do_validate_timestamps()
1137 if (full_path_ptr) { in do_validate_timestamps()
1138 zend_string_release_ex(full_path_ptr, 0); in do_validate_timestamps()
1143 if (full_path_ptr) { in do_validate_timestamps()
[all …]

Completed in 22 milliseconds