{"id":30,"date":"2005-11-11T04:00:00","date_gmt":"2005-11-11T04:00:00","guid":{"rendered":"http:\/\/thenoyes.com\/littlenoise\/?p=30"},"modified":"2006-06-16T21:07:38","modified_gmt":"2006-06-16T21:07:38","slug":"concatenate","status":"publish","type":"post","link":"https:\/\/thenoyes.com\/littlenoise\/?p=30","title":{"rendered":"Concatenate"},"content":{"rendered":"<p>What, if anything, is the minimum change (fewest inserted\/deleted\/modified characters) required to make the output <code>The result is bar<\/code>:<\/p>\n<p><code><br \/>\n&lt;?php<br \/>\nclass A {<br \/>\n&nbsp;&nbsp;private $foo = \"bar\";<br \/>\n&nbsp;&nbsp;public function __toString() {<br \/>\n&nbsp;&nbsp;&nbsp;&nbsp;return $this-&gt;foo;<br \/>\n&nbsp;&nbsp;}<br \/>\n}<\/p>\n<p>$myObject = new A();<br \/>\necho \"The result is \" . $myObject;<br \/>\n?&gt;<br \/>\n<\/code><\/p>\n<p><spoiler 'Show Answer' 'Hide Answer'>Answer:<br \/>\n<code>echo \"The result is \" , $myObject;<\/code><\/spoiler><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What, if anything, is the minimum change (fewest inserted\/deleted\/modified characters) required to make the output The result is bar: &lt;?php class A { &nbsp;&nbsp;private $foo = &#8220;bar&#8221;; &nbsp;&nbsp;public function __toString() { &nbsp;&nbsp;&nbsp;&nbsp;return $this-&gt;foo; &nbsp;&nbsp;} } $myObject = new A(); echo &#8220;The result is &#8221; . $myObject; ?&gt; Answer: echo &#8220;The result is &#8221; , $myObject;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[7],"tags":[],"class_list":["post-30","post","type-post","status-publish","format-standard","hentry","category-gotchas-2"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p2IBF1-u","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/posts\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=30"}],"version-history":[{"count":0,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/posts\/30\/revisions"}],"wp:attachment":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=30"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}