mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
13 lines
238 B
XML
13 lines
238 B
XML
<slide title="Returning from php()">
|
|
<example title="Some types return an error:" type="c"><![CDATA[
|
|
case IS_ARRAY:
|
|
case IS_OBJECT:
|
|
case IS_RESOURCE:
|
|
case IS_CONSTANT:
|
|
default:
|
|
error = "1";
|
|
result = NULL;
|
|
}
|
|
]]></example>
|
|
</slide>
|