11 exit(
"cannot open <$filename>\n");
14$zip->addFromString(
"testfilephp.txt",
"#1 This is a test string added as testfilephp.txt.\n");
15$zip->addFromString(
"testfilephp2.txt",
"#2 This is a test string added as testfilephp2.txt.\n");
16$zip->addFile(
"too.php",
"testfromfile.php");
dl(string $extension_filename)
error_reporting(?int $error_level=null)
exit(string|int $status=0)
extension_loaded(string $extension)