Home
last modified time | relevance | path

Searched refs:code (Results 201 – 225 of 3083) sorted by relevance

12345678910>>...124

/PHP-7.3/sapi/fpm/tests/
H A Dlog-dwd-limit-8000-msg-4096.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dbug73342-nonblocking-stdio.phpt22 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bm-limit-1024-msg-80.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bm-limit-2048-msg-4000.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-1050-msg-2048.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-msg-with-nl.phpt23 $code = <<<EOT
28 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-limit-1024-msg-120.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-limit-1500-msg-3300.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-1050-msg-2048.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwp-limit-1000-msg-2000.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
/PHP-7.3/Zend/tests/type_declarations/
H A Dstrict_call_weak.phpt2 strict_types=1 code calling strict_types=0 code
H A Dstrict_call_weak_explicit.phpt2 strict_types=1 code calling explicitly strict_types=0 code
/PHP-7.3/sapi/cli/tests/
H A D014.phpt11 $code = '
28 file_put_contents($filename, $code);
38 string(1478) "<code><span style="color: #000000">
41 </code>"
H A D008.phpt16 $code ='
27 file_put_contents($filename, $code);
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_error4.phpt18 …l error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert code:1
23 Next Error: Failure evaluating code:
/PHP-7.3/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt18 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
20 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
H A Dsymfony_format_type_int32_intl7.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl6.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dbug70903.phpt42 Active code page: 65001
47 Active code page: %d
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_resources_001.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dgb18030.c80 gb18030_code_to_mbclen(OnigCodePoint code) in gb18030_code_to_mbclen() argument
82 if ((code & 0xff000000) != 0) return 4; in gb18030_code_to_mbclen()
83 else if ((code & 0xff0000) != 0) return ONIGERR_INVALID_CODE_POINT_VALUE; in gb18030_code_to_mbclen()
84 else if ((code & 0xff00) != 0) return 2; in gb18030_code_to_mbclen()
86 if (GB18030_MAP[(int )(code & 0xff)] == CM) in gb18030_code_to_mbclen()
140 gb18030_code_to_mbc(OnigCodePoint code, UChar *buf) in gb18030_code_to_mbc() argument
142 return onigenc_mb4_code_to_mbc(ONIG_ENCODING_GB18030, code, buf); in gb18030_code_to_mbc()
154 gb18030_is_code_ctype(OnigCodePoint code, unsigned int ctype) in gb18030_is_code_ctype() argument
156 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_GB18030, code, ctype); in gb18030_is_code_ctype()
/PHP-7.3/ext/standard/tests/strings/
H A Dshow_source_basic.phpt17 /* some code here */
24 <code><span style="color: #000000">
25 …>}<br /><br />&nbsp;</span><span style="color: #FF8000">/*&nbsp;some&nbsp;code&nbsp;here&nbsp;*/<b…
27 </code>
/PHP-7.3/sapi/cgi/tests/
H A D008.phpt14 $code = '
31 file_put_contents($filename, $code);
44 <code><span style="color: #000000">
47 </code>"
/PHP-7.3/ext/spl/
H A Dspl.php264 protected $code; variable in Exception
284 function __construct($message = NULL, $code = 0) { argument
288 $this->code = $code;
306 return $this->code;

Completed in 28 milliseconds

12345678910>>...124