Lines Matching refs:prefix
2 DOMElement->prefix with empty string creates bogus prefix
13 echo "--- Changing the prefix to an empty string ---\n";
15 $container->prefix = "";
18 echo "--- Changing the prefix to an empty C-style string ---\n";
20 $container->prefix = "\0foobar";
23 echo "--- Changing the prefix to \"hello\" ---\n";
25 $container->prefix = "hello";
28 echo "--- Changing the prefix to that of a conflicting namespace (\"conflict\") ---\n";
31 $container->prefix = "conflict";
39 --- Changing the prefix to an empty string ---
42 --- Changing the prefix to an empty C-style string ---
45 --- Changing the prefix to "hello" ---
48 --- Changing the prefix to that of a conflicting namespace ("conflict") ---