File tree Expand file tree Collapse file tree 29 files changed +28
-30
lines changed
src/Elasticsearch/Endpoints Expand file tree Collapse file tree 29 files changed +28
-30
lines changed Original file line number Diff line number Diff line change 10
10
>
11
11
<php >
12
12
<env name =" ES_TEST_HOST" value =" " />
13
- <!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
14
- <ini name =" error_reporting" value =" 16383" />
15
13
</php >
16
14
<testsuites >
17
15
<testsuite name =" Tests" >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function getURI(): string
31
31
$ index = $ this ->index ?? null ;
32
32
$ type = $ this ->type ?? null ;
33
33
if (isset ($ type )) {
34
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
34
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
35
35
}
36
36
37
37
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
{
25
25
$ scroll_id = $ this ->scroll_id ?? null ;
26
26
if (isset ($ scroll_id )) {
27
- trigger_error ('A scroll id can be quite large and should be specified as part of the body ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('A scroll id can be quite large and should be specified as part of the body ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ scroll_id )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
$ index = $ this ->index ?? null ;
25
25
$ type = $ this ->type ?? null ;
26
26
if (isset ($ type )) {
27
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function getURI(): string
30
30
$ index = $ this ->index ;
31
31
$ type = $ this ->type ?? null ;
32
32
if (isset ($ type )) {
33
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
33
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
34
34
}
35
35
36
36
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function getURI(): string
31
31
$ id = $ this ->id ?? null ;
32
32
$ type = $ this ->type ?? null ;
33
33
if (isset ($ type )) {
34
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
34
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
35
35
}
36
36
37
37
if (isset ($ type ) && isset ($ id )) {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function getURI(): string
25
25
$ index = $ this ->index ?? null ;
26
26
$ type = $ this ->type ?? null ;
27
27
if (isset ($ type )) {
28
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
29
29
}
30
30
31
31
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function getURI(): string
32
32
$ index = $ this ->index ?? null ;
33
33
$ type = $ this ->type ?? null ;
34
34
if (isset ($ type )) {
35
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
35
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
36
36
}
37
37
38
38
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
$ index = $ this ->index ?? null ;
25
25
$ type = $ this ->type ?? null ;
26
26
if (isset ($ type )) {
27
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function getURI(): string
25
25
$ index = $ this ->index ?? null ;
26
26
$ type = $ this ->type ?? null ;
27
27
if (isset ($ type )) {
28
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
29
29
}
30
30
31
31
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
$ index = $ this ->index ?? null ;
25
25
$ type = $ this ->type ?? null ;
26
26
if (isset ($ type )) {
27
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
$ index = $ this ->index ?? null ;
25
25
$ type = $ this ->type ?? null ;
26
26
if (isset ($ type )) {
27
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
$ index = $ this ->index ?? null ;
25
25
$ type = $ this ->type ?? null ;
26
26
if (isset ($ type )) {
27
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function getURI(): string
31
31
$ index = $ this ->index ?? null ;
32
32
$ type = $ this ->type ?? null ;
33
33
if (isset ($ type )) {
34
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
34
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
35
35
}
36
36
37
37
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function getURI(): string
31
31
$ index = $ this ->index ?? null ;
32
32
$ type = $ this ->type ?? null ;
33
33
if (isset ($ type )) {
34
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
34
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
35
35
}
36
36
37
37
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
{
25
25
$ scroll_id = $ this ->scroll_id ?? null ;
26
26
if (isset ($ scroll_id )) {
27
- trigger_error ('A scroll id can be quite large and should be specified as part of the body ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('A scroll id can be quite large and should be specified as part of the body ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ scroll_id )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
$ index = $ this ->index ?? null ;
25
25
$ type = $ this ->type ?? null ;
26
26
if (isset ($ type )) {
27
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function getURI(): string
24
24
$ index = $ this ->index ?? null ;
25
25
$ type = $ this ->type ?? null ;
26
26
if (isset ($ type )) {
27
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
27
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
28
28
}
29
29
30
30
if (isset ($ index ) && isset ($ type )) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function getURI(): string
31
31
$ id = $ this ->id ?? null ;
32
32
$ type = $ this ->type ?? null ;
33
33
if (isset ($ type )) {
34
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
34
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
35
35
}
36
36
37
37
if (isset ($ type ) && isset ($ id )) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getURI(): string
36
36
$ index = $ this ->index ;
37
37
$ type = $ this ->type ?? null ;
38
38
if (isset ($ type )) {
39
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
39
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
40
40
}
41
41
42
42
if (isset ($ type )) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function getURI(): string
30
30
$ index = $ this ->index ;
31
31
$ type = $ this ->type ?? null ;
32
32
if (isset ($ type )) {
33
- trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
33
+ @ trigger_error ('Specifying types in urls has been deprecated ' , E_USER_DEPRECATED );
34
34
}
35
35
36
36
if (isset ($ type )) {
Original file line number Diff line number Diff line change 1
1
if (isset($:part)) {
2
- trigger_error(':msg', E_USER_DEPRECATED);
2
+ @ trigger_error(':msg', E_USER_DEPRECATED);
3
3
}
You can’t perform that action at this time.
0 commit comments