X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Fattribute.php;fp=php5-swig%2Fattribute.php;h=fa5a0dfe08a1bc44f7855b8c58cc0db978bf7d35;hb=933565bfd7b14e26bf9dbc2afc7271e28ec34398;hp=0000000000000000000000000000000000000000;hpb=015976d7d24ac1ae6deb474b9d70e5703f54f449;p=xml-template diff --git a/php5-swig/attribute.php b/php5-swig/attribute.php new file mode 100644 index 0000000..fa5a0df --- /dev/null +++ b/php5-swig/attribute.php @@ -0,0 +1,14 @@ + 'red', + '#things' => array( + array( 'li' => 'Raindrops on roses', 'li/class' => 'odd' ), + array( 'li' => 'Whiskers on kittens', 'li/class' => 'even' ), + array( 'li' => 'Bright copper kettles', 'li/class' => 'odd' ), + array( 'li' => 'Warm, woolen mittens', 'li/class' => 'even' ) + ) +), true); +output_to_fd_and_free($doc, 1); +?>