Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...32

/php-src/ext/opcache/tests/jit/
H A Dassign_dim_005.phpt9 set_error_handler(function ($code, $msg) {
H A Dbug81409.phpt2 Bug #81409: Incorrect JIT code for ADD with a reference to array
/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/
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()
H A Dbug69388.phpt6 function handle_error($code, $message, $file, $line) {
H A Dbug79599.phpt5 set_error_handler(function($code, $message){
H A Dbug64821.1.phpt11 $this->code = array();
H A Dgh10072-2.phpt2 GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used from internal code dur…
/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/session/tests/
H A Dbug36459.phpt25 <p>See source html code</p>
38 <p>See source html code</p>
/php-src/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt22 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
/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/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
/php-src/ext/tokenizer/tests/
H A DPhpToken_tokenize.phpt8 $code = <<<'PHP'
14 var_dump(PhpToken::tokenize($code));
15 var_dump(PhpToken::tokenize($code, TOKEN_PARSE));

Completed in 36 milliseconds

1...<<11121314151617181920>>...32