Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 1065) sorted by last modified time

12345678910>>...43

/PHP-8.1/ext/pgsql/tests/
H A Dgh12763.phpt13 $file_name = tempnam('.', 'trace.log');
H A Dpg_trace.phpt13 $tracefile = __DIR__ . '/trace.tmp';
/PHP-8.1/Zend/tests/
H A Doss_fuzz_64209.phpt11 Stack trace:
H A Dgh11580.phpt11 Stack trace:
H A Darray_multisort_exception.phpt10 Stack trace:
H A Dgh8841.phpt27 Stack trace:
H A Dgh10810.phpt9 Stack trace:
H A Dgh10709_3.phpt39 Stack trace:
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c299 … *ssa, const zend_ssa_op *ssa_op, const zend_op *opline, int call_level, zend_jit_trace_rec *trace) in zend_jit_needs_call_chain() argument
303 if (trace) { in zend_jit_needs_call_chain()
304 zend_jit_trace_rec *p = trace; in zend_jit_needs_call_chain()
H A Dzend_jit_x86.dasc3599 trace++;
9456 && trace
9746 && trace
9898 if (trace
9946 if (trace
10211 if (!trace || (trace->op == ZEND_JIT_TRACE_END
10266 if (!trace || (trace->op == ZEND_JIT_TRACE_END
11535 if (trace && trace->op != ZEND_JIT_TRACE_END) {
11614 if (trace) {
11638 trace++;
[all …]
H A Dzend_jit_arm64.dasc3267 trace++;
8823 && trace
9070 && trace
9189 if (trace
9230 if (trace
9499 if (!trace || (trace->op == ZEND_JIT_TRACE_END
9550 if (!trace || (trace->op == ZEND_JIT_TRACE_END
10827 if (trace && trace->op != ZEND_JIT_TRACE_END) {
10906 if (trace) {
10930 trace++;
[all …]
H A Dzend_jit_internal.h703 static zend_always_inline const zend_op* zend_jit_trace_get_exit_opline(zend_jit_trace_rec *trace, … in zend_jit_trace_get_exit_opline() argument
705 if (trace->op == ZEND_JIT_TRACE_VM || trace->op == ZEND_JIT_TRACE_END) { in zend_jit_trace_get_exit_opline()
706 if (trace->opline == opline + 1) { in zend_jit_trace_get_exit_opline()
710 } else if (trace->opline == OP_JMP_ADDR(opline, opline->op2)) { in zend_jit_trace_get_exit_opline()
/PHP-8.1/ext/opcache/tests/opt/
H A Dblock_pass_006.phpt13 Stack trace:
H A Dblock_pass_005.phpt15 Stack trace:
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc364 $this->trace('Setting .user.ini file', $ini, isFile: true);
378 $this->trace('Testing config using command', $cmd, true);
436 $this->trace('Starting FPM using command:', $cmd, true);
504 $this->trace('Checking connection successful');
743 $this->trace('Request params', $params);
959 $this->trace('Sending signal using command', $cmd, true);
1214 $this->trace('PID found', $pidContent);
1384 $this->trace('File path exists as expected', $filePath);
1834 $this->trace('No log message received as expected');
1905 $this->trace('Switching log descriptor to:', $source);
[all …]
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6043 0 string ALPHA-TRACE-MEDICAL Biosig/alpha trace
7150 #4 string pipe CLIPPER instruction trace
9074 # - LCOV trace files, i.e. aggregated GCC profiles
9174 # ctf: file(1) magic for CTF (Common Trace Format) trace files
9179 # CTF trace data
9180 0 lelong 0xc1fc1fc1 Common Trace Format (CTF) trace data (LE)
9181 0 belong 0xc1fc1fc1 Common Trace Format (CTF) trace data (BE)
15688 8 lequad 0xABADD068ADEAFD0C Vulkan trace file, little-endian
15691 8 bequad 0xABADD068ADEAFD0C Vulkan trace file, big-endian
30830 >20 belong&0x03FFFFFF 260 (IPMI trace packets
[all …]
H A Dmagic6043 0 string ALPHA-TRACE-MEDICAL Biosig/alpha trace
7150 #4 string pipe CLIPPER instruction trace
9074 # - LCOV trace files, i.e. aggregated GCC profiles
9174 # ctf: file(1) magic for CTF (Common Trace Format) trace files
9179 # CTF trace data
9180 0 lelong 0xc1fc1fc1 Common Trace Format (CTF) trace data (LE)
9181 0 belong 0xc1fc1fc1 Common Trace Format (CTF) trace data (BE)
15688 8 lequad 0xABADD068ADEAFD0C Vulkan trace file, little-endian
15691 8 bequad 0xABADD068ADEAFD0C Vulkan trace file, big-endian
30830 >20 belong&0x03FFFFFF 260 (IPMI trace packets
[all …]
/PHP-8.1/ext/readline/tests/
H A Dbug77812-readline.phpt43 Stack trace:
/PHP-8.1/ext/soap/tests/
H A Dcustom_content_type.phpt34 'trace' => true, /* record the headers before sending */
60 'trace' => true, /* record the headers before sending */
/PHP-8.1/ext/opcache/tests/jit/
H A Dmod_007.phpt20 Stack trace:
H A Dreadonly_006.phpt22 Stack trace:
H A Dreadonly_007.phpt22 Stack trace:
H A Dreadonly_001.phpt22 Stack trace:
/PHP-8.1/Zend/tests/generators/
H A Dgh11028_2.phpt21 Stack trace:
/PHP-8.1/Zend/
H A Dzend_exceptions.c242 zval trace; in zend_default_exception_new_ex() local
252 zend_fetch_debug_backtrace(&trace, in zend_default_exception_new_ex()
256 array_init(&trace); in zend_default_exception_new_ex()
258 Z_SET_REFCOUNT(trace, 0); in zend_default_exception_new_ex()
647 zval trace, *exception; in ZEND_METHOD() local
670 fci.retval = &trace; in ZEND_METHOD()
677 if (Z_TYPE(trace) != IS_STRING) { in ZEND_METHOD()
678 zval_ptr_dtor(&trace); in ZEND_METHOD()
679 ZVAL_UNDEF(&trace); in ZEND_METHOD()
690 zend_string *tmp_trace = (Z_TYPE(trace) == IS_STRING && Z_STRLEN(trace)) in ZEND_METHOD()
[all …]

Completed in 225 milliseconds

12345678910>>...43