Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt63 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
79 …"[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trace, 0, 8…
83 if (!preg_match("@^[\d]+@ismU", $trace))
84 …45] Line numbers have not been found, first characters from trace are '%s'\n", substr($trace, 0, 8…
90 …"[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trace, 0, 8…
94 if (!preg_match("@^\d+:@ismU", $trace))
95 …65] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($trace, 0, 8…
99 $lines = explode("\n", $trace);
115 $lines = explode("\n", $trace);
203 // m - trace memory allocations
[all …]
H A Dmysqli_debug_mysqlnd_only.phpt68 …trace_file = sprintf('%s%s%s', sys_get_temp_dir(), DIRECTORY_SEPARATOR, 'mysqli_debug_phpt.trace');
70 $trace = try_control_string($link, 't:m:O,' . $trace_file, $trace_file, 10);
71 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
72 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
74 $lines_trace = explode("\n", $trace);
91 var_dump($trace);
94 $trace = try_control_string($link, 't:O,' . $trace_file, $trace_file, 20);
95 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
96 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
98 $lines_trace = explode("\n", $trace);
[all …]
H A Dmysqli_debug_append.phpt2 mysqli_debug() - append to trace file
24 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))…
32 $trace_file = sprintf('%s/mysqli_debug_phpt.trace', sys_get_temp_dir());
40 // will mysqli_debug() mind if the trace file gets removed?
45 printf("[004] Cannot create trace file to test append mode\n");
49 printf("[005] Cannot write to trace file.\n");
60 $trace = file_get_contents($trace_file);
61 if (!strstr($trace, 'mysqli_debug.phpt test line'))
72 if (!strstr(file_get_contents($trace_file), $trace))
76 // what will happen if we create new trace entries...?
[all …]
H A Dmysqli_debug_ini.phpt2 mysqli_debug() - enabling trace with ini setting
18 if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w'))
22 @unlink("/tmp/mysqli_debug_phpt.trace");
25 mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace"
32 $trace_file = '/tmp/mysqli_debug_phpt.trace';
51 string(32) "t:O,/tmp/mysqli_debug_phpt.trace"
/php-src/Zend/tests/typehints/
H A Dor_null.phpt196 Stack trace:
200 Stack trace:
204 Stack trace:
208 Stack trace:
212 Stack trace:
216 Stack trace:
220 Stack trace:
224 Stack trace:
228 Stack trace:
232 Stack trace:
[all …]
/php-src/ext/xsl/tests/
H A Dbug49634.phpt53 Stack trace:
58 Stack trace:
63 Stack trace:
68 Stack trace:
73 Stack trace:
78 Stack trace:
83 Stack trace:
88 Stack trace:
93 Stack trace:
98 Stack trace:
/php-src/ext/standard/tests/serialize/
H A Dbug70963.phpt5 var_dump(unserialize('a:2:{i:0;O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"test";…
6 var_dump(unserialize('a:2:{i:0;O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"test";…
9 Fatal error: Uncaught TypeError: Cannot assign string to property Exception::$trace of type array i…
10 Stack trace:
H A Dbug69152.phpt5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
12 Fatal error: Uncaught TypeError: Cannot assign string to property Exception::$trace of type array i…
13 Stack trace:
/php-src/Zend/tests/
H A Dexception_007.phpt22 Stack trace:
26 Stack trace:
30 Stack trace:
34 Stack trace:
H A Dexception_025.phpt26 Stack trace:
30 Stack trace:
35 Stack trace:
39 Stack trace:
H A Dbug70944.phpt29 Stack trace:
32 Stack trace:
36 Stack trace:
H A Dexception_017.phpt28 Stack trace:
32 Stack trace:
38 Stack trace:
H A Drope_with_exception.phpt42 Stack trace:
46 Stack trace:
50 Stack trace:
H A Dbug28377.phpt7 $trace = debug_backtrace();
8 custom_callback('dereferenced', $trace);
H A Dthrowable_001.phpt11 Stack trace:
15 Stack trace:
H A Dthrowable_002.phpt11 Stack trace:
15 Stack trace:
/php-src/Zend/tests/generators/
H A Dbasic_yield_from_exception_handling.phpt36 Stack trace:
41 Stack trace:
46 Stack trace:
51 Stack trace:
56 Stack trace:
/php-src/ext/pgsql/tests/
H A D80_bug36625.phpt19 $tracefile = __DIR__ . '/trace.tmp';
37 $trace = file($tracefile);
38 array_walk($trace, 'search_trace_file');
45 $tracefile = __DIR__ . '/trace.tmp';
/php-src/tests/lang/
H A D038.phpt30 $trace = $e->getTrace();
31 var_dump($trace[0]['function']);
32 var_dump($trace[1]['function']);
/php-src/scripts/dev/
H A Dbless_tests.php175 list($trace, $x, $y) = $this->calculateTrace($old, $new);
176 return $this->extractDiff($trace, $x, $y, $old, $new);
184 $trace = [];
186 $trace[] = $v;
202 return [$trace, $x, $y];
209 private function extractDiff(array $trace, int $x, int $y, array $a, array $b) { argument
211 for ($d = \count($trace) - 1; $d >= 0; $d--) {
212 $v = $trace[$d];
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c68 static inline void trace(char *fmt, ...) in trace() function
129 trace("-- refcount now %d\n", ret); in disp_release()
226 trace("found it\n"); in disp_getdispid()
267 trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg)); in disp_invokeex()
273 trace("arguments processed, prepare to do some work\n"); in disp_invokeex()
288 trace("function called ok\n"); in disp_invokeex()
296 trace("percolate modified value for arg %d VT=%08x\n", i, V_VT(dstvar)); in disp_invokeex()
301 trace("failed to call func\n"); in disp_invokeex()
305 trace("something blew up\n"); in disp_invokeex()
309 trace("Don't know how to handle this invocation %08x\n", wFlags); in disp_invokeex()
[all …]
/php-src/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt31 Stack trace:
36 Stack trace:
41 Stack trace:
/php-src/Zend/tests/match/
H A D037.phpt57 Stack trace:
60 Stack trace:
63 Stack trace:
/php-src/Zend/tests/try/
H A Dtry_finally_026.phpt30 Stack trace:
35 Stack trace:
H A Dtry_finally_027.phpt27 Stack trace:
32 Stack trace:

Completed in 37 milliseconds

12345678910>>...46