Home
last modified time | relevance | path

Searched refs:code (Results 176 – 200 of 2955) sorted by relevance

12345678910>>...119

/PHP-7.3/ext/phar/tests/cache_list/
H A Dfrontcontroller3.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller9.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller15.phpt17 <code><span style="color: #000000">
20 </code>
/PHP-7.3/Zend/tests/type_declarations/
H A Dexplicit_weak_include_strict.phpt2 explicitly strict_types=0 code including strict_types=1 code
/PHP-7.3/ext/json/
H A Djson_scanner.re67 static int php_json_hex_to_int(char code)
69 if (code >= '0' && code <= '9') {
70 return code - '0';
71 } else if (code >= 'A' && code <= 'F') {
72 return code - ('A' - 10);
73 } else if (code >= 'a' && code <= 'f') {
74 return code - ('a' - 10);
83 int i, code = 0;
86 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
88 return code;
/PHP-7.3/ext/phar/tests/tar/
H A Dfrontcontroller15.phar.phpt16 <code><span style="color: #000000">
19 </code>
/PHP-7.3/Zend/tests/
H A Dbug75218.phpt6 function try_eval($code) {
8 eval($code);
/PHP-7.3/ext/phar/tests/zip/
H A Dfrontcontroller3.phar.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller15.phar.phpt17 <code><span style="color: #000000">
20 </code>
/PHP-7.3/ext/intl/tests/
H A Dcollator_get_error_code.phpt9 * Retrieve error code.
14 * Check if error code equals to expected one.
H A Dsymfony_format_type_int32_intl1.phpt17 // you can confirm it crashed by checking the exit code OR
28 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
33 // execute the code from #testFormatTypeInt32Intl
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_error3.phpt17 …l error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert code:1
22 Next Error: Failure evaluating code:
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cwd_mb_names.phpt42 Active code page: 65001
46 Active code page: %d
/PHP-7.3/sapi/cli/tests/
H A Dbug65066_100.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 100 status code
H A Dbug71005.phpt10 $code = <<<'EOF'
16 php_cli_server_start($code);
H A Dbug65066_422.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 422 status code
H A Dbug65066_511.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code
/PHP-7.3/sapi/fpm/tests/
H A Dfastcgi_finish_request_basic.phpt22 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-1050-msg-2900.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-64-too-low-error.phpt24 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-8000-msg-4096.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-1050-msg-2900.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
/PHP-7.3/ext/curl/
H A Dshare.c158 zend_long code; in PHP_FUNCTION() local
162 Z_PARAM_LONG(code) in PHP_FUNCTION()
165 str = curl_share_strerror(code); in PHP_FUNCTION()
/PHP-7.3/tests/strings/
H A Dbug26703.phpt14 <code><span style="color: #000000">
17 </code>
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c

Completed in 46 milliseconds

12345678910>>...119