Searched refs:ids (Results 1 – 15 of 15) sorted by relevance
/PHP-7.4/ext/pgsql/tests/ |
H A D | 15pg_delete.phpt | 14 $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 D | 14pg_update.phpt | 16 $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 D | 13pg_select_9.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"; 23 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
|
H A D | 14pg_update_9.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 | 13pg_select.phpt | 16 $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 D | 80_bug39971.phpt | 22 $ids = array('id' => 1); 23 pg_update($dbh, 'php_test', $values, $ids);
|
/PHP-7.4/ext/pgsql/ |
H A D | php_pgsql.h | 215 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 D | pgsql.c | 567 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 D | mysqli_pconn_twice.phpt | 26 /* 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 D | mysqli_pconn_kill.phpt | 23 // get the thread ids of the two connections...
|
/PHP-7.4/ext/oci8/tests/ |
H A D | drcp_newconnect.phpt | 14 // Verify they are different by comparing the resource ids
|
/PHP-7.4/ |
H A D | php.ini-development | 1434 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
|
H A D | php.ini-production | 1434 ; Check HTTP Referer to invalidate externally stored URLs containing ids.
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 5403 # Magic ids for biomedical signal file formats 28214 # other ids
|
H A D | magic | 5403 # Magic ids for biomedical signal file formats 28214 # other ids
|
Completed in 162 milliseconds