script_path       673 ext/opcache/zend_file_cache.c static char *zend_file_cache_get_bin_file_path(zend_string *script_path)
script_path       679 ext/opcache/zend_file_cache.c 	filename = emalloc(len + 33 + ZSTR_LEN(script_path) + sizeof(SUFFIX));
script_path       684 ext/opcache/zend_file_cache.c 	memcpy(filename + len + 33, ZSTR_VAL(script_path), ZSTR_LEN(script_path));
script_path       685 ext/opcache/zend_file_cache.c 	memcpy(filename + len + 33 + ZSTR_LEN(script_path), SUFFIX, sizeof(SUFFIX));
script_path       689 ext/opcache/zend_file_cache.c 	if (ZSTR_LEN(script_path) >= 2 && ':' == ZSTR_VAL(script_path)[1]) {
script_path       692 ext/opcache/zend_file_cache.c 		*(filename + len + 34) = ZSTR_VAL(script_path)[0];
script_path       693 ext/opcache/zend_file_cache.c 		memcpy(filename + len + 35, ZSTR_VAL(script_path) + 2, ZSTR_LEN(script_path) - 2);
script_path       694 ext/opcache/zend_file_cache.c 		memcpy(filename + len + 35 + ZSTR_LEN(script_path) - 2, SUFFIX, sizeof(SUFFIX));
script_path       697 ext/opcache/zend_file_cache.c 		memcpy(filename + len + 33, ZSTR_VAL(script_path), ZSTR_LEN(script_path));
script_path       698 ext/opcache/zend_file_cache.c 		memcpy(filename + len + 33 + ZSTR_LEN(script_path), SUFFIX, sizeof(SUFFIX));