Lines Matching refs:trace
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);
115 var_dump($trace);