Home
last modified time | relevance | path

Searched refs:code (Results 276 – 300 of 812) sorted by relevance

1...<<11121314151617181920>>...33

/php-src/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-handler-with-query.phpt23 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-pp-sn-strip-basic.phpt23 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-nopif-custom-without-sf-with-pt.phpt24 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-balancer-legacy.phpt23 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-balancer-real.phpt23 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt24 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded.phpt23 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-handler-with-pi.phpt23 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dgh9921-php-value-ext-mod-handlers.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt23 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
/php-src/ext/standard/tests/streams/
H A Dgh10031.phpt36 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 Dexceptions_002.phpt17 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 Dhttp_status_codes.h21 const int code; member
/php-src/ext/gd/libgd/
H A Dgdkanji.c341 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 Dbug66528.phpt49 …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 Dstrict_include_weak_2.inc3 // implicitly weak code
/php-src/Zend/
H A DLICENSE10 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 Dbug77812-libedit.phpt33 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 Dtest_big5_2.phpt52 Active code page: 950
57 Active code page: %d
H A Dtest_cp1251_zend_multibyte_2.phpt53 Active code page: 65001
58 Active code page: %d
H A Dtest_cp1252_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp1252_to_utf8_5.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp1254_2.phpt50 Active code page: 1254
55 Active code page: %d
H A Dtest_cp932_to_utf8_2.phpt47 Active code page: 65001
52 Active code page: %d
/php-src/Zend/tests/
H A Ddebug_backtrace_with_include_and_this.phpt21 set_error_handler(function($code, $msg, $file, $line) {
23 echo "ERR#$code: $msg @ ", $bt[1]['function'], "\n";

Completed in 26 milliseconds

1...<<11121314151617181920>>...33