Valgrind Report for ext/odbc/tests/odbc_free_result_001.phpt ('odbc_free_result(): Basic test')
Script
1:
<?php 2: 3: include 'config.inc'; 4: 5: $conn = odbc_connect($dsn, $user, $pass); 6: 7: odbc_exec($conn, 'CREATE DATABASE odbcTEST'); 8: 9: odbc_exec($conn, 'CREATE TABLE FOO (TEST INT)'); 10: odbc_exec($conn, 'ALTER TABLE FOO ADD PRIMARY KEY FOO(TEST)'); 11: 12: odbc_exec($conn, 'INSERT INTO FOO VALUES (1)'); 13: odbc_exec($conn, 'INSERT INTO FOO VALUES (2)'); 14: 15: $res = odbc_exec($conn, 'SELECT * FROM FOO'); 16: 17: var_dump(odbc_fetch_row($res)); 18: var_dump(odbc_result($res, 'test')); 19: var_dump(odbc_free_result($res)); 20: var_dump(odbc_free_result($conn)); 21: var_dump(odbc_free_result(NULL)); 22: var_dump(odbc_fetch_row($res)); 23: var_dump(odbc_result($res, 'test')); 24: 25: odbc_exec($conn, 'DROP TABLE FOO'); 26: 27: odbc_exec($conn, 'DROP DATABASE odbcTEST'); 28: 29: ?> 30:
Report
==3235== Conditional jump or move depends on uninitialised value(s)
==3235== at 0x939168: odbc_bindcols (php_odbc.c:964)
==3235== by 0x93C780: zif_odbc_exec (php_odbc.c:1633)
==3235== by 0xE71B9B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==3235== by 0xE7BBAB: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==3235== by 0xE6F7D8: execute_ex (zend_vm_execute.h:356)
==3235== by 0xE7036A: zend_execute (zend_vm_execute.h:381)
==3235== by 0xE0D7B2: zend_execute_scripts (zend.c:1316)
==3235== by 0xD312C7: php_execute_script (main.c:2481)
==3235== by 0xFF21A4: do_cli (php_cli.c:993)
==3235== by 0xFF3951: main (php_cli.c:1377)
==3235==
==3235== Conditional jump or move depends on uninitialised value(s)
==3235== at 0x939242: odbc_bindcols (php_odbc.c:985)
==3235== by 0x93C780: zif_odbc_exec (php_odbc.c:1633)
==3235== by 0xE71B9B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==3235== by 0xE7BBAB: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==3235== by 0xE6F7D8: execute_ex (zend_vm_execute.h:356)
==3235== by 0xE7036A: zend_execute (zend_vm_execute.h:381)
==3235== by 0xE0D7B2: zend_execute_scripts (zend.c:1316)
==3235== by 0xD312C7: php_execute_script (main.c:2481)
==3235== by 0xFF21A4: do_cli (php_cli.c:993)
==3235== by 0xFF3951: main (php_cli.c:1377)
==3235==
==3235== Conditional jump or move depends on uninitialised value(s)
==3235== at 0x93E80F: zif_odbc_result (php_odbc.c:2087)
==3235== by 0xE71B9B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==3235== by 0xE7BBAB: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==3235== by 0xE6F7D8: execute_ex (zend_vm_execute.h:356)
==3235== by 0xE7036A: zend_execute (zend_vm_execute.h:381)
==3235== by 0xE0D7B2: zend_execute_scripts (zend.c:1316)
==3235== by 0xD312C7: php_execute_script (main.c:2481)
==3235== by 0xFF21A4: do_cli (php_cli.c:993)
==3235== by 0xFF3951: main (php_cli.c:1377)
==3235==
==3235== Conditional jump or move depends on uninitialised value(s)
==3235== at 0x93E819: zif_odbc_result (php_odbc.c:2087)
==3235== by 0xE71B9B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==3235== by 0xE7BBAB: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==3235== by 0xE6F7D8: execute_ex (zend_vm_execute.h:356)
==3235== by 0xE7036A: zend_execute (zend_vm_execute.h:381)
==3235== by 0xE0D7B2: zend_execute_scripts (zend.c:1316)
==3235== by 0xD312C7: php_execute_script (main.c:2481)
==3235== by 0xFF21A4: do_cli (php_cli.c:993)
==3235== by 0xFF3951: main (php_cli.c:1377)
==3235==
==3235== Conditional jump or move depends on uninitialised value(s)
==3235== at 0x93E81F: zif_odbc_result (php_odbc.c:2087)
==3235== by 0xE71B9B: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:543)
==3235== by 0xE7BBAB: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2322)
==3235== by 0xE6F7D8: execute_ex (zend_vm_execute.h:356)
==3235== by 0xE7036A: zend_execute (zend_vm_execute.h:381)
==3235== by 0xE0D7B2: zend_execute_scripts (zend.c:1316)
==3235== by 0xD312C7: php_execute_script (main.c:2481)
==3235== by 0xFF21A4: do_cli (php_cli.c:993)
==3235== by 0xFF3951: main (php_cli.c:1377)
==3235==
Generated at Sat, 08 Jun 2013 10:22:27 +0000 (12 days ago)
|