Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt54 ["test4pix.psd"]=>
55 string(9) "image/psd"
H A Dgetimagesize.phpt232 ["test4pix.psd"]=>
243 string(9) "image/psd"
H A Dimage_type_to_extension.phpt54 With dot: .psd
55 Without dot: psd
H A Dimage_type_to_mime_type_basic.phpt47 string(9) "image/psd"
H A Dimage_type_to_mime_type_variation3.phpt39 string\(9\) "image\/psd"
/PHP-7.3/ext/zip/lib/
H A Dzip_source_win32handle.c422 PSECURITY_DESCRIPTOR psd = NULL; in _win32_create_temp_file() local
437 if ((psd = (PSECURITY_DESCRIPTOR)malloc(len)) == NULL) { in _win32_create_temp_file()
441 success = GetUserObjectSecurity(ctx->h, &si, psd, len, &len); in _win32_create_temp_file()
446 sa.lpSecurityDescriptor = psd; in _win32_create_temp_file()
460 free(psd); in _win32_create_temp_file()
465 free(psd); in _win32_create_temp_file()

Completed in 23 milliseconds