Anatol Belski
ab7764d99b
Merge branch 'PHP-5.6' into PHP-7.0
...
* PHP-5.6:
fix test
2016-03-14 15:58:05 +01:00
Anatol Belski
beda05269c
fix test
...
Many warnings won't appear with libxml2 >= 2.9.3 because in many
cases libxml2 2.9.3 will just abort processing.
2016-03-14 15:53:02 +01:00
Stanislav Malyshev
c1355152db
More fixing for bug #71540
2016-02-15 01:53:02 -08:00
Stanislav Malyshev
cf0cf5b507
Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php()
2016-02-15 00:09:09 -08:00
Stanislav Malyshev
c11b23c465
Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php()
2016-02-15 00:08:18 -08:00
Xinchen Hui
4febfc25a6
Use die
2015-09-20 09:34:28 -07:00
Xinchen Hui
3fc5f5cdb5
Fixed bug #70535 (XSLT: free(): invalid pointer)
2015-09-20 09:30:50 -07:00
Nikita Popov
3ae995f03c
Tweak uncaught exception message display
...
This implements a reduced variant of #1226 with just the following
change:
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d
The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
2015-05-17 18:47:06 +02:00
Nikita Popov
6ef9216269
Finish PHP 4 constructor deprecation
2015-03-31 17:55:27 +02:00
Nikita Popov
a81e65a501
Remove xsl.security_prefs ini option
...
Conflicts:
ext/xsl/php_xsl.c
ext/xsl/xsltprocessor.c
2015-03-09 11:06:18 +01:00
Rodrigo Prado de Jesus
813830e763
added various tests for XSLTProcessor and one test for iconv extension
2014-09-28 20:29:29 -03:00
Anatol Belski
fca1501ed6
added test for bug #53965
2014-04-01 10:08:08 +02:00
Michael Wallner
6408a1a59e
fix bug #49634x
2013-12-02 12:10:00 +01:00
Xinchen Hui
e081c55fb5
Merge branch 'PHP-5.3' into PHP-5.4
2012-10-10 10:31:31 +08:00
Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Christian Stocker
777a29fce2
Added the xsl.security_prefs option to 5_4 and trunk and
...
mark it as deprecated for BC-reasons
Added tests for ini option and combination of both
2011-10-10 07:59:19 +00:00
Christian Stocker
eb039d5783
Added the xsl.security_prefs option to 5_4 and trunk and
...
mark it as deprecated for BC-reasons
Added tests for ini option and combination of both
2011-10-10 07:59:19 +00:00
Christian Stocker
192511f75d
Added test for Bug 54446
...
Init a variable to a default value to avoid issues
2011-10-05 18:11:29 +00:00
Christian Stocker
cc2fd64121
Added test for XSL bug 54446
2011-09-12 12:44:49 +00:00
Christian Stocker
2e2eb5e137
Revert r316043, the tests are different on purpose
2011-09-05 08:27:47 +00:00
Shein Alexey
2d52a6934a
Synchronized fixed tests from 5.3 branch.
2011-09-02 18:01:20 +00:00
Christian Stocker
bbecdf57d3
fix xsl tests
2011-08-31 09:16:04 +00:00
Christian Stocker
6873ef7055
- Set an empty string and avoid warnings and stopping of the transformation process
...
when a php function can't be called.
- Fixed tests.
2011-08-31 09:14:08 +00:00
Christian Stocker
4297b67aee
fix xsl date tests
2011-08-29 11:44:30 +00:00
Christian Stocker
5250f01d15
fix xsl date tests
2011-08-29 11:44:30 +00:00
Ilia Alshanetsky
62557f1d81
Fixed tests
2009-09-07 14:18:46 +00:00
Matt Wilmas
1fa3b21c15
MFH: Fixed error message grammar:
...
- "cannot" instead of "can not" (meaning "also can")
- "than" instead of "then" (Hint: "then" should hardly be needed;
you're not telling the order in which to do something)
... plus removed a couple ending. dots
2009-06-06 02:40:49 +00:00
Felipe Pena
1504c700be
- Fixed tests
2009-06-04 01:15:12 +00:00
Felipe Pena
be7d45b0dc
- New xsl files
2009-05-23 14:49:55 +00:00
Felipe Pena
5dfcef7ab4
- New tests (testfest BerlinUG)
2009-05-23 14:45:07 +00:00
Felipe Pena
a8209c5157
- Simplify test (cweiske)
2009-05-10 15:48:39 +00:00
Felipe Pena
680bc45ba5
- MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)
2009-05-10 15:13:05 +00:00
Hannes Magnusson
a327a6f737
fix test
2006-09-28 12:01:52 +00:00
Marcus Boerger
e8ea32a789
- Add new test
2005-07-25 20:21:43 +00:00
Antony Dovgal
e63a7d893b
change xsl_xsltprocessor_set_parameter() to support parameter->value arrays
...
add test for it
@Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony)
2004-08-05 13:31:17 +00:00
Rob Richards
42ade33fa6
MFB: enable exslt support for win32 builds
...
WS fixes for exslt tests
2004-07-18 13:23:33 +00:00
Ilia Alshanetsky
738aa1099f
Added missing skip condition.
2004-04-28 15:14:47 +00:00
Christian Stocker
65bc57a81f
- make static methods calls work from within xslt
...
- extended tests
2004-04-20 09:24:24 +00:00
Rob Richards
fb39035e77
Fix class name
2004-04-07 16:48:11 +00:00
Christian Stocker
ab26ac118d
really fix this test...
2004-01-19 17:38:47 +00:00
Christian Stocker
efed27ae1b
fix test
2004-01-19 17:35:38 +00:00
Christian Stocker
d4488ccf2d
Cosmetics and NEWS entry
2004-01-19 17:27:22 +00:00
Christian Stocker
c0a1f294e9
adjust test
2004-01-19 15:00:59 +00:00
Christian Stocker
c9bd0195a3
-test for more than one argument (this segfaulted before)
2004-01-18 12:30:52 +00:00
Rob Richards
840979858c
Update tests
2004-01-10 11:50:49 +00:00
Rob Richards
44f59d6d7f
fix warning for shared debug
...
fix test bug26384 - WS issue
2003-12-07 11:11:47 +00:00
Christian Stocker
e969b7897e
fix test to the changes made regarding __toString()
2003-12-03 22:18:49 +00:00
Christian Stocker
146e88ac02
testcase for bug26384
2003-11-29 16:38:09 +00:00
Christian Stocker
38b12e7f97
fixed wrong check
2003-11-29 13:01:19 +00:00
Christian Stocker
3f07e4364c
@- Added possibility to call php functions as XSLT-functions (chregu)
...
- Added possibility to call php functions as XSLT-functions
eg: <xsl:value-of select="php:function('date','r')"/>
Namespace is http://php.net/functions
2003-11-28 22:08:16 +00:00