Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/tests/
H A D15pg_delete.phpt16 $ids = array('num'=>'1234');
17 echo pg_delete($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
18 echo pg_delete($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
19 if (!pg_delete($db, $table_name, $ids)) {
H A D14pg_update.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 D14pg_update_9.phpt20 $ids = array('num'=>'1234');
22 pg_update($db, $table_name, $fields, $ids) or print "Error in test 1\n";
23 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n";
24 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
H A D13pg_select.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";
H A D13pg_select_9.phpt20 $ids = array('num'=>'1234');
22 $res = pg_select($db, $table_name, $ids) or print "Error\n";
24 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
25 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
H A D80_bug39971.phpt24 $ids = array('id' => 1);
25 pg_update($dbh, 'php_test', $values, $ids);
/PHP-8.3/ext/pgsql/
H A Dphp_pgsql.h80 …gsql_update(PGconn *pg_link, const zend_string *table, zval *values, zval *ids, zend_ulong opt , z…
81 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids, ze…
82 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids, zv…
H A Dpgsql.c5597 zval *pgsql_link, *values, *ids; in PHP_FUNCTION() local
5605 &pgsql_link, pgsql_link_ce, &table, &values, &ids, &option) == FAILURE in PHP_FUNCTION()
5628 if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) { in PHP_FUNCTION()
5694 zval *pgsql_link, *ids; in PHP_FUNCTION() local
5702 &pgsql_link, pgsql_link_ce, &table, &ids, &option in PHP_FUNCTION()
5725 if (php_pgsql_delete(pg_link, table, ids, option, &sql) == FAILURE) { in PHP_FUNCTION()
5837 zval *pgsql_link, *ids; in PHP_FUNCTION() local
5847 &pgsql_link, pgsql_link_ce, &table, &ids, &option, &result_type in PHP_FUNCTION()
5875 if (php_pgsql_select(pg_link, table, ids, return_value, option, result_type, &sql) == FAILURE) { in PHP_FUNCTION()
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt26 /* it is undefined which pooled connection we get - thread ids may differ */
42 /* it is undefined which pooled connection we get - thread ids may differ */
H A Dmysqli_pconn_kill.phpt21 // get the thread ids of the two connections...
/PHP-8.3/ext/oci8/tests/
H A Ddrcp_newconnect.phpt18 // Verify they are different by comparing the resource ids
/PHP-8.3/
H A Dphp.ini-production1476 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
H A Dphp.ini-development1474 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic6666 # Magic ids for biomedical signal file formats
22594 # Vendor identification (ID) https://pci-ids.ucw.cz/v2.2/pci.ids
31458 # pci.ids: file(1) magic for PCI specific informations
31461 # Vendor identification (ID) https://pci-ids.ucw.cz/v2.2/pci.ids
38293 # other ids
39628 >4 ulelong&0x00000008 0x00000008 \b, volatile dir ids
H A Dmagic私はガラスを食べられます6666 # Magic ids for biomedical signal file formats
22594 # Vendor identification (ID) https://pci-ids.ucw.cz/v2.2/pci.ids
31458 # pci.ids: file(1) magic for PCI specific informations
31461 # Vendor identification (ID) https://pci-ids.ucw.cz/v2.2/pci.ids
38293 # other ids
39628 >4 ulelong&0x00000008 0x00000008 \b, volatile dir ids

Completed in 200 milliseconds