/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() argument 67 const pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_pattern_info() 268 pcre2_callout_enumerate(const pcre2_code *code, in pcre2_callout_enumerate() argument 271 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_callout_enumerate()
|
/php-src/ |
H A D | LICENSE | 10 1. Redistributions of source code must retain the above copyright 31 Once covered code has been published under a particular version 33 of that version. You may also choose to use such covered code 36 the right to modify the terms applicable to covered code created
|
/php-src/Zend/tests/ |
H A D | throwable_003.phpt | 2 Test user code implementing Throwable results in fatal error
|
H A D | str_offset_006.phpt | 5 set_error_handler(function($code, $msg) {
|
H A D | bug_debug_backtrace.phpt | 24 #2 %s(%d) : eval()'d code(1): foo()
|
H A D | array_offset_002.phpt | 5 set_error_handler(function($code, $msg) {
|
H A D | falsetoarray_002.phpt | 5 set_error_handler(function($code, $msg) {
|
H A D | str_offset_008.phpt | 5 set_error_handler(function($code, $msg) {
|
H A D | falsetoarray_003.phpt | 5 set_error_handler(function($code, $msg) {
|
H A D | bug_debug_backtrace_replace_zend_execute_ex.phpt | 29 #2 %s(%d) : eval()'d code(1): foo()
|
/php-src/Zend/tests/enum/ |
H A D | traits-no-__construct.phpt | 8 echo "Evil code\n";
|
/php-src/ext/opcache/tests/jit/ |
H A D | assign_dim_005.phpt | 9 set_error_handler(function ($code, $msg) {
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_set.c | 153 phpdbg_notice("setting prompt color to %s (%s)", color->name, color->code); in PHPDBG_SET() 162 phpdbg_notice("setting error color to %s (%s)", color->name, color->code); in PHPDBG_SET() 167 phpdbg_notice("setting notice color to %s (%s)", color->name, color->code); in PHPDBG_SET()
|
/php-src/ext/pcre/tests/ |
H A D | errors06.phpt | 7 …last_error_msg() === 'The offset did not correspond to the beginning of a valid UTF-8 code point');
|
H A D | bug76850.phpt | 2 Bug #76850 Exit code mangled by set locale/preg_match
|
/php-src/Zend/tests/match/ |
H A D | match_of_phi_optimization.phpt | 2 Unreachable code elimination when match argument is a phi node
|
/php-src/ext/openssl/tests/ |
H A D | openssl_error_string_basic_openssl3.phpt | 31 echo "$name: no error code $error_code\n"; 39 foreach ($all_errors as $code => $str) { 40 if (!isset($expected_errors[$code]) || !$expected_errors[$code]) { 41 echo "\t", $code, ": ", $str, "\n";
|
H A D | openssl_error_string_basic.phpt | 31 echo "$name: no error code $error_code\n"; 39 foreach ($all_errors as $code => $str) { 40 if (!isset($expected_errors[$code]) || !$expected_errors[$code]) { 41 echo "\t", $code, ": ", $str, "\n";
|
/php-src/tests/lang/ |
H A D | syntax_errors.phpt | 28 foreach ($badCode as $code) { 30 eval($code);
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug55639.phpt | 25 $code = <<<'PHP' 32 php_cli_server_start($code, null, $args);
|
H A D | bug73182.phpt | 22 $code = <<<'PHP' 27 php_cli_server_start($code, null, $args);
|
/php-src/sapi/fpm/tests/ |
H A D | fpm_get_status_basic.phpt | 22 $code = <<<EOT 30 $tester = new FPM\Tester($cfg, $code);
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_x86.h | 74 #define IR_GP_REG_ENUM(code, name64, name32, name16, name8, name8h) \ argument 75 IR_REG_ ## code, 77 #define IR_FP_REG_ENUM(code, name) \ argument 78 IR_REG_ ## code,
|
H A D | ir_aarch64.h | 79 #define IR_GP_REG_ENUM(code, name64, name32) \ argument 80 IR_REG_ ## code, 82 #define IR_FP_REG_ENUM(code, name64, name32, name16, name8) \ argument 83 IR_REG_ ## code,
|
/php-src/sapi/cgi/tests/ |
H A D | 007.phpt | 19 string(49) "No syntax errors detected in Standard input code
|