Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/tests/
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 D15pg_delete.phpt20 $ids = array('num'=>'1234');
21 echo pg_delete($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
22 echo pg_delete($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
23 if (!pg_delete($db, $table_name, $ids)) {
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 D14pg_update_9.phpt25 $ids = array('num'=>'1234');
27 pg_update($db, $table_name, $fields, $ids) or print "Error in test 1\n";
28 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING)."\n";
29 echo pg_update($db, $table_name, $fields, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
H A D80_bug39971.phpt22 $ids = array('id' => 1);
23 pg_update($dbh, $table_name, $values, $ids);
H A D13pg_select_9.phpt24 $ids = array('num'=>'1234');
26 $res = pg_select($db, $table_name, $ids) or print "Error\n";
28 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
29 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
/PHP-8.2/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.c5612 zval *pgsql_link, *values, *ids; in PHP_FUNCTION() local
5620 &pgsql_link, pgsql_link_ce, &table, &values, &ids, &option) == FAILURE in PHP_FUNCTION()
5643 if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) { in PHP_FUNCTION()
5709 zval *pgsql_link, *ids; in PHP_FUNCTION() local
5717 &pgsql_link, pgsql_link_ce, &table, &ids, &option in PHP_FUNCTION()
5740 if (php_pgsql_delete(pg_link, table, ids, option, &sql) == FAILURE) { in PHP_FUNCTION()
5860 zval *ids = NULL; in PHP_FUNCTION() local
5870 &pgsql_link, pgsql_link_ce, &table, &ids, &option, &result_type in PHP_FUNCTION()
5898 if (php_pgsql_select(pg_link, table, ids, return_value, option, result_type, &sql) == FAILURE) { in PHP_FUNCTION()
/PHP-8.2/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.2/
H A Dphp.ini-development1403 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
H A Dphp.ini-production1405 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
/PHP-8.2/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 175 milliseconds