Lines Matching refs:trace
73 …trace_file = sprintf('%s%s%s', sys_get_temp_dir(), DIRECTORY_SEPARATOR, 'mysqli_debug_phpt.trace');
75 $trace = try_control_string($link, 't:m:O,' . $trace_file, $trace_file, 10);
76 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
77 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
79 $lines_trace = explode("\n", $trace);
96 var_dump($trace);
99 $trace = try_control_string($link, 't:O,' . $trace_file, $trace_file, 20);
100 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
101 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
103 $lines_trace = explode("\n", $trace);
120 var_dump($trace);