/php-src/ext/standard/tests/file/windows_mb_path/ |
H A D | test_cp936_2.phpt | 52 Active code page: 936 57 Active code page: %d
|
/php-src/ext/soap/tests/soap12/ |
H A D | T63.phpt | 24 …code must be 2 letters.</ns1:validateCountryCodeFault></env:Header><env:Body><env:Fault><env:Code>…
|
/php-src/sapi/fpm/tests/ |
H A D | ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt | 28 $code = <<<EOT 33 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-nopif-custom-with-pi-with-pt.phpt | 24 $code = <<<EOT 32 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt | 24 $code = <<<EOT 32 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-handler-without-docroot.phpt | 28 $code = <<<EOT 36 $tester = new FPM\Tester($cfg, $code);
|
H A D | fcgi-env-pif-apache-pp-sn-strip-invalid.phpt | 23 $code = <<<EOT 32 $tester = new FPM\Tester($cfg, $code);
|
H A D | gh13563-conf-bool-env.phpt | 33 $code = <<<EOT 43 $tester = new FPM\Tester($cfg, $code);
|
H A D | pool-apparmor-basic.phpt | 47 - exited with code 70 52 'failed to change to new confinement|exited with code 70)/'
|
H A D | request_parse_body_multipart.phpt | 24 $code = <<<'EOT' 42 $tester = new FPM\Tester($cfg, $code);
|
/php-src/ext/opcache/tests/ |
H A D | dump_property_hooks.phpt | 16 echo 'Dead code'; 21 echo 'Dead code';
|
/php-src/Zend/tests/lazy_objects/rfc/ |
H A D | rfc_example_012.phpt | 6 // User code 33 // Symfony code
|
/php-src/Zend/ |
H A D | zend_exceptions.c | 310 zend_long code = 0; in ZEND_METHOD() local 326 if (code) { in ZEND_METHOD() 327 ZVAL_LONG(&tmp, code); in ZEND_METHOD() 360 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 376 if (code) { in ZEND_METHOD() 377 ZVAL_LONG(&tmp, code); in ZEND_METHOD() 837 if (code) { in zend_throw_exception_zstr() 838 ZVAL_LONG(&tmp, code); in zend_throw_exception_zstr() 851 zend_object *ex = zend_throw_exception_zstr(exception_ce, msg_str, code); in zend_throw_exception() 868 obj = zend_throw_exception(exception_ce, message, code); in zend_throw_exception_ex() [all …]
|
H A D | README.md | 36 raw PHP code execution (with specialized executor and direct threading execution 55 Specializer will generate code only for defined combination of types. You can 58 `<HANDLER'S CODE>` is a handler's code itself. For most handlers it stills the 62 You can see the conformity of new macros to old code in the following list: 122 The executors code is generated by the PHP script `zend_vm_gen.php`. It uses 126 code itself. It is included from `zend_execute.c`.
|
/php-src/Zend/tests/ |
H A D | bug60978.phpt | 2 Bug #60978 (exit code incorrect)
|
H A D | early_binding_unreachable.phpt | 2 Early bound class in otherwise unreachable code
|
H A D | bug60350.phpt | 2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 205 char *code; member 231 free(state->code); in phpdbg_line_init() 232 state->code = NULL; in phpdbg_line_init() 242 state->code = realloc(state->code, state->code_len + cmd_len + 1); in phpdbg_line_init() 245 if (state->code) { in phpdbg_line_init() 301 if (state.code) { in phpdbg_string_init() 302 free(state.code); in phpdbg_string_init() 322 if (state.code) { in phpdbg_try_file_init() 323 free(state.code); in phpdbg_try_file_init() 458 smart_str code = {0}; in PHPDBG_COMMAND() local [all …]
|
/php-src/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 78 const char *code = NULL; in file_ascmagic() local 92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic() 97 ubuf, ulen, code, type, text); in file_ascmagic() 106 file_unichar_t *ubuf, size_t ulen, const char *code, const char *type, in file_ascmagic_with_encoding() argument 254 if (file_printf(ms, "%s", code) == -1) in file_ascmagic_with_encoding()
|
/php-src/Zend/tests/exit/ |
H A D | exit_named_arg.phpt | 25 foreach ([FILE_CONTENT, str_replace('exit', 'die', FILE_CONTENT)] as $code) { 29 $content = str_replace('VALUE', var_export($value, true), $code);
|
/php-src/tests/lang/ |
H A D | include_variation3.phpt | 2 Including a file in the current script directory from eval'd code
|
/php-src/ext/standard/tests/strings/ |
H A D | bug61374.phpt | 2 Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
|
/php-src/docs/source/introduction/ides/ |
H A D | index.rst | 8 visual-studio-code
|
/php-src/ext/phar/tests/ |
H A D | include_path_advanced.phpt | 2 Phar: include_path advanced code coverage test
|
/php-src/ext/standard/tests/general_functions/ |
H A D | header_redirection_001.phpt | 2 Location: headers change the status code
|