Home
last modified time | relevance | path

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

12345678910>>...128

/PHP-7.1/sapi/cli/tests/
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.1/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.1/Zend/tests/
H A Dbug31102.phpt48 Fatal error: Uncaught Error: Class 'Test3' not found in %sbug31102.php(%d) : eval()'d code:1
52 thrown in %sbug31102.php(%d) : eval()'d code on line 1
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_1.phpt44 Active code page: 65001
49 Active code page: %d
H A Dtest_cp1252_to_utf8_4.phpt44 Active code page: 65001
49 Active code page: %d
H A Dtest_cp1255_to_utf8_2.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp936_1.phpt47 Active code page: 936
52 Active code page: %d
H A Dtest_kartuli_utf8_2.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1252_to_utf8_1.phpt44 Active code page: 65001
49 Active code page: %d
H A Dtest_cp1253_2.phpt49 Active code page: 1253
54 Active code page: %d
H A Dtest_cp1253_to_utf8_2.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1256_to_utf8_2.phpt46 Active code page: 65001
51 Active code page: %s
H A Dtest_cp932_to_utf8_1.phpt44 Active code page: 65001
49 Active code page: %d
H A Dtest_cp1250_to_utf8_2.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1255_2.phpt49 Active code page: 1255
54 Active code page: %d
H A Dtest_cp936_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_eucjp_to_utf8_2.phpt46 Active code page: 65001
51 Active code page: %d
H A Dbug64506.phpt44 Active code page: 65001
49 Active code page: %d
H A Dtest_big5_1.phpt47 Active code page: 950
52 Active code page: %d
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_objects_009.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-7.1/Zend/
H A DREADME.ZEND_VM7 code execution (with specialized executor and direct threading execution
24 will generate code only for defined combination of types. You can use any
27 <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
31 You can see the conformity of new macros to old code in the following list:
88 Executor's code is generated by PHP script zend_vm_gen.php it uses zend_vm_def.h
91 included from zend_compile.h. The second one is an executor code itself. It is
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dhtml_entities.h35 int code; member
/PHP-7.1/ext/gd/libgd/
H A Dgdkanji.c343 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert() argument
349 if ((cd = iconv_open (EUCSTR, code)) == (iconv_t) - 1) in do_convert()
355 EUCSTR, code); in do_convert()
390 if (strcmp (code, NEWJISSTR) == 0 || strcmp (code, OLDJISSTR) == 0) in do_convert()
427 else if (strcmp (code, SJISSTR) == 0) in do_convert()
450 error ("invalid code specification: \"%s\"", code); in do_convert()
/PHP-7.1/Zend/tests/type_declarations/
H A Dstrict_call_weak_2.inc3 // implicitly weak code
/PHP-7.1/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

Completed in 57 milliseconds

12345678910>>...128