Home
last modified time | relevance | path

Searched refs:binds (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/Zend/tests/
H A Dbug81076.phpt2 Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
/PHP-8.3/ext/sockets/tests/
H A Dsocket_create_listen.phpt2 Test if socket binds on 31338
H A Dsocket_create_listen-win32.phpt2 Test if socket binds on 31338
/PHP-8.3/ext/oci8/
H A Doci8_statement.c169 statement2->binds = NULL; in php_oci_get_implicit_resultset()
541 if (statement->binds) { in php_oci_statement_execute()
558 if (statement->binds) { in php_oci_statement_execute()
904 if (statement->binds) { in php_oci_statement_free()
905 zend_hash_destroy(statement->binds); in php_oci_statement_free()
906 efree(statement->binds); in php_oci_statement_free()
1265 if (!statement->binds) { in php_oci_bind_by_name()
1266 ALLOC_HASHTABLE(statement->binds); in php_oci_bind_by_name()
1716 if (!statement->binds) { in php_oci_bind_array_by_name()
1717 ALLOC_HASHTABLE(statement->binds); in php_oci_bind_array_by_name()
[all …]
H A Dphp_oci8_int.h237 HashTable *binds; /* binds hash */ member
/PHP-8.3/ext/oci8/tests/
H A Dbind_sqltafc.phpt34 echo "Test 0 - base table creation without binds\n";
95 Test 0 - base table creation without binds
H A Dbug27303_3.phpt2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
H A Dbug27303_2.phpt2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
H A Dbug27303_4.phpt2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
H A Dbug27303_1.phpt2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
/PHP-8.3/ext/mysqli/tests/
H A D058.phpt2 multiple binds
/PHP-8.3/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt2 PECL PDO_OCI Bug #6364 (segmentation fault on stored procedure call with OUT binds)
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt122 …Binding a variable to two placeholders and changing the variable value in between the binds...\n");
262 …Binding a variable to two placeholders and changing the variable value in between the binds...\n");
318 Binding a variable to two placeholders and changing the variable value in between the binds...
334 Binding a variable to two placeholders and changing the variable value in between the binds...

Completed in 20 milliseconds