Home
last modified time | relevance | path

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

123

/PHP-5.5/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-5.5/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-5.5/ext/sybase_ct/tests/
H A Dbug26407.phpt24 -- however, print or update statements will work
34 update #'.$table.' set the_big_answer=42
54 -- however, print or update statements will work
70 update #phpt_bug26407 set the_big_answer=42
/PHP-5.5/Zend/tests/
H A Dns_054.phpt10 function update(\SplSubject $x) {
27 $foo->update($bar);
H A Dns_056.phpt11 function update(\SplSubject $x) {
28 $foo->update($bar);
/PHP-5.5/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-5.5/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt27 echo "Checking update statement\n";
47 Checking update statement
/PHP-5.5/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-5.5/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');
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
H A Dbug46994.phpt2 Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)
H A Derror_bind.phpt37 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
H A Dxmltype_01.phpt60 $s = oci_parse($c, 'update xtt
/PHP-5.5/ext/standard/tests/streams/
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation6.phpt10 // checking for atime update whether it is enabled or disabled
14 die('skip.. atime update is disabled, hence skip the test');
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcommon.phpt8 # Also update config.inc if you make changes here...
/PHP-5.5/
H A DREADME.RELEASE_PROCESS133 Note: Remember to update the MD5 checksum information.
157 Don't forget to update NEWS manually in an extra commit then.
182 then update the git submodule reference in web/php.git:
184 git submodule update;
214 c. ``$PHP_X_MD5`` array and update all the md5 sums
216 d. ``$PHP_X_SHA256`` array and update all the SHA256 sums
265 Try several mirrors, mirrors may update slowly (may take an hour)
289 d. ``$PHP_X_MD5`` array and update all the md5 sums
291 e. ``$PHP_X_SHA256`` array and update all the SHA256 sums
H A DREADME.EXTENSIONS11 maintaining a third party extension, here's how to update it:
/PHP-5.5/ext/standard/tests/filters/
H A Dbug22538.phpt2 Bug #22538 (filtered stream doesn't update file pointer)
/PHP-5.5/sapi/cli/tests/
H A Dbug61977.phpt13 * If a Mime Type is added in php_cli_server.c, add it to this array and update
/PHP-5.5/ext/dba/
H A Dphp_dba.h80 int (*update)(dba_info *, char *, int, char *, int, int TSRMLS_DC); member
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY19 2008/01/23: [bug] update enc/koi8.c.
219 2006/10/18: [dist] update documents.
232 2006/10/17: [dist] update LTVERSION to "2:0:0".
446 2006/05/11: [dist] update index.html.
454 2006/04/18: [dist] update index.html.
455 2006/04/05: [dist] update index.html.
456 2006/03/24: [dist] update doc/RE, doc/RE.ja.
484 2006/01/25: [dist] update URL in index.html.
572 2005/07/27: [impl] update onig-config.in.
704 2005/02/01: [dist] update MANIFEST-RUBY.
[all …]

Completed in 53 milliseconds

123