Home
last modified time | relevance | path

Searched refs:code (Results 251 – 275 of 790) sorted by last modified time

1...<<11121314151617181920>>...32

/php-src/ext/dom/tests/
H A DDOMNode_insertBefore_error3.phpt2 Test DOMNode::insertBefore() check the error code DOM_NOT_FOUND is raised
/php-src/sapi/cgi/tests/
H A D012.phpt17 // Normalize Windows vs Linux exit codes. On Windows exit code -1 is actually -1 instead of 255.
32 $code = '
38 file_put_contents($filename_good, $code);
40 $code = '
50 file_put_contents($filename_bad, $code);
/php-src/sapi/cli/tests/
H A D024.phpt21 $code = '
27 file_put_contents($filename_good, $code);
29 $code = '
39 file_put_contents($filename_bad, $code);
H A D007.phpt16 $code ='
33 file_put_contents($filename, $code);
H A D008.phpt16 $code ='
27 file_put_contents($filename, $code);
H A D011.phpt13 $code = '
27 file_put_contents($filename, $code);
32 $code = '
42 file_put_contents($filename, $code);
/php-src/ext/mbstring/tests/data/
H A DJISX0201.txt18 # for all uses. For more information on the mappings between various code
24 # Column #1 is the shift JIS code (in hex as 0xXX)
H A DBIG5.txt18 # for all uses. For more information on the mappings between various code
61 # Column #1 is the BIG5 code (in hex as 0xXXXX)
66 # where XXXX is the code point. Including all these
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt11 // What range does is increment the ASCII character code point
/php-src/sapi/fpm/tests/
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt31 $code = <<<EOT
38 $tester = new FPM\Tester($cfg, $code);
H A Dreload-uses-sigkill-as-last-measure.phpt32 $code = <<<EOT
37 $tester = new FPM\Tester($cfg, $code);
H A Dbug64539-status-json-encoding.phpt22 $code = <<<EOT
27 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-handler-uds.phpt23 $code = <<<EOT
30 $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 Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt24 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
/php-src/main/streams/
H A Dphp_stream_context.h89 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
90 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_INFO, \
116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
117 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
/php-src/ext/readline/tests/
H A Dbug77812-readline.phpt42 Warning: Uncaught Error: Undefined constant "FOO" in php shell code:1
45 thrown in php shell code on line 1
/php-src/ext/standard/tests/http/
H A Dgh11274.phpt28 echo "-- Testing redirect status code $status --\n";
43 -- Testing redirect status code 301 --
48 -- Testing redirect status code 302 --
53 -- Testing redirect status code 307 --
58 -- Testing redirect status code 308 --
/php-src/ext/soap/tests/
H A Dbug73037.phpt68 $code = <<<'PHP'
74 php_cli_server_start($code, $router, $args);
H A Dcustom_content_type.phpt22 $code = <<<'PHP'
27 php_cli_server_start($code, null, $args);
/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/litespeed/
H A Dlsapi_main.c314 int code; member
406 while (err->code != 0) { in sapi_lsapi_send_headers_like_cgi()
407 if (err->code == SG(sapi_headers).http_response_code) { in sapi_lsapi_send_headers_like_cgi()
/php-src/ext/standard/tests/general_functions/
H A Dhttp_response_code.phpt9 * that only affects the CLI repeat option, where the response code is not meaningful in the
10 * first place. Other SAPIs will properly reset the response code for each request. */
17 // Get the current default response code
19 // Set a response code
21 // Get the new response code
36 Warning: http_response_code(): Cannot set response code - headers already sent (output started at %…
/php-src/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt31 // Typical code would not use 0 as a property name, this test is just testing edge cases have prope…
/php-src/ext/standard/
H A Dpack.c258 char code = format[i++]; in PHP_FUNCTION() local
279 switch ((int) code) { in PHP_FUNCTION()
311 if (code == 'Z') { in PHP_FUNCTION()
388 switch ((int) code) { in PHP_FUNCTION()
471 switch ((int) code) { in PHP_FUNCTION()
545 if (code == 'n') { in PHP_FUNCTION()
547 } else if (code == 'v') { in PHP_FUNCTION()
572 if (code == 'N') { in PHP_FUNCTION()
574 } else if (code == 'V') { in PHP_FUNCTION()
592 if (code == 'J') { in PHP_FUNCTION()
[all …]

Completed in 155 milliseconds

1...<<11121314151617181920>>...32