Searched refs:odbc_execute (Results 1 – 7 of 7) sorted by relevance
10 var_dump(odbc_execute($stmt));13 var_dump(odbc_execute($stmt));
2 Bug #80152 (odbc_execute() moves internal pointer of $params)14 odbc_execute($stmt, $params);
12 odbc_execute($stmt, [1.0, 2.0, 3.0]);
63 if(!odbc_execute($result, array($k['name'], $k['id']))) {77 if(!odbc_execute($result, array($k['id']))) {
253 ZEND_FUNCTION(odbc_execute);317 ZEND_FE(odbc_execute, arginfo_odbc_execute)
20 function odbc_execute($statement, array $params = []): bool {} function
983 PHP_FUNCTION(odbc_execute) in PHP_FUNCTION() argument
Completed in 21 milliseconds