You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: tests/V8FunctionTemplate_Set.phpt
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ console.log(nt.foo);
52
52
53
53
?>
54
54
--EXPECT--
55
-
TypeError: Argument 3 passed to V8\ObjectTemplate::Set() should be instance of \V8\PrimitiveValue or \V8\Template, instance of V8\FunctionObject given
55
+
TypeError: Argument 3 passed to V8\ObjectTemplate::Set() must be an instance of \V8\PrimitiveValue or \V8\Template, instance of V8\FunctionObject given
Copy file name to clipboardExpand all lines: tests/V8ScriptCompiler_CompileFunctionInContext.phpt
+2-2
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,8 @@ Compile function: ok
134
134
Compile function: ok
135
135
Compile function: ok
136
136
Compile function: ok
137
-
TypeError: Argument 3 passed to V8\ScriptCompiler::CompileFunctionInContext() should be array of \V8\StringValue, instance of V8\StringObject given at 0 offset
138
-
TypeError: Argument 4 passed to V8\ScriptCompiler::CompileFunctionInContext() should be array of \V8\ObjectValue, instance of V8\StringValue given at 0 offset
137
+
TypeError: Argument 3 passed to V8\ScriptCompiler::CompileFunctionInContext() must be an array of \V8\StringValue, instance of V8\StringObject given at 0 offset
138
+
TypeError: Argument 4 passed to V8\ScriptCompiler::CompileFunctionInContext() must be an array of \V8\ObjectValue, instance of V8\StringValue given at 0 offset
0 commit comments