Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt55 ["test4pix.psd"]=>
56 string(9) "image/psd"
H A Dimage_type_to_extension.phpt55 With dot: .psd
56 Without dot: psd
H A Dgetimagesize.phpt232 ["test4pix.psd"]=>
243 string(9) "image/psd"
H A Dimage_type_to_mime_type_basic.phpt51 string(9) "image/psd"
H A Dimage_type_to_mime_type_variation3.phpt39 string\(9\) "image\/psd"
/PHP-7.2/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 27 milliseconds