diff --git a/internals/zendapi/arguments.xml b/internals/zendapi/arguments.xml index def0cd035b..8bd8fecc27 100644 --- a/internals/zendapi/arguments.xml +++ b/internals/zendapi/arguments.xml @@ -1,5 +1,5 @@ - + Accepting Arguments @@ -617,7 +617,7 @@ key = emalloc(Z_STRLEN_P(args[0]) + 10);
Cross-conversion behavior of PHP. - +
Using these functions on your arguments will ensure type safety @@ -945,7 +945,7 @@ if (!PZVAL_IS_REF(parameter)) { ZVAL_LONG(parameter, 10); ]]> - + diff --git a/internals/zendapi/overview.xml b/internals/zendapi/overview.xml index 833137ed7b..bff6269442 100644 --- a/internals/zendapi/overview.xml +++ b/internals/zendapi/overview.xml @@ -1,5 +1,5 @@ - + Overview @@ -68,7 +68,7 @@ capabilities.
The internal structure of PHP. - +
diff --git a/internals/zendapi/printing.xml b/internals/zendapi/printing.xml index b6db2736ce..5ffff6b424 100644 --- a/internals/zendapi/printing.xml +++ b/internals/zendapi/printing.xml @@ -1,5 +1,5 @@ - + Printing Information @@ -11,7 +11,7 @@ provide more details. Examples of these functions can be found on the CD-ROM. - + <function>zend_printf</function> zend_printf works like the @@ -92,7 +92,7 @@
Display of warning messages in the browser. - +
@@ -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(); - +
@@ -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)); - +
diff --git a/internals/zendapi/variables.xml b/internals/zendapi/variables.xml index 50fb6b8c8e..015f7a794c 100644 --- a/internals/zendapi/variables.xml +++ b/internals/zendapi/variables.xml @@ -1,5 +1,5 @@ - + Creating Variables @@ -171,7 +171,7 @@ ZEND_FUNCTION(variable_creation) } - +