/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_control_string.phpt | 66 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query')) 82 …"[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trace, 0, 8… 86 if (!preg_match("@^[\d]+@ismU", $trace)) 87 …45] Line numbers have not been found, first characters from trace are '%s'\n", substr($trace, 0, 8… 93 …"[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trace, 0, 8… 97 if (!preg_match("@^\d+:@ismU", $trace)) 98 …65] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($trace, 0, 8… 102 $lines = explode("\n", $trace); 118 $lines = explode("\n", $trace); 208 // m - trace memory allocations [all …]
|
H A D | mysqli_debug_append.phpt | 2 mysqli_debug() - append to trace file 25 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))… 33 $trace_file = sprintf('%s/mysqli_debug_phpt.trace', sys_get_temp_dir()); 41 // will mysqli_debug() mind if the trace file gets removed? 46 printf("[004] Cannot create trace file to test append mode\n"); 50 printf("[005] Cannot write to trace file.\n"); 61 $trace = file_get_contents($trace_file); 62 if (!strstr($trace, 'mysqli_debug.phpt test line')) 73 if (!strstr(file_get_contents($trace_file), $trace)) 77 // what will happen if we create new trace entries...? [all …]
|
H A D | mysqli_debug_mysqlnd_only.phpt | 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); 97 $trace = try_control_string($link, 't:O,' . $trace_file, $trace_file, 20); 98 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query')) 99 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n"); 101 $lines_trace = explode("\n", $trace);
|
H A D | mysqli_debug_ini.phpt | 2 mysqli_debug() - enabling trace with ini setting 22 if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w')) 26 @unlink("/tmp/mysqli_debug_phpt.trace"); 29 mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace" 37 $trace_file = '/tmp/mysqli_debug_phpt.trace'; 52 string(32) "t:O,/tmp/mysqli_debug_phpt.trace"
|
H A D | mysqli_debug.phpt | 26 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))… 37 $trace_file = sprintf('%s/mysqli_debug_phpt.trace', sys_get_temp_dir()); 45 // will mysqli_debug() mind if the trace file gets removed?
|
/PHP-5.6/ext/xsl/tests/ |
H A D | bug49634.phpt | 56 Stack trace: 61 Stack trace: 66 Stack trace: 71 Stack trace: 76 Stack trace: 81 Stack trace: 86 Stack trace: 91 Stack trace: 96 Stack trace: 101 Stack trace:
|
/PHP-5.6/Zend/tests/ |
H A D | exception_007.phpt | 22 Stack trace: 26 Stack trace: 30 Stack trace: 34 Stack trace:
|
H A D | bug70944.phpt | 29 Stack trace: 32 Stack trace: 36 Stack trace:
|
H A D | bug28377.phpt | 7 $trace = debug_backtrace(); 8 custom_callback('dereferenced', $trace);
|
H A D | bug52361.phpt | 27 Stack trace: 32 Stack trace:
|
H A D | exception_008.phpt | 28 Stack trace: 33 Stack trace:
|
H A D | bug64720.phpt | 26 private $trace; 28 $this->trace = debug_backtrace(1);
|
H A D | bug53511.phpt | 24 Stack trace: 29 Stack trace:
|
H A D | gc_030.phpt | 24 Stack trace: 30 Stack trace:
|
/PHP-5.6/ext/xml/tests/ |
H A D | bug72085.phpt | 16 Stack trace: 22 Stack trace: 28 Stack trace: 34 Stack trace: 40 Stack trace: 46 Stack trace: 52 Stack trace: 58 Stack trace: 64 Stack trace: 70 Stack trace:
|
/PHP-5.6/tests/lang/ |
H A D | 038.phpt | 30 $trace = $e->getTrace(); 31 var_dump($trace[0]['function']); 32 var_dump($trace[1]['function']);
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_wrapper.c | 72 static inline void trace(char *fmt, ...) in trace() function 93 trace(" PHP Object:%p (name:unknown) %s\n", disp->object, methname); \ 134 trace("-- refcount now %d\n", ret); in disp_release() 233 trace("found it\n"); in disp_getdispid() 275 trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg)); in disp_invokeex() 284 trace("arguments processed, prepare to do some work\n"); in disp_invokeex() 298 trace("function called ok\n"); in disp_invokeex() 311 trace("failed to call func\n"); in disp_invokeex() 315 trace("something blew up\n"); in disp_invokeex() 319 trace("Don't know how to handle this invocation %08x\n", wFlags); in disp_invokeex() [all …]
|
/PHP-5.6/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-5.6/ext/pgsql/tests/ |
H A D | 80_bug36625.phpt | 17 $tracefile = dirname(__FILE__) . '/trace.tmp'; 35 $trace = file($tracefile); 36 array_walk($trace, 'search_trace_file');
|
/PHP-5.6/Zend/ |
H A D | zend_exceptions.c | 159 zval *trace; in zend_default_exception_new_ex() local 166 ALLOC_ZVAL(trace); in zend_default_exception_new_ex() 167 Z_UNSET_ISREF_P(trace); in zend_default_exception_new_ex() 619 zval *trace; in ZEND_METHOD() local 697 trace = NULL; in ZEND_METHOD() 710 if (trace && Z_TYPE_P(trace) != IS_STRING) { in ZEND_METHOD() 711 zval_ptr_dtor(&trace); in ZEND_METHOD() 712 trace = NULL; in ZEND_METHOD() 718 (trace && Z_STRLEN_P(trace)) ? Z_STRVAL_P(trace) : "#0 {main}\n", in ZEND_METHOD() 723 (trace && Z_STRLEN_P(trace)) ? Z_STRVAL_P(trace) : "#0 {main}\n", in ZEND_METHOD() [all …]
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | bug69793.phpt | 5 …le";R:1;s:7:"'."\0".'*'."\0".'line";i:1337;s:16:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0… 12 Stack trace:
|
H A D | bug69152.phpt | 5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}'); 13 Stack trace:
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_bt.c | 206 zval *trace; in mysqlnd_get_backtrace() local 213 MAKE_STD_ZVAL(trace); in mysqlnd_get_backtrace() 214 zend_fetch_debug_backtrace(trace, 0, 0, 0 TSRMLS_CC); in mysqlnd_get_backtrace() 216 …zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace… in mysqlnd_get_backtrace() 217 zval_ptr_dtor(&trace); in mysqlnd_get_backtrace()
|
/PHP-5.6/Zend/tests/generators/ |
H A D | throw_rethrow.phpt | 24 Stack trace: 29 Stack trace:
|
/PHP-5.6/Zend/tests/generators/errors/ |
H A D | serialize_unserialize_error.phpt | 31 Stack trace: 41 Stack trace:
|