$23 GRAYBYTE WORDPRESS FILE MANAGER $56

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/php53/usr/share/pear/test/XML_Util/tests/

HOME
Current File : /opt/alt/php53/usr/share/pear/test/XML_Util/tests//testBasic_createStartElement.phpt
--TEST--
XML_Util::createStartElement() basic tests
--CREDITS--
Chuck Burgess <ashnazg@php.net>
# created for v1.2.0a1 2008-05-04
--FILE--
<?php
require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
echo '=====XML_Util::createStartElement() basic tests=====' . PHP_EOL . PHP_EOL;

echo "TEST:  tag only" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag"
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with attributes" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag", 
    array("foo" => "bar")
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag only, passing '' as attribute arg" . PHP_EOL;
echo XML_Util::createStartElement(
    'myNs:myTag',
    ''
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with attributes and namespace" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag", 
    array("foo" => "bar"),
    "http://www.w3c.org/myNs#"
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with empty attributes, whose namespaceUri is not a full namespace" . PHP_EOL;
echo XML_Util::createStartElement(
    'myTag',
    '',
    'foo'
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with attributes, namespace, and multiline = true" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag", 
    array("foo" => "bar"),
    "http://www.w3c.org/myNs#",
    true
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with attributes, namespace, multiline = true, and indent = (2 spaces only)" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag", 
    array("foo" => "bar"),
    "http://www.w3c.org/myNs#",
    true,
    '  '
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with attributes, namespace, multiline = true, indent = (2 spaces only), and linebreak = '^'" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag", 
    array("foo" => "bar"),
    "http://www.w3c.org/myNs#",
    true,
    '  ',
    '^'
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with attributes, namespace, multiline = true, indent = (2 spaces only), linebreak = '^', and sortAttributes = true" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag", 
    array("foo" => "bar", "boo" => "baz"),
    "http://www.w3c.org/myNs#",
    true,
    '  ',
    '^',
    true
) . PHP_EOL . PHP_EOL;

echo "TEST:  tag with attributes, namespace, multiline = true, indent = (2 spaces only), linebreak = '^', and sortAttributes = false" . PHP_EOL;
echo XML_Util::createStartElement(
    "myNs:myTag", 
    array("foo" => "bar", "boo" => "baz"),
    "http://www.w3c.org/myNs#",
    true,
    '  ',
    '^',
    false
) . PHP_EOL . PHP_EOL;
?>
--EXPECT--
=====XML_Util::createStartElement() basic tests=====

TEST:  tag only
<myNs:myTag>

TEST:  tag with attributes
<myNs:myTag foo="bar">

TEST:  tag only, passing '' as attribute arg
<myNs:myTag>

TEST:  tag with attributes and namespace
<myNs:myTag foo="bar" xmlns:myNs="http://www.w3c.org/myNs#">

TEST:  tag with empty attributes, whose namespaceUri is not a full namespace
<myTag xmlns="foo">

TEST:  tag with attributes, namespace, and multiline = true
<myNs:myTag foo="bar"
            xmlns:myNs="http://www.w3c.org/myNs#">

TEST:  tag with attributes, namespace, multiline = true, and indent = (2 spaces only)
<myNs:myTag foo="bar"
  xmlns:myNs="http://www.w3c.org/myNs#">

TEST:  tag with attributes, namespace, multiline = true, indent = (2 spaces only), and linebreak = '^'
<myNs:myTag foo="bar"^  xmlns:myNs="http://www.w3c.org/myNs#">

TEST:  tag with attributes, namespace, multiline = true, indent = (2 spaces only), linebreak = '^', and sortAttributes = true
<myNs:myTag boo="baz"^  foo="bar"^  xmlns:myNs="http://www.w3c.org/myNs#">

TEST:  tag with attributes, namespace, multiline = true, indent = (2 spaces only), linebreak = '^', and sortAttributes = false
<myNs:myTag foo="bar"^  boo="baz"^  xmlns:myNs="http://www.w3c.org/myNs#">

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
31 Aug 2024 7.05 AM
root / root
0755
testBasic_apiVersion.phpt
0.438 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_attributesToString.phpt
3.546 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_collapseEmptyTags.phpt
1.753 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_createCDataSection.phpt
0.482 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_createComment.phpt
0.46 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_createEndElement.phpt
0.68 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_createStartElement.phpt
3.685 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_createTag.phpt
5.777 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_createTagFromArray.phpt
9.091 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_getDocTypeDeclaration.phpt
1.48 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_getXmlDeclaration.phpt
1.14 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_isValidName.phpt
1.377 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_raiseError.phpt
0.49 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_replaceEntities.phpt
3.172 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_reverseEntities.phpt
3.157 KB
12 Dec 2019 10.06 PM
root / root
0644
testBasic_splitQualifiedName.phpt
0.96 KB
12 Dec 2019 10.06 PM
root / root
0644
testBug_18343.phpt
3.144 KB
12 Dec 2019 10.06 PM
root / root
0644
testBug_4950.phpt
0.659 KB
12 Dec 2019 10.06 PM
root / root
0644
testBug_5392.phpt
1.071 KB
12 Dec 2019 10.06 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF