From: Christian W. <cw...@cw...> - 2007-01-25 16:33:05
|
Hello, http://sites.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tutorial/sparqlTestcas= es.htm states that the normale SparqlEngine passes nearly all testcases, regex ones included. When running the unit tests, the test script stops at "regex-query-001" and does nothing further. This is because SparqlEngine supresses errors in eval() on line 706 by prefixing it with "@". When removing it, I get the following error: --------------- Fatal error: Call to undefined function regex() in /data/Studium/Diplomarbeit/rdfapi-php/api/sparql/SparqlEngine.php(706) : eval()'d code on line 1 --------------- This one is very natural since (IMO) there is no regex handling code in the engine. How does it come that the testcase overview page states that it passes all those tests? --=20 Regards/Mit freundlichen Gr=C3=BC=C3=9Fen Christian Weiske |