summaryrefslogtreecommitdiff
path: root/test2.php
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-09-20 09:26:58 -0700
committerlouie <lshprung@yahoo.com>2020-09-20 09:26:58 -0700
commita8c0d5619ee6d518737628d6c585233d0bba23da (patch)
tree30c13cf2439700c78d51acc9b430cb5fa092f963 /test2.php
First commit
Diffstat (limited to 'test2.php')
-rw-r--r--test2.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/test2.php b/test2.php
new file mode 100644
index 0000000..433d0ae
--- /dev/null
+++ b/test2.php
@@ -0,0 +1,6 @@
+<?php
+
+ $test = "55553";
+
+ if((strpos($test, 5)) !== False) print "yes";
+?> \ No newline at end of file