summaryrefslogtreecommitdiff
path: root/tests/run.php
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-18 17:59:44 +0000
committerZeev Suraski <zeev@php.net>2000-02-18 17:59:44 +0000
commitf1dac01f11d8f504cd72af163974c15b5378efbf (patch)
tree990dd8817d7c59415db1ef8b917b260baded3d5f /tests/run.php
parente6b768105dfd416adc6e281af8ee7864a9596d85 (diff)
downloadphp-git-f1dac01f11d8f504cd72af163974c15b5378efbf.tar.gz
- Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms
- Added .reg file for PWS setup - Reordered some stuff in phpinfo()
Diffstat (limited to 'tests/run.php')
-rw-r--r--tests/run.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/run.php b/tests/run.php
new file mode 100644
index 0000000000..a6792b5af7
--- /dev/null
+++ b/tests/run.php
@@ -0,0 +1,17 @@
+<?
+if (!isset($code)) {
+ exit("No code submitted.");
+}
+?>
+<html>
+<body>
+Executing:<br>
+<?
+highlight_string("<?php \n$code\n?>");
+?>
+<hr width="40%">
+<?
+eval($code);
+?>
+</body>
+</html> \ No newline at end of file