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]);
65 if(!odbc_execute($result, array($k['name'], $k['id']))) {79 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
988 PHP_FUNCTION(odbc_execute) in PHP_FUNCTION() argument
Completed in 18 milliseconds