Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix class names | Marcus Boerger | 2004-03-29 | 13 | -67/+67 |
| | |||||
* | added test for property_exists checks. | George Schlossnagle | 2004-03-24 | 1 | -0/+25 |
| | |||||
* | Add new test | Marcus Boerger | 2004-03-14 | 1 | -0/+21 |
| | |||||
* | Fix test | Rob Richards | 2004-02-11 | 1 | -0/+1 |
| | |||||
* | Fix compiler warnings | Rob Richards | 2004-02-11 | 5 | -9/+11 |
| | | | | | Update tests | ||||
* | Update tests | Marcus Boerger | 2004-02-03 | 3 | -3/+3 |
| | |||||
* | Add new test | Marcus Boerger | 2004-01-22 | 1 | -0/+31 |
| | |||||
* | Update tests | Marcus Boerger | 2004-01-22 | 4 | -19/+16 |
| | |||||
* | Fix namespace regression bug | Rob Richards | 2004-01-21 | 1 | -3/+0 |
| | | | | | | | Read attributes correctly Update sxe_prop_dim_exists logic Update profile | ||||
* | Fix Bug #26976 (Can not access array elements using array indices) | Rob Richards | 2004-01-21 | 1 | -3/+3 |
| | | | | | | return index 0 as non iterable object update test | ||||
* | typo fix | foobar | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | test for bug #26976 | foobar | 2004-01-21 | 1 | -0/+28 |
| | |||||
* | Use external files only in 001.phpt & tests for bugs | Marcus Boerger | 2004-01-18 | 6 | -27/+98 |
| | |||||
* | update the tests proper-like | Sterling Hughes | 2004-01-17 | 2 | -3/+2 |
| | |||||
* | namespace accesses are now soley URI based as opposed to prefix based. | Sterling Hughes | 2004-01-17 | 5 | -11/+5 |
| | |||||
* | Major bugfix for consistency. | Marcus Boerger | 2004-01-17 | 14 | -140/+248 |
| | | | | | | | # After long discussions we came to a conclusion on how to make this # extension consistent in itself. # Thanks to Rob for all the work | ||||
* | Drop the external xml files no longer needed | Marcus Boerger | 2004-01-17 | 3 | -71/+0 |
| | |||||
* | No external xml files | Marcus Boerger | 2004-01-17 | 3 | -4/+72 |
| | |||||
* | Don't use external xml files | Marcus Boerger | 2004-01-17 | 2 | -20/+19 |
| | |||||
* | remove the parser errors here, so they accurately reflect what should happen. | Sterling Hughes | 2004-01-17 | 3 | -5/+12 |
| | |||||
* | Add test for inherited simplexml classes | Marcus Boerger | 2004-01-17 | 1 | -0/+47 |
| | |||||
* | update the profile of how namespaces should work after discussions with | Sterling Hughes | 2004-01-16 | 6 | -10/+10 |
| | | | | | | | | shane and rob richards. there were a lot of race conditions with regards to the way namespaces have been handled in XML documents so far, this new method removes the race conditions, and gives me a real reason to add the children() and attributes() methods. | ||||
* | Add a "profile" of simplexml's expected behaviour in the form of tests. | Sterling Hughes | 2004-01-16 | 11 | -0/+227 |
| | | | | | | This will be expanded as issues arise and will be a formal definition (in code) of simplexml's behaviour. | ||||
* | This is no longer usefull in any way. | Marcus Boerger | 2004-01-14 | 1 | -51/+0 |
| | |||||
* | add support for $foo["a:bar"] | Rob Richards | 2004-01-13 | 1 | -2/+2 |
| | | | | | | | | fix xsearch to only return values for text,element and attribute nodes fix getChildren and return array remove most methods update test | ||||
* | Update attribute tests. | Marcus Boerger | 2004-01-10 | 3 | -13/+93 |
| | | | | | | # There is a memory leak with += when accessing the attributes directly # But yet ->elem[$n] is not fails in the engine | ||||
* | Fix test | Marcus Boerger | 2003-12-22 | 1 | -4/+4 |
| | |||||
* | Update tests to see where they fail now exactly | Marcus Boerger | 2003-12-18 | 2 | -6/+24 |
| | |||||
* | two new methods were added | Dmitry Stogov | 2003-12-18 | 2 | -0/+141 |
| | | | | | | $node->count($subnode_name) - returns count of subnodes with specified name $node->attributes() - returns array of attributes | ||||
* | accessing singular subnode as array | Dmitry Stogov | 2003-12-17 | 1 | -18/+22 |
| | |||||
* | *** empty log message *** | Dmitry Stogov | 2003-12-17 | 3 | -0/+102 |
| | |||||
* | Not needed here (copy'n'paste) | Marcus Boerger | 2003-12-16 | 3 | -3/+0 |
| | |||||
* | Add a test to check split text content collecting | Marcus Boerger | 2003-12-16 | 1 | -0/+24 |
| | |||||
* | Add error handling for element/attribute creation/changing | Marcus Boerger | 2003-12-16 | 1 | -0/+40 |
| | |||||
* | Add test for string conversion capabilities when used with echo/print. | Marcus Boerger | 2003-12-16 | 1 | -0/+48 |
| | |||||
* | Update test | Marcus Boerger | 2003-12-05 | 1 | -1/+1 |
| | |||||
* | Add new test | Marcus Boerger | 2003-11-23 | 1 | -0/+51 |
| | |||||
* | Several improvements to the simplexml_element object: | Marcus Boerger | 2003-11-23 | 2 | -3/+21 |
| | | | | | | - Allow to use it as an instance of Iterator - Prepareto use it as a normal object, including spcialization | ||||
* | Fix testcase name | Marcus Boerger | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | Fix classname, CDATA handling (semantically identical to text) and | Marcus Boerger | 2003-11-13 | 3 | -8/+50 |
| | | | | | | iterators (Return sub elements as objects, converted to string you get the text). | ||||
* | Add regression test for XPath support | Moriyoshi Koizumi | 2003-11-03 | 1 | -0/+20 |
| | |||||
* | Fix test | Moriyoshi Koizumi | 2003-11-03 | 1 | -5/+19 |
| | |||||
* | Update test for an additional check to ensure the variable used for an | Moriyoshi Koizumi | 2003-10-29 | 1 | -1/+8 |
| | | | | | index would not be modified during deference. | ||||
* | Add simplexml array handlers that allow to explicitly work with attributes. | Marcus Boerger | 2003-10-29 | 1 | -2/+25 |
| | |||||
* | added interop test | Christian Stocker | 2003-10-27 | 2 | -0/+32 |
| | |||||
* | fix test (validation returns a warning, if xml is not valid) | Christian Stocker | 2003-10-26 | 1 | -4/+6 |
| | |||||
* | Add attribute test | Marcus Boerger | 2003-10-26 | 1 | -0/+19 |
| | |||||
* | Add foreach test | Marcus Boerger | 2003-10-26 | 3 | -2/+70 |
| | |||||
* | And get the last thing working | Marcus Boerger | 2003-10-26 | 1 | -1/+1 |
| | |||||
* | Add test | Marcus Boerger | 2003-10-26 | 2 | -0/+41 |
| |