Home
last modified time | relevance | path

Searched refs:odbc_execute (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/odbc/tests/
H A Dbug46050.phpt10 var_dump(odbc_execute($stmt));
13 var_dump(odbc_execute($stmt));
H A Dbug80152.phpt2 Bug #80152 (odbc_execute() moves internal pointer of $params)
14 odbc_execute($stmt, $params);
H A Dbug80592.phpt12 odbc_execute($stmt, [1.0, 2.0, 3.0]);
H A Dbug47803.phpt63 if(!odbc_execute($result, array($k['name'], $k['id']))) {
77 if(!odbc_execute($result, array($k['id']))) {
/PHP-8.0/ext/odbc/
H A Dodbc_arginfo.h253 ZEND_FUNCTION(odbc_execute);
317 ZEND_FE(odbc_execute, arginfo_odbc_execute)
H A Dodbc.stub.php20 function odbc_execute($statement, array $params = []): bool {} function
H A Dphp_odbc.c983 PHP_FUNCTION(odbc_execute) in PHP_FUNCTION() argument

Completed in 20 milliseconds