/PHP-7.1/ext/spl/tests/ |
H A D | observer_001.phpt | 15 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 D | bug42654.phpt | 16 echo "update $key\n"; 25 update 1 64 update 2 89 update 3 104 update 4
|
H A D | observer_002.phpt | 48 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.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-7.1/Zend/tests/ |
H A D | ns_054.phpt | 10 function update(\SplSubject $x) { 27 $foo->update($bar);
|
H A D | ns_056.phpt | 11 function update(\SplSubject $x) { 28 $foo->update($bar);
|
H A D | bug66660.phpt | 2 Bug #66660 (Composer.phar install/update fails)
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | bug_61207.phpt | 20 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.1/ext/session/tests/ |
H A D | session_set_save_handler_variation5.phpt | 20 * 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 D | session_set_save_handler_variation6.phpt | 28 …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.1/ext/sqlite3/tests/ |
H A D | sqlite3_35_stmt_readonly.phpt | 27 echo "Checking update statement\n"; 47 Checking update statement
|
/PHP-7.1/ext/pcre/tests/ |
H A D | bug41050.phpt | 7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
|
/PHP-7.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');
|
H A D | bug37220.phpt | 22 // Now let's update the row where myId = 1234 and change the tag
|
/PHP-7.1/ext/standard/tests/streams/ |
H A D | bug48309.phpt | 2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | lstat_stat_variation6.phpt | 10 // checking for atime update whether it is enabled or disabled 14 die('skip.. atime update is disabled, hence skip the test');
|
/PHP-7.1/ext/pdo_pgsql/tests/ |
H A D | common.phpt | 8 # Also update config.inc if you make changes here...
|
/PHP-7.1/appveyor/ |
H A D | build_task.bat | 26 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% 32 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
|
/PHP-7.1/Zend/tests/generators/ |
H A D | bug74954.phpt | 2 Bug #74954 (crash after update of generator yielding from finished generator)
|
/PHP-7.1/ext/zlib/tests/ |
H A D | bug75273.phpt | 2 Bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed)
|
/PHP-7.1/ |
H A D | README.RELEASE_PROCESS | 136 Note: Remember to update the MD5 checksum information. 160 Don't forget to update NEWS manually in an extra commit then. 185 then update the git submodule reference in web/php.git: 187 git submodule update; 217 c. ``$PHP_X_MD5`` array and update all the md5 sums 219 d. ``$PHP_X_SHA256`` array and update all the SHA256 sums 268 Try several mirrors, mirrors may update slowly (may take an hour) 294 d. ``$PHP_X_MD5`` array and update all the md5 sums 296 e. ``$PHP_X_SHA256`` array and update all the SHA256 sums
|
/PHP-7.1/ext/standard/tests/filters/ |
H A D | bug22538.phpt | 2 Bug #22538 (filtered stream doesn't update file pointer)
|
/PHP-7.1/ext/reflection/tests/ |
H A D | ReflectionType_001.phpt | 39 new ReflectionMethod('SplObserver', 'update'), 59 new ReflectionMethod('SplObserver', 'update'),
|
/PHP-7.1/sapi/cli/tests/ |
H A D | bug61977.phpt | 13 * If a Mime Type is added in php_cli_server.c, add it to this array and update
|