in php you can use both single quotes ( ' ' ) and double quotes ( ) for strings code example
Example: how to print any string in double quotes in php
$web = "...if (url.contains(\".mp4\"))..."
$web = "...if (url.contains(\".mp4\"))..."