Searched refs:ids (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | 14pg_update.phpt | 18 $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 D | 15pg_delete.phpt | 20 $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 D | 13pg_select.phpt | 18 $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 D | 14pg_update_9.phpt | 25 $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 D | 80_bug39971.phpt | 22 $ids = array('id' => 1); 23 pg_update($dbh, $table_name, $values, $ids);
|
H A D | 13pg_select_9.phpt | 24 $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-src/ext/pgsql/ |
H A D | php_pgsql.h | 74 …gsql_update(PGconn *pg_link, const zend_string *table, zval *values, zval *ids, zend_ulong opt , z… 75 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids, ze… 76 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids, zv…
|
H A D | pgsql.c | 5856 zval *pgsql_link, *values, *ids; in PHP_FUNCTION() local 5867 Z_PARAM_ARRAY(ids) in PHP_FUNCTION() 5890 if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) { in PHP_FUNCTION() 5956 zval *pgsql_link, *ids; in PHP_FUNCTION() local 5966 Z_PARAM_ARRAY(ids) in PHP_FUNCTION() 5989 if (php_pgsql_delete(pg_link, table, ids, option, &sql) == FAILURE) { in PHP_FUNCTION() 6109 zval *ids = NULL; in PHP_FUNCTION() local 6122 Z_PARAM_ARRAY(ids) in PHP_FUNCTION() 6150 if (php_pgsql_select(pg_link, table, ids, return_value, option, result_type, &sql) == FAILURE) { in PHP_FUNCTION()
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_pconn_twice.phpt | 26 /* 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 D | mysqli_pconn_kill.phpt | 21 // get the thread ids of the two connections...
|
/php-src/ |
H A D | php.ini-development | 1384 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
|
H A D | php.ini-production | 1386 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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
|
H A D | magic | 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 192 milliseconds