Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 79) sorted by relevance

1234

/PHP-7.4/ext/spl/tests/
H A Dobserver_001.phpt15 function update(SplSubject $subject)
60 $observer->update($this);
103 $ob1->ObserverImpl::update($sub);
104 $ob2->ObserverImpl::update($sub);
105 $ob3->ObserverImpl::update($sub);
108 $ob1->ObserverImpl::update($sub);
109 $ob2->ObserverImpl::update($sub);
115 $ob3->ObserverImpl::update($sub);
H A Dbug42654.phpt16 echo "update $key\n";
25 update 1
64 update 2
89 update 3
104 update 4
H A Dobserver_002.phpt48 function update(SplSubject $subject)
92 $observer->update($this);
155 $ob1->ObserverImpl::update($sub);
160 $ob2->ObserverImpl::update($sub);
165 $ob3->ObserverImpl::update($sub);
175 $ob1->ObserverImpl::update($sub);
180 $ob2->ObserverImpl::update($sub);
196 $ob3->ObserverImpl::update($sub);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl18 <xs:element name="update">
26update" /></wsdl:message><wsdl:message name="getPriceMessage"><wsdl:part name="part1" element="ns:…
H A Dbug40609.phpt13 $c->update(array('symbol' => new SoapVar("<symbol>MSFT</symbol>", XSD_ANYXML),
20 …://quickstart.samples/xsd"><SOAP-ENV:Body><ns1:update><symbol>MSFT</symbol><price>1000</price></ns…
/PHP-7.4/Zend/tests/
H A Dns_054.phpt8 function update(\SplSubject $x) {
25 $foo->update($bar);
H A Dns_056.phpt9 function update(\SplSubject $x) {
26 $foo->update($bar);
H A Dremove_predecessor_of_pi_node.phpt2 Regression test for incorrect update of pi node users when removing a predecessor block
H A Dbug66660.phpt2 Bug #66660 (Composer.phar install/update fails)
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_61207.phpt20 update test set id = 2 where id = ?;');
35 update test set id = 1 where id = ?;');
50 $handle3 = $db->prepare('update test set id = 2 where id = ?;
67 update test set id = 2 where id = ?;
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_try.phpt19 " update #php_pdo set id = 'f';" .
45 // check results from the update
49 // check that the update statement throws an error
H A Dbatch_stmt_ins_up.phpt17 "update #php_pdo set id = 1;" .
30 // check results from the update
H A Dbatch_stmt_ins_sel_up_del.phpt18 "update #php_pdo set id = 4;" .
36 // check results from the update
H A Dbatch_stmt_transaction.phpt19 "update #php_pdo set id = 4;" .
42 // check results from the update
H A Dbatch_stmt_rowcount.phpt19 "update #php_pdo set id = 4; " .
39 // check results from the update
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_variation5.phpt20 * Description : Sets user-level session storage functions with validate_id() and update()
37 …("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid", "update"));
46 …("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid", "update"));
H A Dsession_set_save_handler_variation6.phpt28 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update");
43 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update");
51 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update");
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt27 echo "Checking update statement\n";
47 Checking update statement
/PHP-7.4/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-7.4/ext/oci8/tests/
H A Dbind_rowid.phpt32 $s = oci_parse($c, 'select rowid, address from rid_tab where id = :l_bv for update');
44 $s = oci_parse($c,'update rid_tab set address = :a_bv where rowid = :r_bv');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
H A Dbug81346.phpt2 Bug #81346 (Non-seekable streams don't update position after write)
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation6.phpt11 // checking for atime update whether it is enabled or disabled
15 die('skip.. atime update is disabled, hence skip the test');
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcommon.phpt8 # Also update config.inc if you make changes here...
/PHP-7.4/Zend/tests/generators/
H A Dbug74954.phpt2 Bug #74954 (crash after update of generator yielding from finished generator)

Completed in 23 milliseconds

1234