/
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/strpbrk_error.phpt
--TEST-- Test strpbrk() function : error conditions --FILE-- <?php $haystack = 'This is a Simple text.'; echo "-- Testing strpbrk() function with empty second argument --\n"; try { strpbrk($haystack, ''); } catch (\ValueError $e) { echo $e->getMessage() . "\n"; } ?> --EXPECT-- -- Testing strpbrk() function with empty second argument -- strpbrk(): Argument #2 ($characters) must be a non-empty string
Copyright ©2k19 -
Hexid
|
Tex7ure