mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Update image paths to be inline with recent image changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229818 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
195a0dd44f
commit
696dd48678
4 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<sect1 id="zend.arguments">
|
||||
<title>Accepting Arguments</title>
|
||||
<para>
|
||||
|
@ -617,7 +617,7 @@ key = emalloc(Z_STRLEN_P(args[0]) + 10);
|
|||
</note>
|
||||
<figure id='fig.cross-convert'>
|
||||
<title>Cross-conversion behavior of PHP.</title>
|
||||
<graphic fileref="figures/zend.04-cross-converter.png"/>
|
||||
<graphic fileref="figures/zendapi.zend.04-cross-converter.png"/>
|
||||
</figure>
|
||||
<para>
|
||||
Using these functions on your arguments will ensure type safety
|
||||
|
@ -945,7 +945,7 @@ if (!PZVAL_IS_REF(parameter)) {
|
|||
ZVAL_LONG(parameter, 10);
|
||||
]]>
|
||||
</programlisting>
|
||||
<graphic fileref="figures/zend.05-reference-test.png"/>
|
||||
<graphic fileref="figures/zendapi.zend.05-reference-test.png"/>
|
||||
</example>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<sect1 id="zend.overview">
|
||||
<title>Overview</title>
|
||||
|
@ -68,7 +68,7 @@
|
|||
capabilities.
|
||||
<figure id='fig.internal-struct'>
|
||||
<title>The internal structure of PHP.</title>
|
||||
<graphic fileref="figures/zend.01-internal-structure.png"/>
|
||||
<graphic fileref="figures/zendapi.zend.01-internal-structure.png"/>
|
||||
</figure>
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<sect1 id="zend.printing">
|
||||
<title>Printing Information</title>
|
||||
<para>
|
||||
|
@ -11,7 +11,7 @@
|
|||
provide more details. Examples of these functions can be found on
|
||||
the CD-ROM.
|
||||
</para>
|
||||
<sect2 id="zend.printing.zend-printf">
|
||||
<sect2 id="zendapi.printing.zend-printf">
|
||||
<title><function>zend_printf</function></title>
|
||||
<para>
|
||||
<function>zend_printf</function> works like the
|
||||
|
@ -92,7 +92,7 @@
|
|||
</table>
|
||||
<figure id='fig.warning-messages'>
|
||||
<title>Display of warning messages in the browser.</title>
|
||||
<graphic fileref="figures/zend.07-warning-messages.png"/>
|
||||
<graphic fileref="figures/zendapi.zend.07-warning-messages.png"/>
|
||||
</figure></para>
|
||||
</sect2>
|
||||
|
||||
|
@ -130,7 +130,7 @@ php_info_print_table_row(2, "Entry in first row", "Another entry");
|
|||
php_info_print_table_row(2, "Just to fill", "another row here");
|
||||
php_info_print_table_end();
|
||||
</programlisting>
|
||||
<graphic fileref="figures/zend.08-phpinfo-output.png"/>
|
||||
<graphic fileref="figures/zendapi.zend.08-phpinfo-output.png"/>
|
||||
</example>
|
||||
</sect2>
|
||||
|
||||
|
@ -167,7 +167,7 @@ zend_printf("The name of the current function is %s<br>", get_active_funct
|
|||
zend_printf("The file currently executed is %s<br>", zend_get_executed_filename(TSRMLS_C));
|
||||
zend_printf("The current line being executed is %i<br>", zend_get_executed_lineno(TSRMLS_C));
|
||||
</programlisting>
|
||||
<graphic fileref="figures/zend.09-execution-info.png"/>
|
||||
<graphic fileref="figures/zendapi.zend.09-execution-info.png"/>
|
||||
</example>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<sect1 id="zend.variables">
|
||||
<title>Creating Variables</title>
|
||||
<para>
|
||||
|
@ -171,7 +171,7 @@ ZEND_FUNCTION(variable_creation)
|
|||
|
||||
}
|
||||
</programlisting>
|
||||
<graphic fileref="figures/zend.06-variable-creation.png"/>
|
||||
<graphic fileref="figures/zendapi.zend.06-variable-creation.png"/>
|
||||
</example>
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue