Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
--TEST--
|
|
|
2 |
XML_Query2XML_ISO9075Mapper::map(): ;
|
|
|
3 |
--SKIPIF--
|
|
|
4 |
<?php require_once dirname(dirname(__FILE__)) . '/skipif.php'; ?>
|
|
|
5 |
--FILE--
|
|
|
6 |
<?php
|
|
|
7 |
require_once 'XML/Query2XML/ISO9075Mapper.php';
|
|
|
8 |
print 'a' . I18N_UnicodeString::unicodeCharToUtf8(hexdec(0x200C)) ===
|
|
|
9 |
XML_Query2XML_ISO9075Mapper::map('a' . I18N_UnicodeString::unicodeCharToUtf8(hexdec(0x200C)));
|
|
|
10 |
?>
|
|
|
11 |
--EXPECT--
|
|
|
12 |
1
|