Home
last modified time | relevance | path

Searched refs:code (Results 226 – 250 of 2471) sorted by relevance

12345678910>>...99

/PHP-7.4/Zend/tests/
H A Dbug31102.phpt47 Fatal error: Uncaught Error: Class 'Test3' not found in %sbug31102.php(%d) : eval()'d code:1
51 thrown in %sbug31102.php(%d) : eval()'d code on line 1
H A Drequire_parse_exception.phpt8 function test_parse_error($code) {
10 require 'data://text/plain;base64,' . base64_encode($code);
H A Ddebug_backtrace_with_include_and_this.phpt20 set_error_handler(function($code, $msg, $file, $line) {
22 echo "ERR#$code: $msg @ ", $bt[1]['function'], "\n";
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1252_to_utf8_1.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1252_to_utf8_4.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_kartuli_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp932_to_utf8_1.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp936_1.phpt49 Active code page: 936
54 Active code page: %d
H A Dtest_cp1255_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp1250_to_utf8_1.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1256_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %s
H A Dtest_cp1253_2.phpt51 Active code page: 1253
56 Active code page: %d
H A Dtest_cp1253_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dbug64506.phpt44 Active code page: 65001
49 Active code page: %d
H A Dtest_cp1256_2.phpt51 Active code page: 1256
56 Active code page: %s
/PHP-7.4/ext/exif/tests/
H A Dbug78910.phpt10 Notice: exif_read_data(): Read from TIFF: tag(0x927C, MakerNote): Illegal format code 0x2020, swi…
12 Warning: exif_read_data(): Process tag(x927C=MakerNote): Illegal format code 0x2020, suppose BYTE i…
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-realloc-buffer.phpt24 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
/PHP-7.4/ext/standard/tests/strings/
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.4/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
/PHP-7.4/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
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc7 ?string $code = 'echo "Hello world";',
15 if ($code) {
16 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_include_weak_2.inc3 // implicitly weak code
/PHP-7.4/ext/tokenizer/tests/
H A Dbad_character.phpt14 foreach ($codes as $code) {
15 foreach (token_get_all($code) as $token) {
/PHP-7.4/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-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_007.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c

Completed in 84 milliseconds

12345678910>>...99