Home
last modified time | relevance | path

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

12345678910>>...123

/PHP-7.0/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_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
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_intl2.phpt12 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
17 // execute the code from #testFormatTypeInt32Intl
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_resources_001.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dbug70963.phpt16 ["code":protected]=>
35 ["code":protected]=>
H A Dserialization_objects_010.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
H A Dserialization_objects_009.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-7.0/Zend/tests/type_declarations/
H A Dstrict_call_weak_explicit.phpt2 strict_types=1 code calling explicitly strict_types=0 code
/PHP-7.0/sapi/cgi/tests/
H A D008.phpt14 $code = '
31 file_put_contents($filename, $code);
44 <code><span style="color: #000000">
47 </code>"
H A D004.phpt16 $code ='
27 file_put_contents($filename, $code);
/PHP-7.0/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>
H A Dshow_source_variation1.phpt17 /* some code here */
25 <code><span style="color: #000000">
26 …>}<br /><br />&nbsp;</span><span style="color: #FF8000">/*&nbsp;some&nbsp;code&nbsp;here&nbsp;*/<b…
28 </code>bar
/PHP-7.0/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;
/PHP-7.0/Zend/tests/
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
7 throw new \ErrorException($msg, $code, 0, $file, $line);
H A Dmethods-on-non-objects-usort.phpt5 set_error_handler(function($code, $message) {
6 var_dump($code, $message);
H A Drequire_parse_exception.phpt8 function test_parse_error($code) {
10 require 'data://text/plain;base64,' . base64_encode($code);
/PHP-7.0/sapi/cli/tests/
H A D007.phpt16 $code ='
33 file_put_contents($filename, $code);
H A Dphp_cli_server.inc6 function php_cli_server_start($code = 'echo "Hello world";', $router = 'index.php', $cmd_args = nul…
10 if ($code) {
11 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
/PHP-7.0/ext/pcre/tests/
H A Dpreg_last_error_error.phpt7 * Description: Returns the error code of the last PCRE regex execution
8 * Source code: ext/pcre/php_pcre.c
/PHP-7.0/ext/fileinfo/libmagic/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
88 if (file_encoding(ms, buf, nbytes, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
92 rv = file_ascmagic_with_encoding(ms, buf, nbytes, ubuf, ulen, code, in file_ascmagic()
102 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding() argument
230 if (file_printf(ms, "%s", code) == -1) in file_ascmagic_with_encoding()
/PHP-7.0/ext/standard/tests/file/
H A Drename_variation11-win32.phpt14 * Source code: ext/standard/file.c
95 …ameVar11Sub\IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
100 …1Sub\BADDIR\IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
121 ….tmp,BADDIR\IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
H A Drename_variation12-win32.phpt13 * Source code: ext/standard/file.c
92 …ameVar11Sub/IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
97 …1Sub/BADDIR/IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
118 ….tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ argument
39 {color, sizeof(color)-1, code}
57 const char code[PHPDBG_COLOR_LEN]; member

Completed in 48 milliseconds

12345678910>>...123