<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：php 字符串算术表达式计算</title>
	<atom:link href="http://blog.51yip.com/php/1846.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/php/1846.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：小雨</title>
		<link>http://blog.51yip.com/php/1846.html/comment-page-1#comment-17618</link>
		<dc:creator>小雨</dc:creator>
		<pubDate>Wed, 07 Jun 2017 09:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1846#comment-17618</guid>
		<description>$str = &#039;3*4-10&#039;;
$num = create_function(&#039;&#039;,&#039;return &#039;.$str.&#039;;&#039;);
echo $num();</description>
		<content:encoded><![CDATA[<p>$str = '3*4-10';<br />
$num = create_function('','return '.$str.';');<br />
echo $num();</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小雨</title>
		<link>http://blog.51yip.com/php/1846.html/comment-page-1#comment-17617</link>
		<dc:creator>小雨</dc:creator>
		<pubDate>Wed, 07 Jun 2017 09:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1846#comment-17617</guid>
		<description>$str = &#039;3*4-10&#039;;
$str = &#039;$num = &#039;.$str.&#039;;&#039;;
eval($str);
echo $num;</description>
		<content:encoded><![CDATA[<p>$str = '3*4-10';<br />
$str = '$num = '.$str.';';<br />
eval($str);<br />
echo $num;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小子</title>
		<link>http://blog.51yip.com/php/1846.html/comment-page-1#comment-17577</link>
		<dc:creator>小子</dc:creator>
		<pubDate>Wed, 08 Mar 2017 08:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1846#comment-17577</guid>
		<description>使用 create_function 会比较好一点吧，一般服务器上都会把 eval 函数给禁用掉</description>
		<content:encoded><![CDATA[<p>使用 create_function 会比较好一点吧，一般服务器上都会把 eval 函数给禁用掉</p>
]]></content:encoded>
	</item>
</channel>
</rss>
