<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>オブジェクト指向PHP &#187; エラーメッセージ</title>
	<atom:link href="http://www.objectphp.jp/category/php/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectphp.jp</link>
	<description>オブジェクト指向、エラーメッセージ、php.ini カスタマイズ</description>
	<lastBuildDate>Mon, 26 Apr 2010 06:41:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Unexpected</title>
		<link>http://www.objectphp.jp/php/error/unexpected/</link>
		<comments>http://www.objectphp.jp/php/error/unexpected/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 10:37:43 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[エラーメッセージ]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=67</guid>
		<description><![CDATA[想定外の変数/定数/オブジェクト等。unexpected T_STRING、unexpected T_VARIABLE 等と表示される。]]></description>
		<wfw:commentRss>http://www.objectphp.jp/php/error/unexpected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deprecated</title>
		<link>http://www.objectphp.jp/php/error/deprecated/</link>
		<comments>http://www.objectphp.jp/php/error/deprecated/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 01:07:07 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[エラーメッセージ]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=66</guid>
		<description><![CDATA[将来動作しなくなる(廃止予定)の関数等を使用している場合に表示される警告メッセージ。]]></description>
		<wfw:commentRss>http://www.objectphp.jp/php/error/deprecated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>画面が真っ白</title>
		<link>http://www.objectphp.jp/php/error/white/</link>
		<comments>http://www.objectphp.jp/php/error/white/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:46:23 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[エラーメッセージ]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=65</guid>
		<description><![CDATA[ブラウザ画面が真っ白になることがあります。何らかのエラーが発生していることが多いです。エラーログファイルを閲覧すると、具体的なエラー内容が分かるはずです。]]></description>
		<wfw:commentRss>http://www.objectphp.jp/php/error/white/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot instantiate abstract class</title>
		<link>http://www.objectphp.jp/php/error/cannot-instantiate-abstract-class/</link>
		<comments>http://www.objectphp.jp/php/error/cannot-instantiate-abstract-class/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:33:51 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[エラーメッセージ]]></category>
		<category><![CDATA[php abstract]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=60</guid>
		<description><![CDATA[オブジェクト指向プログラミングでは、抽象クラスを作成することができる。抽象クラスは、クラスの雛形のようなもので、クラスで定義されるべきメソッド等を規定するものです。
抽象クラスは直接インスタンス化することはできません。抽 [...]]]></description>
		<wfw:commentRss>http://www.objectphp.jp/php/error/cannot-instantiate-abstract-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>401 Authorization Required</title>
		<link>http://www.objectphp.jp/php/error/authorization_required/</link>
		<comments>http://www.objectphp.jp/php/error/authorization_required/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 20:43:41 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[エラーメッセージ]]></category>
		<category><![CDATA[authorization required]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=59</guid>
		<description><![CDATA[認証が必要なページを閲覧し、認証に失敗したとき、サーバーは401エラーレスポンスを返します。
原因としては、まずユーザー名あるいはパスワードが正しくない、というのが考えられます。入力ミスや大文字小文字の間違い等を確かめて [...]]]></description>
		<wfw:commentRss>http://www.objectphp.jp/php/error/authorization_required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
