Searched refs:update (Results 1 – 25 of 77) sorted by relevance
1234
/php-src/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-src/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-src/Zend/tests/namespaces/ |
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);
|
/php-src/ext/pdo_dblib/tests/ |
H A D | batch_stmt_try.phpt | 21 " update #test_batch_stmt_try set id = 'f';" . 47 // check results from the update 51 // check that the update statement throws an error
|
H A D | batch_stmt_ins_up.phpt | 19 "update #test_batch_stmt_ins_up set id = 1;" . 32 // check results from the update
|
H A D | batch_stmt_ins_sel_up_del.phpt | 21 "update #test_batch_stmt_ins_sel_up_del set id = 4;" . 39 // check results from the update
|
H A D | batch_stmt_transaction.phpt | 21 "update #test_batch_stmt_transaction set id = 4;" . 44 // check results from the update
|
H A D | batch_stmt_rowcount.phpt | 21 "update #test_batch_stmt_rowcount set id = 4; " . 41 // check results from the update
|
/php-src/ext/sqlite3/tests/ |
H A D | sqlite3_35_stmt_readonly.phpt | 29 echo "Checking update statement\n"; 49 Checking update statement
|
/php-src/.github/actions/apt-x64/ |
H A D | action.yml | 17 apt-get update -y | true 21 sudo apt-get update -y | true
|
/php-src/Zend/tests/ |
H A D | bug66660.phpt | 2 Bug #66660 (Composer.phar install/update fails)
|
H A D | remove_predecessor_of_pi_node.phpt | 2 Regression test for incorrect update of pi node users when removing a predecessor block
|
/php-src/ext/pcre/tests/ |
H A D | bug41050.phpt | 7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_variation6.phpt | 23 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update"); 38 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update"); 46 …handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate_sid", "update");
|
/php-src/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-src/ext/date/tests/ |
H A D | gh10583.phpt | 2 Bug GH-10583 (DateTime modify with tz pattern should not update linked timezone)
|
/php-src/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-src/.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 %…
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | common.phpt | 7 # Also update config.inc if you make changes here...
|
Completed in 15 milliseconds
1234