Home
last modified time | relevance | path

Searched refs:code (Results 376 – 400 of 812) sorted by relevance

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c65 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 DLICENSE10 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 Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
H A Dstr_offset_006.phpt5 set_error_handler(function($code, $msg) {
H A Dbug_debug_backtrace.phpt24 #2 %s(%d) : eval()'d code(1): foo()
H A Darray_offset_002.phpt5 set_error_handler(function($code, $msg) {
H A Dfalsetoarray_002.phpt5 set_error_handler(function($code, $msg) {
H A Dstr_offset_008.phpt5 set_error_handler(function($code, $msg) {
H A Dfalsetoarray_003.phpt5 set_error_handler(function($code, $msg) {
H A Dbug_debug_backtrace_replace_zend_execute_ex.phpt29 #2 %s(%d) : eval()'d code(1): foo()
/php-src/Zend/tests/enum/
H A Dtraits-no-__construct.phpt8 echo "Evil code\n";
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_005.phpt9 set_error_handler(function ($code, $msg) {
/php-src/sapi/phpdbg/
H A Dphpdbg_set.c153 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 Derrors06.phpt7 …last_error_msg() === 'The offset did not correspond to the beginning of a valid UTF-8 code point');
H A Dbug76850.phpt2 Bug #76850 Exit code mangled by set locale/preg_match
/php-src/Zend/tests/match/
H A Dmatch_of_phi_optimization.phpt2 Unreachable code elimination when match argument is a phi node
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt31 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 Dopenssl_error_string_basic.phpt31 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 Dsyntax_errors.phpt28 foreach ($badCode as $code) {
30 eval($code);
/php-src/ext/soap/tests/bugs/
H A Dbug55639.phpt25 $code = <<<'PHP'
32 php_cli_server_start($code, null, $args);
H A Dbug73182.phpt22 $code = <<<'PHP'
27 php_cli_server_start($code, null, $args);
/php-src/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt22 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h74 #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 Dir_aarch64.h79 #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 D007.phpt19 string(49) "No syntax errors detected in Standard input code

Completed in 24 milliseconds

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