<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/133/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>drupal 8</title>
    <link>http://tech.saigonist.com/taxonomy/term/133/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Solving Error: Cannot use * as String because &#039;String&#039; is a special class name</title>
    <link>http://tech.saigonist.com/b/drupal/solving-error-cannot-use-string-because-string-special-class-name</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 25, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/drupal-8&quot;&gt;drupal 8&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/php-7&quot;&gt;php 7&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/oop&quot;&gt;oop&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;If you&#039;ve ever seen an error message in your PHP 7 website about &#039;String&#039; being a special class name, e.g. &lt;code&gt;Error: Cannot use Drupal\Component\Utility\String as String because &#039;String&#039; is a special class name in /Users/jesus/drush/commands/core/watchdog.drush.inc, line 4&lt;/code&gt;, the reason is that String is now a reserved class name as of PHP 7. So your code that worked fine on PHP 5.7 and earlier will now be broken. This affects Drupal but could affect any old PHP site with a class called String.&lt;/p&gt;

&lt;p&gt;This is a problem with Drupal 8 which moved to an OOP-everywhere approach, so...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 25 Mar 2016 14:58:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">85 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
