/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
strings
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/strings/strpos_number.phpt
--TEST-- strpos() matching numbers --FILE-- <?php // Integer is handles as an octal representation, so nothing to match var_dump(strpos("foo 11", 11)); // int(111) is string("o") in octal. Match expected var_dump(strpos("foo bar", 111)); // string("11") is contained var_dump(strpos("foo 11", "11")); ?> --EXPECT-- int(4) bool(false) int(4)
Copyright ©2k19 -
Hexid
|
Tex7ure