..
array_pass_flags.phpt
When passing objects from JS to PHP with mixed keys, some of the keys
2014-03-20 10:35:05 +02:00
array_pass.phpt
When passing objects from JS to PHP with mixed keys, some of the keys
2014-03-20 10:35:05 +02:00
basic.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
callbacks.phpt
Initial import
2012-04-27 16:26:15 +00:00
checkstring_compile.phpt
Deprecate V8Js::checkString() in favour of compileString() and add tests.
2014-09-16 17:10:15 +03:00
checkstring.phpt
Deprecate V8Js::checkString() in favour of compileString() and add tests.
2014-09-16 17:10:15 +03:00
closures_basic.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
closures_dynamic.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
commonjs_modules.phpt
Added a test for CommonJS modules.
2013-05-09 23:14:02 +01:00
commonjs_multiassign.phpt
Fix module caching, closes #107
2014-09-19 22:36:27 +00:00
compile_string_isolate.phpt
Added new functions V8Js::compileString() and V8Js::executeScript().
2014-09-16 17:09:58 +03:00
compile_string.phpt
Added new functions V8Js::compileString() and V8Js::executeScript().
2014-09-16 17:09:58 +03:00
construct.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
context_preserving.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
context_separation.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
context_temp_creation.phpt
Add test for regression pointed out in pull request #14
2013-07-07 23:04:19 +02:00
datetime_pass.phpt
Make datetime_pass.phpt run on PHP 5.3, refs #86
2014-03-23 00:39:45 +01:00
derived_class_properties_extra.phpt
Test export of undeclared properties in derived classes
2013-10-19 02:36:19 +02:00
derived_class_properties_init.phpt
Add test on initially initialized properties on V8Js object.
2013-10-19 02:15:37 +02:00
derived_class_properties_protected.phpt
Add test on protected & private properties on derived classes
2013-10-19 02:17:10 +02:00
derived_class_properties.phpt
Add test from issue #54
2013-10-18 23:57:26 +02:00
direct_construct.phpt
Protect against direct invocation of new V8Object
and new V8Function
.
2013-10-29 15:37:04 -04:00
exception_propagation_1.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
exception_propagation_2.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
exception_propagation_3.phpt
Make sure all tests and samples use the new exception class name V8JsScriptException.
2013-04-14 00:36:31 +01:00
exception.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
execute_flags_args.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
execute_flags.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
extensions_basic.phpt
Initial import
2012-04-27 16:26:15 +00:00
extensions_circular_dependency.phpt
Initial import
2012-04-27 16:26:15 +00:00
fatal_error_ignore_non_fatals.phpt
test unwind behaviour on PHP notices & warnings, refs #94
2014-05-23 00:03:42 +02:00
fatal_error_no_uninstall_inner_frame.phpt
Don't restore original error handler when exiting inner frame, refs #94
2014-05-23 00:35:51 +02:00
fatal_error_recursive.phpt
Handle fatal errors even if executeString is used recursively
2014-04-13 22:52:38 +02:00
fatal_error_rethrow.phpt
Store error message and re-throw with original type & message
2014-04-13 21:46:31 +02:00
fatal_error_uninstall_in_first_frame.phpt
Test whether error handler is removed correctly, if outermost frame is left
2014-05-23 00:45:08 +02:00
function_call.phpt
Create temporary HandleScope to get & call methods likewise, closes #33
2013-10-03 01:15:51 +02:00
function_passback2.phpt
Create temporary HandleScope while reading properties
2013-10-03 01:05:03 +02:00
function_passback.phpt
Make test PHP 5.3 compatible
2013-10-07 14:55:01 +02:00
get_accessor.phpt
Initial import
2012-04-27 16:26:15 +00:00
get_constructor.phpt
Add test on constructor get-accessor.
2014-08-10 13:53:10 +02:00
js-construct-basic.phpt
Add tests.
2013-07-12 20:23:12 +02:00
js-construct-direct-call.phpt
Handle non-construct call
2013-07-12 20:23:12 +02:00
js-construct-protected-ctor.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
js-construct-with-ctor.phpt
Add tests.
2013-07-12 20:23:12 +02:00
leak-php-object.phpt
Clear persistent cells with weak references correctly, refs #88
2014-03-22 17:41:00 +01:00
long.phpt
Forgot to commit test for large number support.
2014-03-20 15:45:35 +02:00
magic_func.phpt
Add a test of PHP magic functions.
2013-10-25 16:47:15 -04:00
memory_limit.phpt
fixed tests using absolute urls
2013-05-19 17:56:54 +03:00
multi-object.phpt
Add isolate to key of template cache.
2013-10-02 23:38:26 +02:00
multi.phpt
Add tests with multiple V8Js instances
2013-09-29 23:46:19 +02:00
null_byte_string.phpt
Add null-byte passing test, make var_dump null-byte safe, closes #80
2014-03-23 00:28:53 +01:00
object_dom.phpt
Add a test for issue 25 (native properties)
2013-10-25 16:47:15 -04:00
object_method_call.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
object_passback.phpt
Don't re-wrap PHP objects from V8 to V8Object
2013-10-21 20:00:58 +02:00
object_prototype.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
object_reuse.phpt
Initial import
2012-04-27 16:26:15 +00:00
object.phpt
Rework JavaScript wrapper for PHP objects.
2013-10-25 16:47:15 -04:00
property_exists.phpt
Implement property_exists()/isset()/empty() on wrapped JavaScript objects.
2013-10-05 11:56:42 -04:00
property_visibility__get.phpt
Handle property visibility and __get, refs #79
2014-04-06 20:04:48 +02:00
property_visibility__set.phpt
Call __set if JS accesses private/protected property
2014-04-07 00:53:46 +02:00
property_visibility-delete.phpt
Don't unset non-public properties, just hide them.
2014-04-11 20:42:55 +02:00
property_visibility-enumerate.phpt
Add test on visibility of properties on enumeration
2014-04-11 19:04:05 +02:00
property_visibility-has-property.phpt
Add test on property visibility regarding hasOwnProperty
2014-04-11 20:50:36 +02:00
property_visibility-set.phpt
Call __set if JS accesses private/protected property
2014-04-07 00:53:46 +02:00
property_visibility.phpt
Handle property visibility and __get, refs #79
2014-04-06 20:04:48 +02:00
return_value.phpt
Fix test cases which hard coded the object identity of returned objects.
2013-10-29 15:38:27 -04:00
skipif.inc
Initial import
2012-04-27 16:26:15 +00:00
time_limit.phpt
fixed tests using absolute urls
2013-05-19 17:56:54 +03:00
timezones.phpt
V8 needs to be notified when timezone changes. Keep track of timezone changes and notify it.
2014-03-20 11:20:59 +02:00
use_after_dispose.phpt
Keep track of V8Object/V8Function instances
2014-08-11 03:11:02 +02:00
var_dump.phpt
Adapt var_dump test new php versions.
2014-09-21 19:49:24 +00:00
variable_passing.phpt
Initial import
2012-04-27 16:26:15 +00:00