????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 216.73.216.116 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/pcre/tests/ |
Upload File : |
--TEST-- preg_* with bogus vals --FILE-- <?php var_dump(preg_match()); var_dump(preg_match_all()); var_dump(preg_match_all('//', '', $dummy, 0xdead)); var_dump(preg_quote()); var_dump(preg_quote('')); var_dump(preg_replace('/(.)/', '${1}${1', 'abc')); var_dump(preg_replace('/.++\d*+[/', 'for ($', 'abc')); var_dump(preg_replace('/(.)/e', 'for ($', 'abc')); ?> --EXPECTF-- Warning: preg_match() expects at least 2 parameters, 0 given in %s002.php on line 3 bool(false) Warning: preg_match_all() expects at least 2 parameters, 0 given in %s002.php on line 4 bool(false) Warning: preg_match_all(): Invalid flags specified in %s002.php on line 5 NULL Warning: preg_quote() expects at least 1 parameter, 0 given in %s002.php on line 7 NULL string(0) "" string(12) "a${1b${1c${1" Warning: preg_replace(): Compilation failed: missing terminating ] for character class at offset 8 in %s002.php on line 11 NULL Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in %s on line 12 Parse error: %s in %s002.php(12) : regexp code on line 1 Fatal error: preg_replace(): Failed evaluating code: for ($ in %s002.php on line 12