-- Testing split() function with more than expected no. of arguments --
-Warning: Wrong parameter count for split() in %s on line 17
+Warning: split() expects at most 3 parameters, 4 given in %s on line %d
NULL
-- Testing split() function with less than expected no. of arguments --
-Warning: Wrong parameter count for split() in %s on line 22
+Warning: split() expects at least 2 parameters, 1 given in %s on line %d
NULL
-Done
\ No newline at end of file
+Done
--EXPECTF--
*** Testing split() : error conditions ***
-Warning: split(): REG_EMPTY in %s on line 16
+Warning: split(): REG_EMPTY in %s on line %d
bool(false)
-Warning: split(): REG_EPAREN in %s on line 17
+Warning: split(): REG_EPAREN in %s on line %d
bool(false)
-Warning: split(): REG_EBRACK in %s on line 18
+Warning: split(): REG_EBRACK in %s on line %d
bool(false)
-Warning: split(): REG_EPAREN in %s on line 19
+Warning: split(): REG_EPAREN in %s on line %d
bool(false)
-Warning: split(): REG_BADRPT in %s on line 20
+Warning: split(): REG_BADRPT in %s on line %d
bool(false)
-Warning: split(): REG_BADRPT in %s on line 21
+Warning: split(): REG_BADRPT in %s on line %d
bool(false)
-Warning: split(): REG_BADRPT in %s on line 22
+Warning: split(): REG_BADRPT in %s on line %d
bool(false)
-Warning: split(): REG_BADRPT in %s on line 23
-bool(false)
+Warning: split() expects parameter 3 to be long, binary string given in %s on line %d
+NULL
-Warning: split(): REG_BADBR in %s on line 24
+Warning: split(): REG_BADBR in %s on line %d
bool(false)
-Warning: split(): REG_EMPTY in %s on line 25
+Warning: split(): REG_EMPTY in %s on line %d
bool(false)
-Warning: split(): REG_EMPTY in %s on line 26
+Warning: split(): REG_EMPTY in %s on line %d
bool(false)
-Warning: split(): REG_BADBR in %s on line 27
+Warning: split(): REG_BADBR in %s on line %d
bool(false)
-Warning: split(): REG_ERANGE in %s on line 28
+Warning: split(): REG_ERANGE in %s on line %d
bool(false)
-Warning: split(): REG_EESCAPE in %s on line 29
+Warning: split(): REG_EESCAPE in %s on line %d
bool(false)
-Warning: split(): REG_ERANGE in %s on line 30
-bool(false)
+Warning: split() expects parameter 3 to be long, binary string given in %s on line %d
+NULL
string(8) "original"
-Done
\ No newline at end of file
+Done
?>
--EXPECTF--
*** Testing split() : usage variations ***
-Error: 8 - Undefined variable: undefined_var, %s(64)
-Error: 8 - Undefined variable: unset_var, %s(67)
+Error: 8 - Undefined variable: undefined_var, %s(%d)
+Error: 8 - Undefined variable: unset_var, %s(%d)
Arg value 0
array(1) {
[0]=>
string(16) "1 a 1 Array 1 c "
}
-Error: 8 - Array to string conversion, %s(73)
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
+Error: 2 - split() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
Arg value 1
}
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
Arg value 1
}
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
-Error: 4096 - Object of class stdClass could not be converted to string, %s(73)
+Error: 4096 - Object of class stdClass could not be converted to string, %s(%d)
Arg value
-Error: 4096 - Object of class stdClass could not be converted to binary string, %s(74)
-Error: 8 - Object of class stdClass to string conversion, %s(74)
-array(1) {
- [0]=>
- string(16) "1 a 1 Array 1 c "
-}
+Error: 2 - split() expects parameter 1 to be binary string, object given, %s(%d)
+NULL
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - split(): REG_EMPTY, %s(74)
+Error: 2 - split(): REG_EMPTY, %s(%d)
bool(false)
Done
?>
--EXPECTF--
*** Testing split() : usage variations ***
-Error: 8 - Undefined variable: undefined_var, %s(64)
-Error: 8 - Undefined variable: unset_var, %s(67)
+Error: 8 - Undefined variable: undefined_var, %s(%d)
+Error: 8 - Undefined variable: unset_var, %s(%d)
Arg value 0
array(1) {
[0]=>
string(3) "0.5"
}
-Error: 8 - Array to string conversion, %s(73)
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - split() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
+Error: 2 - split() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
Arg value
array(1) {
[0]=>
string(0) ""
}
-Error: 4096 - Object of class stdClass could not be converted to string, %s(73)
+Error: 4096 - Object of class stdClass could not be converted to string, %s(%d)
Arg value
-Error: 4096 - Object of class stdClass could not be converted to binary string, %s(74)
-Error: 8 - Object of class stdClass to string conversion, %s(74)
-array(2) {
- [0]=>
- string(2) "Ob"
- [1]=>
- string(3) "ect"
-}
+Error: 2 - split() expects parameter 2 to be binary string, object given, %s(%d)
+NULL
Arg value
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
-Error: 8 - Array to string conversion, %s(72)
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - split() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - split() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - split() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - split() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - split() expects parameter 3 to be long, array given, %s(%d)
+NULL
Arg value
array(1) {
}
Arg value
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - split() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
Arg value
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - split() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
Arg value string
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - split() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
Arg value string
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 4096 - Object of class stdClass could not be converted to string, %s(72)
+Error: 2 - split() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
+Error: 4096 - Object of class stdClass could not be converted to string, %s(%d)
Arg value
-Error: 8 - Object of class stdClass could not be converted to int, %s(73)
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - split() expects parameter 3 to be long, object given, %s(%d)
+NULL
Arg value
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
-Done
\ No newline at end of file
+Done
-- Testing spliti() function with more than expected no. of arguments --
-Warning: Wrong parameter count for spliti() in %s on line 17
+Warning: spliti() expects at most 3 parameters, 4 given in %s on line %d
NULL
-- Testing spliti() function with less than expected no. of arguments --
-Warning: Wrong parameter count for spliti() in %s on line 22
+Warning: spliti() expects at least 2 parameters, 1 given in %s on line %d
NULL
-Done
\ No newline at end of file
+Done
--EXPECTF--
*** Testing spliti() : error conditions ***
-Warning: spliti(): REG_EMPTY in %s on line 16
+Warning: spliti(): REG_EMPTY in %s on line %d
bool(false)
-Warning: spliti(): REG_EPAREN in %s on line 17
+Warning: spliti(): REG_EPAREN in %s on line %d
bool(false)
-Warning: spliti(): REG_EBRACK in %s on line 18
+Warning: spliti(): REG_EBRACK in %s on line %d
bool(false)
-Warning: spliti(): REG_EPAREN in %s on line 19
+Warning: spliti(): REG_EPAREN in %s on line %d
bool(false)
-Warning: spliti(): REG_BADRPT in %s on line 20
+Warning: spliti(): REG_BADRPT in %s on line %d
bool(false)
-Warning: spliti(): REG_BADRPT in %s on line 21
+Warning: spliti(): REG_BADRPT in %s on line %d
bool(false)
-Warning: spliti(): REG_BADRPT in %s on line 22
+Warning: spliti(): REG_BADRPT in %s on line %d
bool(false)
-Warning: spliti(): REG_BADRPT in %s on line 23
-bool(false)
+Warning: spliti() expects parameter 3 to be long, binary string given in %s on line %d
+NULL
-Warning: spliti(): REG_BADBR in %s on line 24
+Warning: spliti(): REG_BADBR in %s on line %d
bool(false)
-Warning: spliti(): REG_EMPTY in %s on line 25
+Warning: spliti(): REG_EMPTY in %s on line %d
bool(false)
-Warning: spliti(): REG_EMPTY in %s on line 26
+Warning: spliti(): REG_EMPTY in %s on line %d
bool(false)
-Warning: spliti(): REG_BADBR in %s on line 27
+Warning: spliti(): REG_BADBR in %s on line %d
bool(false)
-Warning: spliti(): REG_ERANGE in %s on line 28
+Warning: spliti(): REG_ERANGE in %s on line %d
bool(false)
-Warning: spliti(): REG_EESCAPE in %s on line 29
+Warning: spliti(): REG_EESCAPE in %s on line %d
bool(false)
-Warning: spliti(): REG_ERANGE in %s on line 30
-bool(false)
+Warning: spliti() expects parameter 3 to be long, binary string given in %s on line %d
+NULL
string(8) "original"
-Done
\ No newline at end of file
+Done
?>
--EXPECTF--
*** Testing spliti() : usage variations ***
-Error: 8 - Undefined variable: undefined_var, %s(64)
-Error: 8 - Undefined variable: unset_var, %s(67)
+Error: 8 - Undefined variable: undefined_var, %s(%d)
+Error: 8 - Undefined variable: unset_var, %s(%d)
Arg value 0
array(1) {
[0]=>
string(16) "1 a 1 Array 1 c "
}
-Error: 8 - Array to string conversion, %s(73)
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(2) {
- [0]=>
- string(6) "1 a 1 "
- [1]=>
- string(5) " 1 c "
-}
+Error: 2 - spliti() expects parameter 1 to be binary string, array given, %s(%d)
+NULL
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
Arg value 1
}
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
Arg value 1
}
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
-Error: 4096 - Object of class stdClass could not be converted to string, %s(73)
+Error: 4096 - Object of class stdClass could not be converted to string, %s(%d)
Arg value
-Error: 4096 - Object of class stdClass could not be converted to binary string, %s(74)
-Error: 8 - Object of class stdClass to string conversion, %s(74)
-array(1) {
- [0]=>
- string(16) "1 a 1 Array 1 c "
-}
+Error: 2 - spliti() expects parameter 1 to be binary string, object given, %s(%d)
+NULL
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
Arg value
-Error: 2 - spliti(): REG_EMPTY, %s(74)
+Error: 2 - spliti(): REG_EMPTY, %s(%d)
bool(false)
Done
?>
--EXPECTF--
*** Testing spliti() : usage variations ***
-Error: 8 - Undefined variable: undefined_var, %s(64)
-Error: 8 - Undefined variable: unset_var, %s(67)
+Error: 8 - Undefined variable: undefined_var, %s(%d)
+Error: 8 - Undefined variable: unset_var, %s(%d)
Arg value 0
array(1) {
[0]=>
string(3) "0.5"
}
-Error: 8 - Array to string conversion, %s(73)
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
-Error: 8 - Array to string conversion, %s(73)
+Error: 2 - spliti() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-Error: 8 - Array to string conversion, %s(74)
-array(3) {
- [0]=>
- string(1) "A"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ay"
-}
+Error: 2 - spliti() expects parameter 2 to be binary string, array given, %s(%d)
+NULL
Arg value
array(1) {
[0]=>
string(0) ""
}
-Error: 4096 - Object of class stdClass could not be converted to string, %s(73)
+Error: 4096 - Object of class stdClass could not be converted to string, %s(%d)
Arg value
-Error: 4096 - Object of class stdClass could not be converted to binary string, %s(74)
-Error: 8 - Object of class stdClass to string conversion, %s(74)
-array(3) {
- [0]=>
- string(2) "Ob"
- [1]=>
- string(0) ""
- [2]=>
- string(2) "ct"
-}
+Error: 2 - spliti() expects parameter 2 to be binary string, object given, %s(%d)
+NULL
Arg value
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
-Error: 8 - Array to string conversion, %s(72)
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - spliti() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - spliti() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - spliti() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 8 - Array to string conversion, %s(72)
+Error: 2 - spliti() expects parameter 3 to be long, array given, %s(%d)
+NULL
+Error: 8 - Array to string conversion, %s(%d)
Arg value Array
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - spliti() expects parameter 3 to be long, array given, %s(%d)
+NULL
Arg value
array(1) {
}
Arg value
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - spliti() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
Arg value
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - spliti() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
Arg value string
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - spliti() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
Arg value string
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
-Error: 4096 - Object of class stdClass could not be converted to string, %s(72)
+Error: 2 - spliti() expects parameter 3 to be long, Unicode string given, %s(%d)
+NULL
+Error: 4096 - Object of class stdClass could not be converted to string, %s(%d)
Arg value
-Error: 8 - Object of class stdClass could not be converted to int, %s(73)
-array(1) {
- [0]=>
- string(9) "1 2 3 4 5"
-}
+Error: 2 - spliti() expects parameter 3 to be long, object given, %s(%d)
+NULL
Arg value
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
-Done
\ No newline at end of file
+Done