summaryrefslogtreecommitdiff
path: root/test2.php
blob: 433d0aeab7467e9aa64ddace69dd55d8b3a88568 (plain)
1
2
3
4
5
6
<?php

    $test = "55553";

    if((strpos($test, 5)) !== False) print "yes";
?>