Deprecated: preg_filter(): Passing null to parameter #4 ($limit) of type int is deprecated in /in/dLJSU on line 8
Deprecated: preg_grep(): Passing null to parameter #3 ($flags) of type int is deprecated in /in/dLJSU on line 9
Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in /in/dLJSU on line 10
Deprecated: preg_match(): Passing null to parameter #5 ($offset) of type int is deprecated in /in/dLJSU on line 10
Deprecated: preg_match_all(): Passing null to parameter #4 ($flags) of type int is deprecated in /in/dLJSU on line 12
Deprecated: preg_match_all(): Passing null to parameter #5 ($offset) of type int is deprecated in /in/dLJSU on line 12
Deprecated: preg_replace(): Passing null to parameter #4 ($limit) of type int is deprecated in /in/dLJSU on line 14
Deprecated: preg_replace_callback(): Passing null to parameter #4 ($limit) of type int is deprecated in /in/dLJSU on line 15
Deprecated: preg_replace_callback_array(): Passing null to parameter #3 ($limit) of type int is deprecated in /in/dLJSU on line 18
Deprecated: preg_replace_callback_array(): Passing null to parameter #5 ($flags) of type int is deprecated in /in/dLJSU on line 18
Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /in/dLJSU on line 26
array(10) {
["preg_filter"]=>
NULL
["preg_grep"]=>
array(2) {
[0]=>
string(6) "a b c"
[1]=>
string(1) "x"
}
["preg_match"]=>
int(1)
["preg_match $matches"]=>
array(1) {
[0]=>
string(1) "a"
}
["preg_match_all"]=>
int(1)
["preg_match_all $matches"]=>
array(1) {
[0]=>
array(1) {
[0]=>
string(1) "a"
}
}
["preg_replace"]=>
string(6) "a b c"
["preg_replace_callback"]=>
string(6) "a b c"
["preg_replace_callback_array"]=>
string(6) "a b c"
["preg_split"]=>
array(3) {
[0]=>
string(1) "a"
[1]=>
string(1) "b"
[2]=>
string(1) "c"
}
}
Output for 7.4.33
array(10) {
["preg_filter"]=>
NULL
["preg_grep"]=>
array(2) {
[0]=>
string(6) "a b c"
[1]=>
string(1) "x"
}
["preg_match"]=>
int(1)
["preg_match $matches"]=>
array(1) {
[0]=>
string(1) "a"
}
["preg_match_all"]=>
int(1)
["preg_match_all $matches"]=>
array(1) {
[0]=>
array(1) {
[0]=>
string(1) "a"
}
}
["preg_replace"]=>
string(6) "a b c"
["preg_replace_callback"]=>
string(6) "a b c"
["preg_replace_callback_array"]=>
string(6) "a b c"
["preg_split"]=>
array(3) {
[0]=>
string(1) "a"
[1]=>
string(1) "b"
[2]=>
string(1) "c"
}
}
Output for 7.3.0
Warning: preg_replace_callback_array() expects at most 4 parameters, 5 given in /in/dLJSU on line 25
array(10) {
["preg_filter"]=>
NULL
["preg_grep"]=>
array(2) {
[0]=>
string(6) "a b c"
[1]=>
string(1) "x"
}
["preg_match"]=>
int(1)
["preg_match $matches"]=>
array(1) {
[0]=>
string(1) "a"
}
["preg_match_all"]=>
int(1)
["preg_match_all $matches"]=>
array(1) {
[0]=>
array(1) {
[0]=>
string(1) "a"
}
}
["preg_replace"]=>
string(6) "a b c"
["preg_replace_callback"]=>
string(6) "a b c"
["preg_replace_callback_array"]=>
NULL
["preg_split"]=>
array(3) {
[0]=>
string(1) "a"
[1]=>
string(1) "b"
[2]=>
string(1) "c"
}
}