Home
last modified time | relevance | path

Searched refs:code (Results 301 – 325 of 812) sorted by relevance

1...<<11121314151617181920>>...33

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_2.phpt52 Active code page: 936
57 Active code page: %d
/php-src/ext/soap/tests/soap12/
H A DT63.phpt24code must be 2 letters.</ns1:validateCountryCodeFault></env:Header><env:Body><env:Fault><env:Code>…
/php-src/sapi/fpm/tests/
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt28 $code = <<<EOT
33 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-nopif-custom-with-pi-with-pt.phpt24 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt24 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt28 $code = <<<EOT
36 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-pp-sn-strip-invalid.phpt23 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dgh13563-conf-bool-env.phpt33 $code = <<<EOT
43 $tester = new FPM\Tester($cfg, $code);
H A Dpool-apparmor-basic.phpt47 - exited with code 70
52 'failed to change to new confinement|exited with code 70)/'
H A Drequest_parse_body_multipart.phpt24 $code = <<<'EOT'
42 $tester = new FPM\Tester($cfg, $code);
/php-src/ext/opcache/tests/
H A Ddump_property_hooks.phpt16 echo 'Dead code';
21 echo 'Dead code';
/php-src/Zend/tests/lazy_objects/rfc/
H A Drfc_example_012.phpt6 // User code
33 // Symfony code
/php-src/Zend/
H A Dzend_exceptions.c310 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 DREADME.md36 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 Dbug60978.phpt2 Bug #60978 (exit code incorrect)
H A Dearly_binding_unreachable.phpt2 Early bound class in otherwise unreachable code
H A Dbug60350.phpt2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c205 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 Dascmagic.c78 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 Dexit_named_arg.phpt25 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 Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
/php-src/ext/standard/tests/strings/
H A Dbug61374.phpt2 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 Dindex.rst8 visual-studio-code
/php-src/ext/phar/tests/
H A Dinclude_path_advanced.phpt2 Phar: include_path advanced code coverage test
/php-src/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code

Completed in 30 milliseconds

1...<<11121314151617181920>>...33