Skip to content
Snippets Groups Projects
Select Git revision
  • 0e66aef5fe6047a080c630b087959f42ebdf6eb4
  • debian/main/8.4 default protected
  • debian/main/8.5 protected
  • pristine-tar protected
  • upstream/8.5 protected
  • debian/main/8.3 protected
  • debian/main/8.2 protected
  • debian/main/8.0 protected
  • debian/main/7.4 protected
  • debian/main/7.3 protected
  • debian/main/7.2 protected
  • debian/main/7.1 protected
  • debian/main/7.0 protected
  • debian/main/5.6 protected
  • debian/main/8.1 protected
  • upstream/8.4 protected
  • upstream/8.3 protected
  • debian/bookworm/8.2
  • upstream/8.1 protected
  • upstream/8.2 protected
  • debian/bullseye/7.4
  • debian/8.5.0_rc5-1 protected
  • upstream/8.5.0_rc5 protected
  • debian/8.1.33-2 protected
  • debian/8.5.0_rc4-1 protected
  • upstream/8.5.0_rc4 protected
  • debian/8.5.0_rc3-2 protected
  • debian/8.5.0_rc3-1 protected
  • upstream/8.5.0_rc3 protected
  • debian/8.3.27-1 protected
  • debian/8.4.14-1 protected
  • upstream/8.4.14 protected
  • upstream/8.3.27 protected
  • debian/8.3.26-1 protected
  • upstream/8.3.26 protected
  • debian/8.4.13-1 protected
  • upstream/8.4.13 protected
  • upstream/8.5.0_rc1 protected
  • debian/8.3.25-1 protected
  • upstream/8.3.25 protected
  • debian/8.4.12-1 protected
41 results

xml_set_start_namespace_decl_handler_basic_libxml.phpt

Blame
  • xml_set_start_namespace_decl_handler_basic_libxml.phpt 532 B
    --TEST--
    Test xml_set_start_namespace_decl_handler function: basic
    --EXTENSIONS--
    xml
    --SKIPIF--
    <?php
    require __DIR__ . '/libxml_expat_skipif.inc';
    skipif(want_expat: false);
    ?>
    --FILE--
    <?php
    // Note: namespace end handlers are only supported on expat
    require __DIR__ . '/xml_set_start_namespace_decl_handler_basic.inc';
    ?>
    --EXPECT--
    bool(true)
    bool(true)
    Namespace_Start_Handler called
    ...Prefix: aw1
    ...Uri: http://www.somewhere.com/namespace1
    Namespace_Start_Handler called
    ...Prefix: aw2
    ...Uri: file:/DTD/somewhere.dtd
    Done