Searched refs:binds (Results 1 – 19 of 19) sorted by relevance
/PHP-5.6/ext/sockets/tests/ |
H A D | socket_create_listen-win32.phpt | 2 Test if socket binds on 31338
|
H A D | socket_create_listen.phpt | 2 Test if socket binds on 31338
|
/PHP-5.6/ext/oci8/ |
H A D | oci8_statement.c | 161 statement2->binds = NULL; in php_oci_get_implicit_resultset() 532 if (statement->binds) { in php_oci_statement_execute() 549 if (statement->binds) { in php_oci_statement_execute() 883 if (statement->binds) { in php_oci_statement_free() 884 zend_hash_destroy(statement->binds); in php_oci_statement_free() 885 efree(statement->binds); in php_oci_statement_free() 1219 if (!statement->binds) { in php_oci_bind_by_name() 1220 ALLOC_HASHTABLE(statement->binds); in php_oci_bind_by_name() 1221 zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0); in php_oci_bind_by_name() 1585 if (!statement->binds) { in php_oci_bind_array_by_name() [all …]
|
H A D | php_oci8_int.h | 226 HashTable *binds; /* binds hash */ member
|
/PHP-5.6/ext/oci8/tests/ |
H A D | bind_sqltafc.phpt | 30 echo "Test 0 - base table creation without binds\n"; 93 Test 0 - base table creation without binds
|
H A D | bug27303_4_11gR1.phpt | 2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
|
H A D | bug27303_1.phpt | 2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
|
H A D | bug27303_1_11gR1.phpt | 2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
|
H A D | bug27303_2.phpt | 2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
|
H A D | bug27303_2_11gR1.phpt | 2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
|
H A D | bug27303_3.phpt | 2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
|
H A D | bug27303_4.phpt | 2 Bug #27303 (OCIBindByName binds numeric PHP values as characters)
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | 058.phpt | 2 multiple binds
|
/PHP-5.6/ext/pdo_oci/tests/ |
H A D | pecl_bug_6364.phpt | 2 PECL PDO_OCI Bug #6364 (segmentation fault on stored procedure call with OUT binds)
|
/PHP-5.6/ext/mssql/ |
H A D | php_mssql.c | 347 if (statement->binds) { in _free_mssql_statement() 348 zend_hash_destroy(statement->binds); in _free_mssql_statement() 349 efree(statement->binds); in _free_mssql_statement() 1152 if (statement->binds != NULL) { /* Maybe a non-parameter sp */ 1153 if (zend_hash_find(statement->binds, parameter, strlen(parameter), (void**)&bind)==SUCCESS) { 1195 if (statement->binds != NULL) { /* Maybe a non-parameter sp */ 1196 if (zend_hash_find(statement->binds, "RETVAL", 6, (void**)&bind)==SUCCESS) { 2086 if (! statement->binds) { 2087 ALLOC_HASHTABLE(statement->binds); 2088 zend_hash_init(statement->binds, 13, NULL, _mssql_bind_hash_dtor, 0); [all …]
|
H A D | php_mssql.h | 146 HashTable *binds; member
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindvalue.phpt | 121 …Binding a variable to two placeholders and changing the variable value in between the binds...\n"); 261 …Binding a variable to two placeholders and changing the variable value in between the binds...\n"); 317 Binding a variable to two placeholders and changing the variable value in between the binds... 333 Binding a variable to two placeholders and changing the variable value in between the binds...
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_sql_parser.re | 400 /* allocate buffer for query with expanded binds, ptr is our writing pointer */
|
/PHP-5.6/ |
H A D | NEWS | 764 . Fixed bug #71820 (pg_fetch_object binds parameters before call
|
Completed in 114 milliseconds