Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/ext/pgsql/tests/
H A D15pg_delete.phpt14 $ids = array('num'=>'1234');
15 echo pg_delete($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
16 echo pg_delete($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
17 if (!pg_delete($db, $table_name, $ids)) {
H A D14pg_update.phpt16 $ids = array('num'=>'1234');
18 pg_update($db, $table_name, $fields, $ids) or print "Error in test 1\n";
19 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n";
20 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
H A D13pg_select_9.phpt18 $ids = array('num'=>'1234');
20 $res = pg_select($db, $table_name, $ids) or print "Error\n";
22 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
23 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
H A D14pg_update_9.phpt18 $ids = array('num'=>'1234');
20 pg_update($db, $table_name, $fields, $ids) or print "Error in test 1\n";
21 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n";
22 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
H A D13pg_select.phpt16 $ids = array('num'=>'1234');
18 $res = pg_select($db, $table_name, $ids) or print "Error\n";
20 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
H A D80_bug39971.phpt22 $ids = array('id' => 1);
23 pg_update($dbh, 'php_test', $values, $ids);
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h215 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen…
216 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z…
217 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
H A Dpgsql.c567 ZEND_ARG_INFO(0, ids)
574 ZEND_ARG_INFO(0, ids)
581 ZEND_ARG_INFO(0, ids)
6934 zval *pgsql_link, *values, *ids; local
6943 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) {
6958 if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) {
7026 zval *pgsql_link, *ids; local
7035 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
7050 if (php_pgsql_delete(pg_link, table, ids, option, &sql) == FAILURE) {
7166 zval *pgsql_link, *ids; local
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt26 /* it is undefined which pooled connection we get - thread ids may differ */
45 /* it is undefined which pooled connection we get - thread ids may differ */
H A Dmysqli_pconn_kill.phpt23 // get the thread ids of the two connections...
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_newconnect.phpt14 // Verify they are different by comparing the resource ids
/PHP-7.4/
H A Dphp.ini-development1434 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
H A Dphp.ini-production1434 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5403 # Magic ids for biomedical signal file formats
28214 # other ids
H A Dmagic5403 # Magic ids for biomedical signal file formats
28214 # other ids

Completed in 157 milliseconds