Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

cvs: phpdoc /en/reference/misc constants.xml /en/reference/misc/functions halt-compiler.xml
nlopess		Sun Jun  5 12:53:36 2005 EDT

Added files:
/phpdoc/en/reference/misc/functions	halt-compiler.xml

Modified files:
/phpdoc/en/reference/misc	constants.xml
Log:
add new __halt_compiler() function and the constant associated

http://cvs.php.net/diff.php/phpdoc/....3&t
y=u
Index: phpdoc/en/reference/misc/constants.xml
diff -u phpdoc/en/reference/misc/constants.xml:1.2 phpdoc/en/reference/misc/
constants.xml:1.3
--- phpdoc/en/reference/misc/constants.xml:1.2	Wed May 28 19:03:08 2003
+++ phpdoc/en/reference/misc/constants.xml	Sun Jun  5 12:53:35 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="misc.constants">
&reftitle.constants;
&extension.constants;
@@ -37,6 +37,17 @@
</simpara>
</listitem>
</varlistentry>
+  <varlistentry>
+   <term>
+    <constant>__COMPILER_HALT_OFFSET__</constant>
+    (<type>integer</type> )
+   </term>
+   <listitem>
+    <simpara>
+     Added in PHP 5.1.
+    </simpara>
+   </listitem>
+  </varlistentry>
</variablelist>
</section>


http://cvs.php.net/co.php/phpdoc/en...1
.1&p=1
Index: phpdoc/en/reference/misc/functions/halt-compiler.xml
+++ phpdoc/en/reference/misc/functions/halt-compiler.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.halt-compiler">
<refnamediv>
<refname>__halt_compiler</refname>
<refpurpose>
Halts the compiler execution
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>__halt_compiler</methodname>
<void/>
</methodsynopsis>
<para>
This function halts the execution of the compiler. This can be usefull to
embed data in PHP scripts, like the installation files.
</para>
<note>
<para>
<function>__halt_compiler</function> can only be used from the outermost
scope.
</para>
</note>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title>A <function>__halt_compiler</function> example</title>
<programlisting role="php">
<![CDATA[
<?php

// open this file
$fp = fopen(__FILE__, 'r');

// s file pointer to data
// plus the line-feed (that will depend on the file format/OS)
fs($fp, __COMPILER_HALT_OFFSET__ + strlen(PHP_EOL));

// and output it
var_dump(stream_get_contents($fp));

// the end of the script execution
__halt_compiler();
the instalation data (eg. tar, gz, etc..)
]]>
</programlisting>
</example>
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Report this thread to moderator Post Follow-up to this message
Old Post
Nuno Lopes
06-05-05 08:56 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Documentation archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:47 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.