/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_control_string.phpt | 63 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 D | mysqli_debug_mysqlnd_only.phpt | 68 …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 D | mysqli_debug_append.phpt | 2 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 D | mysqli_debug_ini.phpt | 2 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-8.3/Zend/tests/typehints/ |
H A D | or_null.phpt | 196 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-8.3/ext/standard/tests/serialize/ |
H A D | bug70963.phpt | 5 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 D | bug69152.phpt | 5 $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-8.3/ext/xsl/tests/ |
H A D | bug49634.phpt | 53 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-8.3/Zend/tests/ |
H A D | exception_007.phpt | 22 Stack trace: 26 Stack trace: 30 Stack trace: 34 Stack trace:
|
H A D | exception_025.phpt | 26 Stack trace: 30 Stack trace: 35 Stack trace: 39 Stack trace:
|
H A D | bug70944.phpt | 29 Stack trace: 32 Stack trace: 36 Stack trace:
|
H A D | exception_017.phpt | 28 Stack trace: 32 Stack trace: 38 Stack trace:
|
H A D | rope_with_exception.phpt | 42 Stack trace: 46 Stack trace: 50 Stack trace:
|
H A D | bug28377.phpt | 7 $trace = debug_backtrace(); 8 custom_callback('dereferenced', $trace);
|
H A D | exception_026.phpt | 18 Stack trace: 23 Stack trace:
|
H A D | throwable_001.phpt | 11 Stack trace: 15 Stack trace:
|
H A D | throwable_002.phpt | 11 Stack trace: 15 Stack trace:
|
/PHP-8.3/ext/pgsql/tests/ |
H A D | 80_bug36625.phpt | 19 $tracefile = __DIR__ . '/trace.tmp'; 37 $trace = file($tracefile); 38 array_walk($trace, 'search_trace_file'); 45 $tracefile = __DIR__ . '/trace.tmp';
|
/PHP-8.3/Zend/tests/generators/ |
H A D | basic_yield_from_exception_handling.phpt | 36 Stack trace: 41 Stack trace: 46 Stack trace: 51 Stack trace: 56 Stack trace:
|
/PHP-8.3/tests/lang/ |
H A D | 038.phpt | 30 $trace = $e->getTrace(); 31 var_dump($trace[0]['function']); 32 var_dump($trace[1]['function']);
|
/PHP-8.3/scripts/dev/ |
H A D | bless_tests.php | 173 list($trace, $x, $y) = $this->calculateTrace($old, $new); 174 return $this->extractDiff($trace, $x, $y, $old, $new); 182 $trace = []; 184 $trace[] = $v; 200 return [$trace, $x, $y]; 207 private function extractDiff(array $trace, int $x, int $y, array $a, array $b) { argument 209 for ($d = \count($trace) - 1; $d >= 0; $d--) { 210 $v = $trace[$d];
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 68 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-8.3/ext/reflection/tests/ |
H A D | ReflectionMethod_constructor_error1.phpt | 69 Stack trace: 74 Stack trace: 79 Stack trace: 84 Stack trace: 89 Stack trace: 94 Stack trace: 99 Stack trace:
|
/PHP-8.3/Zend/tests/generators/errors/ |
H A D | serialize_unserialize_error.phpt | 31 Stack trace: 36 Stack trace: 41 Stack trace:
|
/PHP-8.3/Zend/tests/match/ |
H A D | 037.phpt | 57 Stack trace: 60 Stack trace: 63 Stack trace:
|