/PHP-8.1/ext/spl/tests/ |
H A D | observer_001.phpt | 15 function update(SplSubject $subject): void 60 $observer->update($this); 102 $ob1->ObserverImpl::update($sub); 103 $ob2->ObserverImpl::update($sub); 104 $ob3->ObserverImpl::update($sub); 107 $ob1->ObserverImpl::update($sub); 108 $ob2->ObserverImpl::update($sub); 114 $ob3->ObserverImpl::update($sub);
|
H A D | bug42654.phpt | 16 echo "update $key\n"; 25 update 1 64 update 2 89 update 3 104 update 4
|
H A D | bug42654_2.phpt | 13 echo "update $key".PHP_EOL; 21 update key1 22 update key2
|
H A D | observer_002.phpt | 48 function update(SplSubject $subject): void 92 $observer->update($this); 153 $ob1->ObserverImpl::update($sub); 158 $ob2->ObserverImpl::update($sub); 163 $ob3->ObserverImpl::update($sub); 173 $ob1->ObserverImpl::update($sub); 178 $ob2->ObserverImpl::update($sub); 194 $ob3->ObserverImpl::update($sub);
|
/PHP-8.1/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 18 <xs:element name="update"> 26 …update" /></wsdl:message><wsdl:message name="getPriceMessage"><wsdl:part name="part1" element="ns:…
|
H A D | bug40609.phpt | 13 $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-8.1/Zend/tests/ |
H A D | ns_054.phpt | 8 function update(\SplSubject $x): void { 25 $foo->update($bar);
|
H A D | ns_056.phpt | 9 function update(\SplSubject $x): void { 26 $foo->update($bar);
|
H A D | remove_predecessor_of_pi_node.phpt | 2 Regression test for incorrect update of pi node users when removing a predecessor block
|
H A D | bug66660.phpt | 2 Bug #66660 (Composer.phar install/update fails)
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | bug_61207.phpt | 22 update test set id = 2 where id = ?;'); 37 update test set id = 1 where id = ?;'); 52 $handle3 = $db->prepare('update test set id = 2 where id = ?; 69 update test set id = 2 where id = ?;
|
/PHP-8.1/ext/pdo_dblib/tests/ |
H A D | batch_stmt_try.phpt | 20 " update #php_pdo set id = 'f';" . 46 // check results from the update 50 // check that the update statement throws an error
|
H A D | batch_stmt_ins_up.phpt | 18 "update #php_pdo set id = 1;" . 31 // check results from the update
|
H A D | batch_stmt_ins_sel_up_del.phpt | 19 "update #php_pdo set id = 4;" . 37 // check results from the update
|
H A D | batch_stmt_transaction.phpt | 20 "update #php_pdo set id = 4;" . 43 // check results from the update
|
/PHP-8.1/ext/session/tests/ |
H A D | session_set_save_handler_variation6.phpt | 25 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update"); 40 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update"); 48 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update");
|
H A D | session_set_save_handler_variation5.phpt | 34 …("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid", "update")); 43 …("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid", "update"));
|
/PHP-8.1/ext/sqlite3/tests/ |
H A D | sqlite3_35_stmt_readonly.phpt | 29 echo "Checking update statement\n"; 49 Checking update statement
|
/PHP-8.1/ext/oci8/tests/ |
H A D | bind_rowid.phpt | 32 $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-8.1/ext/pcre/tests/ |
H A D | bug41050.phpt | 7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
|
/PHP-8.1/ext/standard/tests/streams/ |
H A D | bug81346.phpt | 2 Bug #81346 (Non-seekable streams don't update position after write)
|
H A D | bug48309.phpt | 2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
|
/PHP-8.1/ext/date/tests/ |
H A D | gh10583.phpt | 2 Bug GH-10583 (DateTime modify with tz pattern should not update linked timezone)
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | lstat_stat_variation6.phpt | 11 // checking for atime update whether it is enabled or disabled 15 die('skip.. atime update is disabled, hence skip the test');
|
/PHP-8.1/.github/scripts/windows/ |
H A D | build_task.bat | 18 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%… 24 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
|