Searched refs:odbc_execute (Results 1 – 7 of 7) sorted by relevance
12 var_dump(odbc_execute($stmt));15 var_dump(odbc_execute($stmt));
2 Bug #80152 (odbc_execute() moves internal pointer of $params)16 odbc_execute($stmt, $params);
14 odbc_execute($stmt, [1.0, 2.0, 3.0]);
64 if(!odbc_execute($result, array($k['name'], $k['id']))) {78 if(!odbc_execute($result, array($k['id']))) {
254 ZEND_FUNCTION(odbc_execute);312 ZEND_FE(odbc_execute, arginfo_odbc_execute)
340 function odbc_execute(Odbc\Result $statement, array $params = []): bool {} function
1014 PHP_FUNCTION(odbc_execute) in PHP_FUNCTION() argument
Completed in 23 milliseconds