/php-src/sapi/fpm/tests/ |
H A D | fcgi-env-pif-apache-handler-with-query.phpt | 23 $code = <<<EOT 31 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-pp-sn-strip-basic.phpt | 23 $code = <<<EOT 32 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-nopif-custom-without-sf-with-pt.phpt | 24 $code = <<<EOT 32 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-balancer-legacy.phpt | 23 $code = <<<EOT 31 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-balancer-real.phpt | 23 $code = <<<EOT 31 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-nopif-custom-without-pi-with-pt.phpt | 24 $code = <<<EOT 31 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-pp-sn-strip-encoded.phpt | 23 $code = <<<EOT 32 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-handler-with-pi.phpt | 23 $code = <<<EOT 31 $tester = new FPM\Tester($cfg, $code);
|
H A D | gh9921-php-value-ext-mod-handlers.phpt | 26 $code = <<<EOT 31 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt | 23 $code = <<<EOT 32 $tester = new FPM\Tester($cfg, $code);
|
/php-src/ext/standard/tests/streams/ |
H A D | gh10031.phpt | 36 stream_context_set_params($context, ['notification' => function ($code, $s, $m, $mc, $bytes_transfe… 38 if ($code === STREAM_NOTIFY_FILE_SIZE_IS) echo "expected filesize=$bytes_max".PHP_EOL;
|
/php-src/sapi/phpdbg/tests/ |
H A D | exceptions_002.phpt | 17 Fatal error: Uncaught Error: Call to undefined function next_error() in eval()'d code:1 22 thrown in eval()'d code on line 1
|
/php-src/main/ |
H A D | http_status_codes.h | 21 const int code; member
|
/php-src/ext/gd/libgd/ |
H A D | gdkanji.c | 341 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert() argument 347 if ((cd = iconv_open (EUCSTR, code)) == (iconv_t) - 1) in do_convert() 352 EUCSTR, code); in do_convert() 384 if (strcmp (code, NEWJISSTR) == 0 || strcmp (code, OLDJISSTR) == 0) in do_convert() 421 else if (strcmp (code, SJISSTR) == 0) in do_convert() 444 error ("invalid code specification: \"%s\"", code); in do_convert()
|
/php-src/ext/pdo_mysql/tests/ |
H A D | bug66528.phpt | 49 …active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going … 50 …active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going … 51 …active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going …
|
/php-src/Zend/tests/type_declarations/ |
H A D | strict_include_weak_2.inc | 3 // implicitly weak code
|
/php-src/Zend/ |
H A D | LICENSE | 10 1. Redistributions of source code must retain the above copyright 26 Once covered code has been published under a particular version 29 code under the terms of any subsequent version of the license 32 to covered code created under this License.
|
/php-src/ext/readline/tests/ |
H A D | bug77812-libedit.phpt | 33 Warning: Uncaught Error: Undefined constant "FOO" in php shell code:1 36 thrown in php shell code on line 1
|
/php-src/ext/standard/tests/file/windows_mb_path/ |
H A D | test_big5_2.phpt | 52 Active code page: 950 57 Active code page: %d
|
H A D | test_cp1251_zend_multibyte_2.phpt | 53 Active code page: 65001 58 Active code page: %d
|
H A D | test_cp1252_to_utf8_2.phpt | 48 Active code page: 65001 53 Active code page: %d
|
H A D | test_cp1252_to_utf8_5.phpt | 48 Active code page: 65001 53 Active code page: %d
|
H A D | test_cp1254_2.phpt | 50 Active code page: 1254 55 Active code page: %d
|
H A D | test_cp932_to_utf8_2.phpt | 47 Active code page: 65001 52 Active code page: %d
|
/php-src/Zend/tests/ |
H A D | debug_backtrace_with_include_and_this.phpt | 21 set_error_handler(function($code, $msg, $file, $line) { 23 echo "ERR#$code: $msg @ ", $bt[1]['function'], "\n";
|