diff --git a/reference/filesystem/functions/is-dir.xml b/reference/filesystem/functions/is-dir.xml index 73dad1c5a1..6b7a3cdd6f 100644 --- a/reference/filesystem/functions/is-dir.xml +++ b/reference/filesystem/functions/is-dir.xml @@ -1,5 +1,5 @@ - + @@ -31,9 +31,7 @@ var_dump(is_dir('..')); //one dir up ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -36,9 +36,7 @@ echo bindec('111'); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -28,9 +28,7 @@ echo decbin(26); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -28,9 +28,7 @@ echo dechex(47); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -28,9 +28,7 @@ echo decoct(264); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -33,9 +33,7 @@ echo exp(5.7); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -44,9 +44,7 @@ echo mt_rand(5, 15); ?> ]]> - - The above example will output something similar to: - + &example.outputs.similar; - + @@ -31,9 +31,7 @@ echo octdec(decoct(45)); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -34,9 +34,7 @@ echo rand(5, 15); ?> ]]> - - The above example will output something similar to: - + &example.outputs.similar; - + mb_list_encodings @@ -29,9 +29,7 @@ print_r(mb_list_encodings()); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -67,9 +67,7 @@ ?> ]]> - - The above example will print out: - + &example.outputs; - + @@ -38,9 +38,7 @@ ?> ]]> - - The above example will produce: - + &example.outputs; - + @@ -33,9 +33,7 @@ var_dump(mcrypt_module_self_test(MCRYPT_BOGUS_CYPHER)); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -33,9 +33,7 @@ echo mhash_get_hash_name($hash); ?> ]]> - - The above example will print out: - + &example.outputs; - + mime_content_type @@ -28,9 +28,7 @@ echo mime_content_type('test.php'); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -58,9 +58,7 @@ echo $str. "\n"; ?> ]]> - - The above example will show: - + &example.outputs; - + ob_get_flush @@ -41,9 +41,7 @@ print_r(ob_list_handlers()); ?> ]]> - - The above example will output: - + &example.outputs; - + ob_list_handlers @@ -36,9 +36,7 @@ ob_end_flush(); ?> ]]> - - The above example will output: - + &example.outputs; - + output_add_rewrite_var @@ -42,9 +42,7 @@ print_r(ob_list_handlers()); ?> ]]> - - The above example will output: - + &example.outputs; link diff --git a/reference/outcontrol/functions/output-reset-rewrite-vars.xml b/reference/outcontrol/functions/output-reset-rewrite-vars.xml index a264a57471..a5e74b2e50 100755 --- a/reference/outcontrol/functions/output-reset-rewrite-vars.xml +++ b/reference/outcontrol/functions/output-reset-rewrite-vars.xml @@ -1,5 +1,5 @@ - + output_reset_rewrite_vars @@ -34,9 +34,7 @@ echo 'link'; ?> ]]> - - The above example will output: - + &example.outputs; link diff --git a/reference/spl/functions/ArrayIterator-current.xml b/reference/spl/functions/ArrayIterator-current.xml index eb713ef4de..5070521234 100755 --- a/reference/spl/functions/ArrayIterator-current.xml +++ b/reference/spl/functions/ArrayIterator-current.xml @@ -1,5 +1,5 @@ - + ArrayIterator::current @@ -38,9 +38,7 @@ for($iterator = $arrayobject->getIterator(); ?> ]]> - - The above example will output: - + &example.outputs; one diff --git a/reference/spl/functions/ArrayIterator-next.xml b/reference/spl/functions/ArrayIterator-next.xml index 62e9d4b5cb..382c759226 100755 --- a/reference/spl/functions/ArrayIterator-next.xml +++ b/reference/spl/functions/ArrayIterator-next.xml @@ -1,5 +1,5 @@ - + ArrayIterator::next @@ -37,9 +37,7 @@ while($iterator->valid()) { ?> ]]> - - The above example will output: - + &example.outputs; zero diff --git a/reference/spl/functions/ArrayObject-construct.xml b/reference/spl/functions/ArrayObject-construct.xml index a210c464ff..45005f4fa0 100755 --- a/reference/spl/functions/ArrayObject-construct.xml +++ b/reference/spl/functions/ArrayObject-construct.xml @@ -1,5 +1,5 @@ - + ArrayObject::__construct @@ -33,9 +33,7 @@ var_dump($arrayobject); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -140,9 +140,7 @@ if (CRYPT_BLOWFISH == 1) { ?> ]]> - - The above example will output something similar to: - + &example.outputs.similar; - + @@ -87,9 +87,7 @@ print_r(explode('|', $str, -1)); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -64,9 +64,7 @@ echo strip_tags($text, '

'); ?> ]]> - - The above example will output: - + &example.outputs; - + @@ -34,9 +34,7 @@ ?> ]]> - - The above example would produce the following output: - + &example.outputs; - + tidy_error_count @@ -34,9 +34,7 @@ echo $tidy->ErrorBuffer; ?> ]]> - - The above example will output: - + &example.outputs; - + tidy_parse_string @@ -60,9 +60,7 @@ echo $tidy; ?> ]]> - - The above example will output: - + &example.outputs; - + tidy_repair_string @@ -46,9 +46,7 @@ echo $tidy; ?> ]]> - - The above example will output: - + &example.outputs; diff --git a/reference/url/functions/get-headers.xml b/reference/url/functions/get-headers.xml index c7f7b83905..7b12bf71f6 100644 --- a/reference/url/functions/get-headers.xml +++ b/reference/url/functions/get-headers.xml @@ -1,5 +1,5 @@ - + get_headers @@ -37,9 +37,7 @@ print_r(get_headers($url, 1)); ?> ]]> - - The above example will output something like: - + &example.outputs.similar; - + @@ -70,7 +70,7 @@ echo $foo; ]]> - The above example would output: + &example.outputs; - The above example would output: + &example.outputs; - The above example would output: + &example.outputs;