home/omtekel/wiki/extensions/AbuseFilter/tests/parserTests/strpos.t 0000666 00000000345 15133502000 0021676 0 ustar 00 strpos( "foobarfoo", "foo" ) === 0 &
strpos( "foobarfoo", "" ) === -1 &
strpos( "foobarfoo", "foo", 1 ) === 6 &
strpos( "foobarfoo", "lol" ) === -1 &
/* Offset not contained in the haystack */
strpos( "foo", "o", 123456 ) === -1
Back to Directory