@abtnode/router-provider 1.16.38-beta-20250116-083413-dbd33222 → 1.16.38-beta-20250118-033334-2da05ae8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/lib/nginx/includes/security/crs4/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf.example +200 -0
  2. package/lib/nginx/includes/security/crs4/rules/REQUEST-901-INITIALIZATION.conf +470 -0
  3. package/lib/nginx/includes/security/crs4/rules/REQUEST-905-COMMON-EXCEPTIONS.conf +57 -0
  4. package/lib/nginx/includes/security/crs4/rules/REQUEST-911-METHOD-ENFORCEMENT.conf +76 -0
  5. package/lib/nginx/includes/security/crs4/rules/REQUEST-913-SCANNER-DETECTION.conf +86 -0
  6. package/lib/nginx/includes/security/crs4/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf +1915 -0
  7. package/lib/nginx/includes/security/crs4/rules/REQUEST-921-PROTOCOL-ATTACK.conf +558 -0
  8. package/lib/nginx/includes/security/crs4/rules/REQUEST-922-MULTIPART-ATTACK.conf +120 -0
  9. package/lib/nginx/includes/security/crs4/rules/REQUEST-930-APPLICATION-ATTACK-LFI.conf +203 -0
  10. package/lib/nginx/includes/security/crs4/rules/REQUEST-931-APPLICATION-ATTACK-RFI.conf +189 -0
  11. package/lib/nginx/includes/security/crs4/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf +1875 -0
  12. package/lib/nginx/includes/security/crs4/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf +774 -0
  13. package/lib/nginx/includes/security/crs4/rules/REQUEST-934-APPLICATION-ATTACK-GENERIC.conf +366 -0
  14. package/lib/nginx/includes/security/crs4/rules/REQUEST-941-APPLICATION-ATTACK-XSS.conf +1071 -0
  15. package/lib/nginx/includes/security/crs4/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf +1978 -0
  16. package/lib/nginx/includes/security/crs4/rules/REQUEST-943-APPLICATION-ATTACK-SESSION-FIXATION.conf +132 -0
  17. package/lib/nginx/includes/security/crs4/rules/REQUEST-944-APPLICATION-ATTACK-JAVA.conf +463 -0
  18. package/lib/nginx/includes/security/crs4/rules/REQUEST-949-BLOCKING-EVALUATION.conf +270 -0
  19. package/lib/nginx/includes/security/crs4/rules/RESPONSE-950-DATA-LEAKAGES.conf +156 -0
  20. package/lib/nginx/includes/security/crs4/rules/RESPONSE-951-DATA-LEAKAGES-SQL.conf +417 -0
  21. package/lib/nginx/includes/security/crs4/rules/RESPONSE-952-DATA-LEAKAGES-JAVA.conf +108 -0
  22. package/lib/nginx/includes/security/crs4/rules/RESPONSE-953-DATA-LEAKAGES-PHP.conf +158 -0
  23. package/lib/nginx/includes/security/crs4/rules/RESPONSE-954-DATA-LEAKAGES-IIS.conf +152 -0
  24. package/lib/nginx/includes/security/crs4/rules/RESPONSE-955-WEB-SHELLS.conf +558 -0
  25. package/lib/nginx/includes/security/crs4/rules/RESPONSE-959-BLOCKING-EVALUATION.conf +280 -0
  26. package/lib/nginx/includes/security/crs4/rules/RESPONSE-980-CORRELATION.conf +138 -0
  27. package/lib/nginx/includes/security/crs4/rules/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf.example +76 -0
  28. package/lib/nginx/includes/security/crs4/rules/iis-errors.data +59 -0
  29. package/lib/nginx/includes/security/crs4/rules/java-classes.data +64 -0
  30. package/lib/nginx/includes/security/crs4/rules/java-code-leakages.data +17 -0
  31. package/lib/nginx/includes/security/crs4/rules/java-errors.data +10 -0
  32. package/lib/nginx/includes/security/crs4/rules/lfi-os-files.data +722 -0
  33. package/lib/nginx/includes/security/crs4/rules/php-config-directives.data +571 -0
  34. package/lib/nginx/includes/security/crs4/rules/php-errors-pl2.data +7 -0
  35. package/lib/nginx/includes/security/crs4/rules/php-errors.data +2147 -0
  36. package/lib/nginx/includes/security/crs4/rules/php-function-names-933150.data +245 -0
  37. package/lib/nginx/includes/security/crs4/rules/php-function-names-933151.data +2201 -0
  38. package/lib/nginx/includes/security/crs4/rules/php-variables.data +30 -0
  39. package/lib/nginx/includes/security/crs4/rules/restricted-files.data +284 -0
  40. package/lib/nginx/includes/security/crs4/rules/restricted-upload.data +177 -0
  41. package/lib/nginx/includes/security/crs4/rules/scanners-user-agents.data +119 -0
  42. package/lib/nginx/includes/security/crs4/rules/sql-errors.data +172 -0
  43. package/lib/nginx/includes/security/crs4/rules/ssrf.data +177 -0
  44. package/lib/nginx/includes/security/crs4/rules/unix-shell.data +670 -0
  45. package/lib/nginx/includes/security/crs4/rules/web-shells-php.data +167 -0
  46. package/lib/nginx/includes/security/crs4/rules/windows-powershell-commands.data +425 -0
  47. package/lib/nginx/includes/security/unicode.mapping +96 -0
  48. package/lib/nginx/index.js +50 -3
  49. package/lib/nginx/templates/security/crs4/crs-setup.conf.js +857 -0
  50. package/lib/nginx/templates/security/modsecurity.conf.js +244 -0
  51. package/package.json +7 -6
@@ -0,0 +1,2147 @@
1
+ # The contents of this list come from the [PHP source code](https://github.com/php/php-src).
2
+ #
3
+ # There are different types of errors that might be thrown. An easy way to discover them is to
4
+ # get any text that comes from the error handling functions: `zend_error`, `zend_throw_error`, `soap_error0`, etc.
5
+ # Using the regexp `_error([0-9])?\(` will give you all. And you can see them using:
6
+ # `grep -h -E -r -o --exclude="*.phpt" '\w+_error([0-9])?\(' * | sort | uniq`
7
+ #
8
+ # After getting the list, there are two different types of errors: those with literal text, and those that include
9
+ # print format args like `%s`, `%d`, `%zu`, etc. We sort them in two groups.
10
+ #
11
+ # The first group is just anything without formatting args. Only text, sorted ascending. Command used:
12
+ # - `grep -E -h -r --exclude="*.phpt" '_error([0-9])?\(' * | awk -F\" '{ print $2;} ' | sed -e 's/ \\$/ "/g' | sort | uniq | grep -v '%'`
13
+ # Post processing might be necessary to adjust strings that can cause false positives, such as
14
+ # - line is very short
15
+ # - line is a (partial) common English sentence, like `Can use`, `Attribute`, etc.
16
+ # - text coming from php unit/regression tests, like 'DROP TABLE IF EXISTS test_bug_71863`
17
+ #
18
+ # The second group will be the part with format strings. Only text, sorted ascending.
19
+ # This will need a more careful processing. The format string will appear in the text result,
20
+ # but it will (of course) be substituted by some variable value. So we need to clean more text here.
21
+ # The easiest way is to split a line whenever a format string is found. This will shorten the texts but,
22
+ # then we can sort out the ones we don't want to include more easily.
23
+ # We also remove:
24
+ # - text with just one word (likely to be FP), or one word, one space (optional) and one non-word (optional),
25
+ # which will match things like `Collect "`, `Method` or `Class `.
26
+ #
27
+ # Command used:
28
+ # - `grep -E -h -r --exclude="*.phpt" '_error([0-9])?\(' * | awk -F\" '/%/ { print $2;} ' | sed -e 's/ \\$/ "/g' -e 's/%[zlp][ud]/\n/g' -e 's/%[a-z]/\n/g' -e 's/%\.\*s/\n/g' | sort | uniq | grep -E -v '^\w+\s?\W?$' | grep -E -v '^\W+$'
29
+ #
30
+ # Anything that is too short, or nonsense, we remove.
31
+
32
+ # Group without format strings
33
+
34
+ API is restricted by "
35
+ can't be temporary enabled (it may be only disabled till the end of request)
36
+ has not been properly started, can't compile file
37
+ is not a valid backing value for enum "
38
+ # is too long
39
+ # &
40
+ # *
41
+ # **
42
+ # +
43
+ # -
44
+ # /
45
+ 64-bit format codes are not available for 32-bit versions of PHP
46
+ # :
47
+ : module registration failed!
48
+ : opcache.huge_code_pages has no affect as huge page is not supported
49
+ # ???
50
+ A 'day of year' can only come after a year has been found
51
+ A PHP Object cannot be converted to a XPath-string
52
+ A four digit ISO year could not be found
53
+ A four digit year could not be found
54
+ A meridian could not be found
55
+ A non-numeric value encountered
56
+ A single digit day of week could not be found
57
+ A six digit microsecond could not be found
58
+ A textual day could not be found
59
+ A textual month could not be found
60
+ A thread value other than 1 is not supported by this implementation
61
+ A three digit day-of-year could not be found
62
+ A three digit millisecond could not be found
63
+ A two digit ISO week could not be found
64
+ A two digit day could not be found
65
+ A two digit hour could not be found
66
+ A two digit minute could not be found
67
+ A two digit month could not be found
68
+ A two digit second could not be found
69
+ A two digit year could not be found
70
+ Access violation (Segmentation fault) encountered\ntrying to abort cleanly...
71
+ Address buffer overflow
72
+ An error occurred while invoking the authorizer callback
73
+ An iterator cannot be used with foreach by reference
74
+ Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP.
75
+ Array and string offset access syntax with curly braces is no longer supported
76
+ Array callback has to contain indices 0 and 1
77
+ Array callback must have exactly two elements
78
+ Array of functions is not allowed
79
+ Array of incomplete type is not allowed
80
+ Array of object IDs cannot be empty
81
+ Array of values must be an associative array with string keys
82
+ Array of void type is not allowed
83
+ Array sizes are inconsistent
84
+ Array to string conversion
85
+ Attempt to assign an invalid callback, insufficient number of arguments
86
+ Attempt to assign element of non C array
87
+ Attempt to assign property of non-object
88
+ Attempt to assign read-only location
89
+ Attempt to call non C function pointer
90
+ Attempt to cast owned C pointer
91
+ Attempt to count() on non C array
92
+ Attempt to iterate on non C array
93
+ Attempt to perform assign of owned C pointer
94
+ Attempt to perform assign pointer to owned C data
95
+ Attempt to read element of non C array
96
+ Attempt to read over data boundary
97
+ Attempt to read over string boundary
98
+ Attempt to read property "
99
+ Attempt to write over data boundary
100
+ Attempting to set reference to non referenceable value
101
+ Attempting to use non-attribute class "
102
+ # Attribute "
103
+ Attribute class "
104
+ Automatic conversion of false to array is deprecated
105
+ Backup failed: source database is busy
106
+ Backup failed: source database is locked
107
+ Bad GD2 header
108
+ Bad scan conversion character "
109
+ Bad unserialize data
110
+ Bit field "
111
+ Breakpoint exists at #
112
+ Breakpoint exists for opline #
113
+ C array index out of bounds
114
+ CPU doesn't support SSE2
115
+ CTRL events can only be received on the main thread
116
+ CTRL events trapping is only supported on console
117
+ Can only throw objects
118
+ Can only use PDO::FETCH_FUNC in PDOStatement::fetchAll()
119
+ # Can use "
120
+ Can't bind a lob for output
121
+ Can't cache files in chroot() directory with too big inode
122
+ # Can't create a temporary mailbox:
123
+ Can't initialize heap
124
+ # Can't re-open '$new_mailbox' mailbox:
125
+ Cannot access "
126
+ Cannot access node list without offset
127
+ Cannot access parser properties before loading data
128
+ Cannot access property starting with "
129
+ Cannot add element to the array as the next element is already occupied
130
+ Cannot add newnode as the previous sibling of refnode
131
+ Cannot add next element to object of type FFI\\CData
132
+ Cannot allocate callback
133
+ Cannot append to WeakMap
134
+ Cannot append to an attribute list
135
+ Cannot apply [] to ResourceBundle object
136
+ Cannot assign an empty string to a string offset
137
+ Cannot assign by reference to an array dimension of an object
138
+ Cannot assign by reference to overloaded object
139
+ Cannot bind an instance to a static closure
140
+ Cannot call callback
141
+ Cannot call constructor
142
+ Cannot call default session handler
143
+ Cannot call forward_static_call() when no class scope is active
144
+ Cannot change opcache.jit setting at run-time (JIT is disabled)
145
+ Cannot check dimension on a COM object
146
+ Cannot compare DateInterval objects
147
+ Cannot connect to HTTPS server through proxy
148
+ # Cannot connect to IMAP server
149
+ # Cannot connect to IMAP server $server:
150
+ Cannot convert to resource type
151
+ Cannot copy hash
152
+ Cannot create duplicate attribute
153
+ Cannot create unnamed attribute
154
+ Cannot delete dimension from a COM object
155
+ Cannot delete properties from a COM object
156
+ Cannot directly construct AddressInfo, use socket_addrinfo_lookup() instead
157
+ Cannot directly construct CurlHandle, use curl_init() instead
158
+ Cannot directly construct CurlMultiHandle, use curl_multi_init() instead
159
+ Cannot directly construct CurlShareHandle, use curl_share_init() instead
160
+ Cannot directly construct DeflateContext, use deflate_init() instead
161
+ Cannot directly construct FTP\\Connection, use ftp_connect() or ftp_ssl_connect() instead
162
+ Cannot directly construct IMAP\\Connection, use imap_open() instead
163
+ Cannot directly construct InflateContext, use inflate_init() instead
164
+ Cannot directly construct LDAP\\Connection, use ldap_create() instead
165
+ Cannot directly construct LDAP\\Result, use the dedicated functions instead
166
+ Cannot directly construct LDAP\\ResultEntry, use the dedicated functions instead
167
+ Cannot directly construct OpenSSLAsymmetricKey, use openssl_pkey_new() instead
168
+ Cannot directly construct OpenSSLCertificate, use openssl_x509_read() instead
169
+ Cannot directly construct OpenSSLCertificateSigningRequest, use openssl_csr_new() instead
170
+ Cannot directly construct PgSql\\Connection, use pg_connect() or pg_pconnect() instead
171
+ Cannot directly construct PgSql\\Lob, use pg_lo_open() instead
172
+ Cannot directly construct PgSql\\Result, use a dedicated function instead
173
+ Cannot directly construct Shmop, use shmop_open() instead
174
+ Cannot directly construct Socket, use socket_create() instead
175
+ Cannot directly construct SysvMessageQueue, use msg_get_queue() instead
176
+ Cannot directly construct SysvSemaphore, use sem_get() instead
177
+ Cannot directly construct SysvSharedMemory, use shm_attach() instead
178
+ Cannot directly construct XMLParser, use xml_parser_create() or xml_parser_create_ns() instead
179
+ Cannot directly construct mysqli_warning
180
+ Cannot end an oplog without starting it
181
+ Cannot fetch SoapServer object
182
+ Cannot fetch all data from the symbol table, invalid data source
183
+ Cannot fetch all the constants, invalid data source
184
+ Cannot fetch information from a fiber that has not been started or is terminated
185
+ Cannot fetch the callable from a fiber that has terminated
186
+ Cannot fit all OIDs for SET query into one packet, using multiple queries
187
+ Cannot free EnchantBroker object with open EnchantDictionary objects
188
+ Cannot instantiate FFI\\CData of zero size
189
+ Cannot instantiate user-supplied statement class
190
+ Cannot leak variable that is not refcounted
191
+ Cannot load module "
192
+ Cannot lock mutex
193
+ Cannot manually construct InternalIterator
194
+ Cannot modify header information - headers already sent
195
+ Cannot open "
196
+ Cannot prepare callback
197
+ Cannot prepare callback CIF
198
+ Cannot re-assign $this
199
+ Cannot read property
200
+ Cannot rebind scope of closure created from function
201
+ Cannot rebind scope of closure created from method
202
+ Cannot register a reverse output handler conflict outside of MINIT
203
+ Cannot register an output handler alias outside of MINIT
204
+ Cannot register an output handler conflict outside of MINIT
205
+ Cannot resume a fiber that is not suspended
206
+ Cannot resume an already running generator
207
+ Cannot start a fiber that has already been started
208
+ Cannot start a fiber that is the target of another fiber
209
+ Cannot suspend in a force-closed fiber
210
+ Cannot suspend outside of a fiber
211
+ Cannot switch fibers in current execution context
212
+ Cannot throw objects that do not implement Throwable
213
+ Cannot unbind $this of closure using $this
214
+ Cannot unbind $this of method
215
+ Cannot unset $this
216
+ Cannot unset PDORow offset
217
+ Cannot unset PDORow property
218
+ Cannot unset offset in a non-array variable
219
+ Cannot unset string offsets
220
+ # Cannot use "
221
+ Cannot use 'readonly' as method modifier
222
+ Cannot use [] for reading
223
+ Cannot use [] on objects in constant expression
224
+ Cannot use a scalar value as an array
225
+ Cannot use empty array elements in arrays
226
+ Cannot use list() as standalone expression
227
+ Cannot use object as array
228
+ Cannot use temporary expression in write context
229
+ Cannot write to PDORow offset
230
+ Cannot write to PDORow property
231
+ Cannot write to read-only property
232
+ Cannot yield from finally in a force-closed generator
233
+ Case folding mode must be one of the PDO::CASE_* constants
234
+ # Class "
235
+ Class name must be a valid object or a string
236
+ Collator class not defined
237
+ Column index must be greater than or equal to 0
238
+ Comparison of incompatible C types
239
+ Corrupt member variable name
240
+ # Could not allocate parser
241
+ Could not copy from temporary stream - ini file truncated
242
+ Could not create WBMP
243
+ Could not create gdImage
244
+ Could not fetch data, invalid data source
245
+ Could not fetch file name, invalid data source, aborting included file listing
246
+ Could not fetch included file count, invalid data source
247
+ Could not find information about included file...
248
+ Could not get x-size
249
+ Could not get y-size
250
+ Could not read color palette
251
+ Could not save WBMP
252
+ Couldn't fetch backtrace, invalid data source
253
+ Couldn't switch frames, invalid data source
254
+ Data must be loaded before expanding
255
+ Data must be loaded before reading
256
+ DateFormat class not defined
257
+ DatePeriod has not been initialized correctly
258
+ DatePeriod::__construct() accepts (DateTimeInterface, DateInterval, int [, int]), or (DateTimeInterface, DateInterval, DateTime [, int]), or (string [, int]) as arguments
259
+ DateTimeInterface can't be implemented by user classes
260
+ Day of week must be between 1 and 7
261
+ Different numbers of variable names and field specifiers
262
+ Direct instantiation of WeakReference is not allowed, use WeakReference::create instead
263
+ Directive oci8.old_oci_close_semantics is deprecated
264
+ Directory object is already initialized
265
+ Division by zero
266
+ # Done
267
+ # Done.
268
+ Double date specification
269
+ Double time specification
270
+ Double timezone specification
271
+ # Dummy
272
+ Duplicate field name "
273
+ During class fetch
274
+ EOF before image was complete
275
+ Empty string
276
+ Empty string as an extension
277
+ Encoding mode must be ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE
278
+ Encoding: '*' may only be first arraySize value in list
279
+ Encoding: Can't decode apache map, missing key
280
+ Encoding: Can't decode apache map, missing value
281
+ Encoding: Can't decode apache map, only Strings or Longs are allowed as keys
282
+ Encoding: Cannot find encoding
283
+ Encoding: Error calling from_xml callback
284
+ Encoding: Error calling to_xml callback
285
+ Encoding: Internal Error
286
+ Encoding: Invalid timestamp
287
+ Encoding: Restriction: invalid enumeration value "
288
+ Encoding: Restriction: length greater than 'maxLength'
289
+ Encoding: Restriction: length is not equal to 'length'
290
+ Encoding: Restriction: length less than 'minLength'
291
+ Encoding: SoapVar has no 'enc_type' property
292
+ Encoding: Violation of encoding rules
293
+ Encoding: object has no 'any' property
294
+ Enumerator value "
295
+ Epoch doesn't fit in a PHP integer
296
+ Error casting object to string in collator_convert_object_to_string()
297
+ Error converting utf16 to utf8 in collator_convert_zval_utf16_to_utf8()
298
+ Error from compressing
299
+ Error mode must be one of the PDO::ERRMODE_* constants
300
+ Error reading comproessed chunk
301
+ Escaped character expected
302
+ Execution context not set!
303
+ Expected array for frame
304
+ FFI API is restricted by "
305
+ FFI internal error. Unsupported parameter type
306
+ FFI internal error. Unsupported return type
307
+ FFI passing array is not implemented
308
+ FFI passing struct/union is not implemented
309
+ FFI return array is not implemented
310
+ FFI return struct/union is not implemented
311
+ FFI::load() doesn't work in conjunction with "
312
+ FFI\\CData
313
+ FFI\\CData or FFI\\CType
314
+ FFI\\CData or string
315
+ FFI\\CType is not a function
316
+ FFI\\CType is not a pointer
317
+ FFI\\CType is not a structure
318
+ FFI\\CType is not an array
319
+ FFI\\CType is not an enumeration
320
+ FFI\\Cdata is not a C string
321
+ FFI\\Cdata is not a pointer
322
+ FTP does not support simultaneous read/write connections
323
+ FTP proxy may only be used in read mode
324
+ Fail to read header
325
+ Failed to clone SpoofChecker object
326
+ Failed to create closure from callable
327
+ Failed to find breakpoint #
328
+ Failed to read property due to libxml error
329
+ Fetch mode must be a bitmask of PDO::FETCH_* constants
330
+ File Upload Mime headers garbled
331
+ File name is not a string
332
+ File upload error - unable to create a temporary file
333
+ Filename cannot be empty
334
+ First array member is not a valid class name or object
335
+ Format literal not found
336
+ Found unconstructed BreakIterator
337
+ Found unconstructed IntlCalendar
338
+ Found unconstructed IntlDateFormatter
339
+ Found unconstructed IntlDatePatternGenerator
340
+ Found unconstructed IntlIterator
341
+ Found unconstructed IntlTimeZone
342
+ Found unconstructed MessageFormatter
343
+ Found unconstructed NumberFormatter
344
+ Found unconstructed ResourceBundle
345
+ Found unconstructed Spoofchecker
346
+ Found unconstructed transliterator
347
+ Found unexpected data
348
+ Freeing memory
349
+ GC buffer overflow (GC disabled)\n
350
+ Generated salt too short
351
+ Generator already closed
352
+ Generator currently running
353
+ Generator passed to yield from was aborted without proper return and is unable to continue
354
+ Get commit status
355
+ Glob support is not available
356
+ Got chunk
357
+ HTTP request failed!
358
+ HTTP wrapper does not support writeable connections
359
+ HY000
360
+ HY093
361
+ HY105
362
+ Handler name must be a string
363
+ Header "
364
+ Header may not contain
365
+ Header may not contain NUL bytes
366
+ Header name "
367
+ Header name cannot be numeric,
368
+ Header to delete may not contain colon.
369
+ Hour cannot be higher than 12
370
+ IM001
371
+ ISO Week must be between 1 and 53
372
+ Ignoring session_start() because a session has already been started
373
+ Illegal member variable name
374
+ Illegal offset type
375
+ Illegal offset type in isset or empty
376
+ Illegal offset type in unset
377
+ Illegal string offset
378
+ # Illegal string offset "
379
+ Implicit conversion from float-string "
380
+ Impossible to not specify a stdin delimiter without -rr
381
+ Impossible to yield from the Generator being currently run
382
+ Incompatible types when assigning
383
+ Incomplete enum "
384
+ Incomplete struct "
385
+ Incomplete union "
386
+ # Incorrect "
387
+ Input string is too long
388
+ Instantiation of class Closure is not allowed
389
+ Insufficient data for unserializing -
390
+ # Interface "
391
+ Internal error: Failed to retrieve the argument's reflection object
392
+ Internal error: Failed to retrieve the reflection object
393
+ Internal help error, non-unique alias "
394
+ Interned string buffer overflow
395
+ IntlCalendar::set() has no variant with exactly 4 parameters
396
+ IntlGregorianCalendar object is already constructed
397
+ IntlRuleBasedBreakIterator object is already constructed
398
+ # Invalid "
399
+ Invalid OID value passed
400
+ Invalid RelaxNG Validation Context
401
+ Invalid Schema Validation Context
402
+ Invalid XBM
403
+ Invalid XPath Context
404
+ Invalid arguments to print, expected nothing, function name or method name
405
+ Invalid bcrypt cost parameter specified:
406
+ Invalid boundary in multipart/form-data POST data
407
+ Invalid browscap ini file:
408
+ Invalid characters passed for attempted conversion, these have been ignored
409
+ Invalid column index
410
+ Invalid document encoding
411
+ Invalid finfo object
412
+ Invalid number of threads
413
+ Invalid object handle
414
+ Invalid or uninitialized EnchantBroker object
415
+ Invalid or uninitialized EnchantDictionary object
416
+ Invalid or uninitialized SNMP object
417
+ Invalid or uninitialized XMLWriter object
418
+ Invalid or uninitialized Zip object
419
+ Invalid parameter type for conditional breakpoint
420
+ Invalid run command, cannot put further arguments after stdin
421
+ Invalid run command, unterminated escape sequence
422
+ Invalid scanner mode
423
+ Invalid serialization data for DatePeriod object
424
+ Invalid serialization data for DateTime object
425
+ Invalid serialization data for DateTimeImmutable object
426
+ Invalid serialization data for DateTimeZone object
427
+ Invalid stream/context parameter
428
+ Invalid timezone offset in minutes
429
+ Iterated value is no longer an array or object
430
+ Iterator does not support rewinding
431
+ Iterator not initialized or already consumed
432
+ JIT is compatible only with CALL and HYBRID VM. JIT disabled.
433
+ JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disabled.
434
+ JIT is incompatible with third party extensions that setup user opcode handlers. JIT disabled.
435
+ Key array must be of the form array(0 => key, 1 => phrase)
436
+ LDAP connection has already been closed
437
+ LDAP result has already been closed
438
+ Length is too large to safely generate
439
+ Line is not an int
440
+ Locale class not defined
441
+ Malformed input
442
+ Maximum number of allowable file uploads has been exceeded
443
+ Memory Manager Disabled!
444
+ Memory allocation failed for IP_ADAPTER_ADDRESSES struct
445
+ Memory cost is outside of allowed memory range
446
+ Meridian can only come after an hour has been found
447
+ Method name must be a string
448
+ Missing boundary in multipart/form-data POST data
449
+ Missing expected time part
450
+ Missing format specifier at end of string
451
+ Missing padding character
452
+ Missing redirection target
453
+ Mixing of ISO dates with natural dates is not allowed
454
+ Mode must be one of 'r', 'r+', 'w', or 'w+'
455
+ Modification of ArrayObject during sorting is prohibited
456
+ # Module "
457
+ Multi OID walks are not supported!
458
+ NULL pointer dereference
459
+ Nanoseconds was not in the range 0 to 999 999 999 or seconds was negative
460
+ Negative width in bit-field "
461
+ No PostgreSQL connection opened yet
462
+ No URL resource specified
463
+ No active class
464
+ No active op array!
465
+ No active symbol table!
466
+ No execution context
467
+ No execution context set
468
+ No file uploaded
469
+ No function table loaded
470
+ # No key "
471
+ No more entries in hash table!
472
+ No pattern was provided
473
+ No resource supplied
474
+ No security protocol supported
475
+ No session id returned by function
476
+ No set command selected!
477
+ No stream arrays were passed
478
+ No string was provided
479
+ No variant with 4 arguments (excluding trailing NULLs)
480
+ Node from wrong document
481
+ Node must be associated with a document
482
+ Normalizer class not defined
483
+ Not Executing!
484
+ Not a full path given or extension_dir ini setting is not set
485
+ Not a valid gd2 file
486
+ Not enough data available to satisfy format
487
+ Not enough free shared space to allocate
488
+ # Not executing
489
+ # Not executing!
490
+ Not executing, and execution context not set
491
+ # Not running
492
+ Not supported in multithreaded Web servers
493
+ # Not yet implemented
494
+ Nothing to execute!
495
+ Nothing was deleted, no corresponding watchpoint found
496
+ Number is not an integer string
497
+ Number of bind variables doesn't match number of fields in prepared statement
498
+ NumberFormatter class not defined
499
+ NumberFormatter object is already constructed
500
+ OCIAttrGet: OCI_ATTR_CALL_TIMEOUT
501
+ OCIAttrSet: OCI_ATTR_ACTION
502
+ OCIAttrSet: OCI_ATTR_CALL_TIMEOUT
503
+ OCIAttrSet: OCI_ATTR_CLIENT_IDENTIFIER
504
+ OCIAttrSet: OCI_ATTR_CLIENT_INFO
505
+ OCIAttrSet: OCI_ATTR_MODULE
506
+ OCIAttrSet: OCI_ATTR_PASSWORD
507
+ OCIAttrSet: OCI_ATTR_SERVER
508
+ OCIAttrSet: OCI_ATTR_SESSION
509
+ OCIAttrSet: OCI_ATTR_USERNAME
510
+ OCIEnvNlsCreate: Check the character set is valid and that PHP has access to Oracle libraries and NLS data
511
+ OCIHandleAlloc: OCI_HTYPE_SESSION
512
+ OCIHandleAlloc: OCI_HTYPE_SVCCTX
513
+ OCINlsCharSetNameToId: unknown character set name
514
+ OCINlsNumericInfoGet: OCI_NLS_CHARSET_MAXBYTESZ
515
+ OCIServerDetach
516
+ OCISessionBegin
517
+ OCIStmtExecute
518
+ OCIStmtFetch
519
+ OCIStmtPrepare
520
+ OCITransCommit
521
+ OCITransRollback
522
+ OCI_NEED_DATA
523
+ Object is not initialized
524
+ Object not initialized
525
+ One parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n
526
+ Only 'cdata' property may be read
527
+ Only 'cdata' property may be set
528
+ Only arrays and Traversables can be unpacked
529
+ Only classes can be marked with #[ZendTestAttribute]
530
+ Only the first byte will be assigned to the string offset
531
+ Only the leftmost array can be undimensioned
532
+ Only variable references should be returned by reference
533
+ Only variable references should be yielded by reference
534
+ Only variables should be assigned by reference
535
+ Only variables should be passed by reference
536
+ # Option "
537
+ Options should have the form [\
538
+ Out of memory
539
+ Overflow in enumeration values "
540
+ PDO object is not initialized, constructor was not called
541
+ PDO object is uninitialized
542
+ PDO::ATTR_STATEMENT_CLASS class must be a valid class
543
+ PDO::ATTR_STATEMENT_CLASS class must be derived from PDOStatement
544
+ PDO::ATTR_STATEMENT_CLASS value must be an array with the format
545
+ PDO::FETCH_INTO and PDO::FETCH_CLASS cannot be set as the default fetch mode
546
+ PNG support is not available
547
+ POST Content-Length of
548
+ Pair level
549
+ Paletter image not supported by webp
550
+ Parser must not be called recursively
551
+ Parsing Schema: <restriction> or <extension> expected in complexContent
552
+ Parsing Schema: attribute has both 'ref' and 'type' attributes
553
+ Parsing Schema: attribute has both 'ref' attribute and subtype
554
+ Parsing Schema: attribute has both 'type' attribute and subtype
555
+ Parsing Schema: attribute has no 'name' nor 'ref' attributes
556
+ Parsing Schema: attributeGroup has both 'ref' attribute and subattribute
557
+ Parsing Schema: attributeGroup has no 'name' nor 'ref' attributes
558
+ Parsing Schema: can't import schema. Namespace must not match the enclosing schema 'targetNamespace'
559
+ Parsing Schema: complexType has no 'name' attribute
560
+ Parsing Schema: element has both 'default' and 'fixed' attributes
561
+ Parsing Schema: element has both 'itemType' attribute and subtype
562
+ Parsing Schema: element has both 'ref' and 'fixed' attributes
563
+ Parsing Schema: element has both 'ref' and 'nillable' attributes
564
+ Parsing Schema: element has both 'ref' and 'type' attributes
565
+ Parsing Schema: element has both 'ref' attribute and subtype
566
+ Parsing Schema: element has both 'type' attribute and subtype
567
+ Parsing Schema: element has no 'name' nor 'ref' attributes
568
+ Parsing Schema: expected <restriction> or <extension> in simpleContent
569
+ Parsing Schema: expected <restriction>, <list> or <union> in simpleType
570
+ Parsing Schema: extension has no 'base' attribute
571
+ Parsing Schema: group has both 'ref' attribute and subcontent
572
+ Parsing Schema: group has no 'name' nor 'ref' attributes
573
+ Parsing Schema: include has no 'schemaLocation' attribute
574
+ Parsing Schema: missing restriction value
575
+ Parsing Schema: redefine has no 'schemaLocation' attribute
576
+ Parsing Schema: restriction has no 'base' attribute
577
+ Parsing Schema: simpleType has no 'name' attribute
578
+ Parsing WSDL: <binding> has no name attribute
579
+ Parsing WSDL: <message> has no name attribute
580
+ Parsing WSDL: <portType> has no name attribute
581
+ Parsing WSDL: <service> has no name attribute
582
+ Parsing WSDL: Could not find any usable binding services in WSDL.
583
+ Parsing WSDL: Couldn't bind to service
584
+ Parsing WSDL: Missing 'name' attribute for <binding>
585
+ Parsing WSDL: Missing 'name' attribute for <operation>
586
+ Parsing WSDL: Missing 'type' attribute for <binding>
587
+ Parsing WSDL: Missing message attribute for <header>
588
+ Parsing WSDL: Missing part attribute for <header>
589
+ Parsing WSDL: No address associated with <port>
590
+ Parsing WSDL: No binding associated with <port>
591
+ Parsing WSDL: No location associated with <port>
592
+ Parsing WSDL: Unspecified encodingStyle
593
+ Password hashing failed for unknown reason
594
+ Password is too long
595
+ Path cannot be empty
596
+ Path to document must not contain any null bytes
597
+ PostgreSQL connection has already been closed
598
+ PostgreSQL large object has already been closed
599
+ PostgreSQL result has already been closed
600
+ Precision must be an integer
601
+ Preloading doesn't work in "
602
+ Preloading failed to initgroups(\
603
+ Preloading is incompatible with first-exec and profile triggered JIT
604
+ Private methods cannot be final as they are never overridden by other classes
605
+ Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n
606
+ Property access is not allowed yet
607
+ Property queryString is read only
608
+ Putting buf...
609
+ Putting int...
610
+ Putting word...
611
+ Read Error: truncated data
612
+ Read-only segment cannot be written
613
+ Reading file
614
+ Reading gd2 header info
615
+ Recursion detected
616
+ Redeclaration of "
617
+ Redefinition of "
618
+ Redirection limit reached, aborting
619
+ Registered tick function cannot be unregistered while it is being executed
620
+ Remote file already exists and overwrite context option not specified
621
+ ResourceBundle does not support writable iterators
622
+ ResourceBundle object is already constructed
623
+ Restarting!
624
+ Returning by reference from a void function is deprecated
625
+ SNMP output print format must be an SNMP_OID_OUTPUT_* constant
626
+ SNMP retrieval method must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALUE_PLAIN, and SNMP_VALUE_OBJECT
627
+ SNMP::$max_oids must be greater than 0 or null
628
+ SOAP-ERROR:
629
+ SQLAllocHandle (DBC)
630
+ SQLAllocHandle: STMT
631
+ SQLAllocStmt
632
+ SQLBindCol
633
+ SQLBindParameter
634
+ SQLColAttribute
635
+ SQLColumnPrivileges
636
+ SQLColumns
637
+ SQLConnect
638
+ SQLDataSources
639
+ SQLDescribeCol
640
+ SQLDescribeParameter
641
+ SQLDriverConnect
642
+ SQLEndTran: Commit
643
+ SQLEndTran: Rollback
644
+ SQLExecDirect
645
+ SQLExecute
646
+ SQLFetchScroll
647
+ SQLForeignKeys
648
+ SQLFreeStmt
649
+ SQLGetCursorName
650
+ SQLGetData
651
+ SQLGetTypeInfo
652
+ SQLMoreResults
653
+ SQLPrepare
654
+ SQLPrimaryKeys
655
+ SQLProcedureColumns
656
+ SQLProcedures
657
+ SQLRowCount
658
+ SQLSetConnectAttr AUTOCOMMIT
659
+ SQLSetConnectAttr AUTOCOMMIT = OFF
660
+ SQLSetConnectAttr AUTOCOMMIT = ON
661
+ SQLSetConnectAttr SQL_ODBC_CURSORS
662
+ SQLSetConnectOption
663
+ SQLSetCursorName
664
+ SQLSetEnvAttr: ODBC3
665
+ SQLSetEnvAttr: SQL_ATTR_CP_MATCH
666
+ SQLSetStmtAttr: SQL_ATTR_CURSOR_SCROLLABLE
667
+ SQLSpecialColumns
668
+ SQLStatistics
669
+ SQLTablePrivileges
670
+ SQLTables
671
+ SQLTransact
672
+ SQLite Extension are disabled
673
+ SSL: failed invoking reneg limit notification callback
674
+ SSL: failed loading CA names from cafile
675
+ Schema must be set prior to reading
676
+ Second array member is not a valid method
677
+ Security level must be one of "
678
+ Security protocol must be "
679
+ Security protocol must be one of "
680
+ Seeking...
681
+ Server doesn't support FTPS.
682
+ Session id must be a string
683
+ Session is not active
684
+ Set autocommit
685
+ SetConnectOption
686
+ SetStmtOption
687
+ Shared memory block has already been destroyed
688
+ SimpleXMLElement is not properly initialized
689
+ SoapHeader::__construct(): "
690
+ SoapServer::addFunction(): Function "
691
+ SoapServer::addSoapHeader() may be called only during SOAP request processing
692
+ SoapServer::setPersistence(): Persistence cannot be set when the SOAP server is used in function mode
693
+ Some opcache.jit_debug bits cannot be changed after startup
694
+ Spoofchecker class not defined
695
+ String offset cast occurred
696
+ String size overflow
697
+ TCP/IP option is not available for error logging
698
+ Telling...
699
+ # The
700
+ # The "
701
+ The (unset) cast is no longer supported
702
+ The DateTime object has not been correctly initialized by its constructor
703
+ The InternalIterator object has not been properly initialized
704
+ The additional headers cannot contain the "
705
+ The authorizer callback returned an invalid type: expected int
706
+ The authorizer callback returned an invalid value
707
+ The command "
708
+ The driver_version property is deprecated
709
+ The escaped character could not be found
710
+ The filter.default ini setting is deprecated
711
+ The first parameter in session.save_path is invalid
712
+ The first parameter makes no sense !
713
+ The format separator does not match
714
+ The inner constructor wasn't initialized with an iterator instance
715
+ The number of elements in the type definition string must match the number of bind variables
716
+ The number of variables must match the number of parameters in the prepared statement
717
+ The object is in an invalid state as the parent constructor was not called
718
+ The parent constructor was not called: the object is in an invalid state
719
+ The passed argument was not a stack !
720
+ The second parameter in session.save_path is invalid
721
+ The separation symbol ([;:/.,-]) could not be found
722
+ The separation symbol could not be found
723
+ The stack contains nothing !
724
+ The timezone could not be found in the database
725
+ This shared object is nor a Zend extension nor a module
726
+ Throwing from FFI callbacks is not allowed
727
+ Time cost is outside of allowed time range
728
+ Timezone database is corrupt. Please file a bug report as this should never happen
729
+ Timezone initialization failed
730
+ Too many arguments
731
+ Trailing data
732
+ Trait "
733
+ Transliterator class not defined
734
+ Transliterator::$id is read-only
735
+ Trying to compare uninitialized DateTimeZone objects
736
+ Type float/double is not allowed at position
737
+ Type must be a single character
738
+ Type must be of type string when object ID is a string
739
+ Unable to activate SSL mode
740
+ Unable to bind parameter number
741
+ Unable to call custom replacement function
742
+ Unable to cast node to string
743
+ Unable to find my handle property
744
+ Unable to generate salt
745
+ Unable to initialize the input buffer
746
+ Unable to open extensions outside the defined directory
747
+ Unable to resume from offset
748
+ Unconstructed Transliterator object cannot be cloned
749
+ Undefined C type "
750
+ Undefined array key
751
+ Undefined array key "
752
+ Undefined constant "
753
+ Undefined period specifier
754
+ Undefined variable $this
755
+ Unexpected character
756
+ Unexpected data found.
757
+ Unexpected failure hashing password
758
+ Uninitialized string offset
759
+ Unknown SOAP version
760
+ Unknown and uncaught modification type.
761
+ Unknown file open mode
762
+ Unknown format specifier "
763
+ Unknown reason
764
+ Unmatched [ in format string
765
+ Unsupported "
766
+ Unsupported argument type
767
+ Unsupported attribute "
768
+ Unsupported attribute type
769
+ Unsupported constant expression
770
+ Unsupported operand types
771
+ Use after free()
772
+ # Use of "
773
+ User-supplied function must be a valid callback
774
+ User-supplied statement class cannot have a public constructor
775
+ User-supplied statement does not accept constructor arguments
776
+ Using $this when not in object context
777
+ Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead
778
+ Using ${var} in strings is deprecated, use {$var} instead
779
+ Using raw format data
780
+ Value must be of type string when object ID is a string
781
+ Variable is not assigned by any conversion specifiers
782
+ Variadic function closures are not supported
783
+ VirtualAlloc() failed
784
+ VirtualFree() failed
785
+ WeakMap key must be an object
786
+ WebP decode: realloc failed
787
+ Width must be an integer
788
+ # Width of "
789
+ Writing index
790
+ Wrong argument number
791
+ Wrong field name
792
+ Wrong type of bit field "
793
+ XMLReader::expand() requires the DOM extension to be enabled
794
+ XPath query did not return a nodeset
795
+ Year out of range (0-9999)
796
+ You MUST load PDO before loading any PDO drivers
797
+ You cannot initialize a GdFont object except through helper functions
798
+ You cannot initialize a GdImage object except through helper functions
799
+ You cannot initialize a PSpell\\Config object except through helper functions
800
+ You cannot initialize a PSpell\\Dictionary object except through helper functions
801
+ You should not create a tidyNode manually
802
+ Zero width in bit-field "
803
+ [] operator not supported for SplFixedArray
804
+ [] operator not supported for strings
805
+ # \
806
+ # ^
807
+ __clone method called on non-object
808
+ and argument #2 ($string_2) must have the same length
809
+ and argument #2 ($values) must have the same number of elements
810
+ args element is not an array
811
+ # array
812
+ attempt to cast to larger type
813
+ attempt to read over data boundary
814
+ attempt to read over string boundary
815
+ attempt to use a closed file
816
+ attempt to write over data boundary
817
+ auto_detect_line_endings is deprecated
818
+ avif error - Could not allocate memory
819
+ avif error - Could not create GD truecolor image
820
+ avif error - avif doesn't support palette images
821
+ avif error - couldn't allocate memory
822
+ avif error - image dimensions are too large
823
+ avif error - image dimensions must not be zero
824
+ bad type specifier while parsing parameters
825
+ c-client imap_getacl failed
826
+ call a method
827
+ # calling
828
+ can't allocate continuation
829
+ can't re-open '$new_mailbox' mailbox:
830
+ # cannot be "
831
+ cannot be 0 for the POSIX_S_IFCHR and POSIX_S_IFBLK modes
832
+ cannot be PDO::FETCH_LAZY in PDOStatement::fetchAll()
833
+ cannot be a class constant
834
+ cannot be a recursive array
835
+ cannot be an array when working on a single string
836
+ cannot be empty when HMAC is requested
837
+ cannot be null for non-static methods
838
+ cannot be null for the chosen cipher algorithm
839
+ cannot be null when argument #1 ($objectOrMethod) is an object
840
+ cannot be null when argument #2 ($name) is a string
841
+ cannot be null when argument #2 ($wrapper_or_options) is a string
842
+ cannot be null when argument #3 ($atime) is an integer
843
+ cannot be null when the socket type is AF_INET
844
+ cannot be null when the socket type is AF_INET6
845
+ cannot be provided when argument #2 ($wrapper_or_options) is an array
846
+ cannot be true when argument #2 ($width) is 0
847
+ cannot change a protected metatable
848
+ cannot combine mode "
849
+ # cannot contain
850
+ # cannot contain "
851
+ cannot contain empty keys
852
+ cannot create tempnam
853
+ cannot have a fractional part
854
+ cannot use multiple endian options
855
+ cannot use multiple word order options
856
+ connect.inc: Failed to connect as '$user' to '$dbase':
857
+ contains a closed socket
858
+ contains an invalid cURL option
859
+ contains invalid encoding "
860
+ corrupt magic file
861
+ could not dup descriptor for temp file
862
+ could not find any valid magic files!
863
+ could not obtain parameters for parsing
864
+ declare(encoding=...) ignored because
865
+ define(): Argument #3 ($case_insensitive) is ignored since declaration of case-insensitive constants is no longer supported
866
+ deflate_init(): "
867
+ empty password
868
+ error converting input string
869
+ error copying from pipe to temp file
870
+ error reading
871
+ error seeking
872
+ error while writing to temp file
873
+ failed setting compression level
874
+ failed to invoke callback
875
+ file is already closed
876
+ file_override_enabled has no effect when file_cache_only is set
877
+ first character must be one of "
878
+ free() non a C pointer
879
+ func_get_arg() cannot be called from the global scope
880
+ func_get_args() cannot be called from the global scope
881
+ func_num_args() must be called from a function context
882
+ gd-jpeg error: cannot allocate gdImage struct
883
+ gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly useless, because JPEGs on the web are 8-bit and such versions of the jpeg library won't read or write them. GD doesn't support these unusual images. Edit your jmorecfg.h file to specify the correct precision and completely 'make clean' and 'make install' libjpeg again. Sorry
884
+ gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly useless, because JPEGs on the web are 8-bit and such versions of the jpeg library won't read or write them. GD doesn't support these unusual images. Edit your jmorecfg.h file to specify the correct precision and completely 'make clean' and 'make install' libjpeg again. Sorry.
885
+ gd-jpeg: warning: jpeg_finish_decompress reports suspended data source
886
+ gd-jpeg: warning: jpeg_start_decompress reports suspended data source
887
+ gd-png error: cannot allocate gdImage struct
888
+ gd-png error: cannot allocate gray palette
889
+ gd-png error: cannot allocate libpng info struct
890
+ gd-png error: cannot allocate libpng main struct
891
+ gd-png error: compression level must be 0 through 9
892
+ gd-png error: no colors in palette
893
+ gd-png error: setjmp returns error condition
894
+ gd-tga: premature end of image data\n
895
+ gd-webp cannot allocate temporary buffer
896
+ gd-webp cannot get webp info
897
+ gd-webp encoding failed
898
+ gd2 header complete
899
+ gd2: EOF while reading\n
900
+ get_called_class() must be called from within a class
901
+ get_class() without arguments must be called from within a class
902
+ has already been closed
903
+ individual body cannot be empty
904
+ infinite recursion prevented
905
+ input LOB is no longer a stream
906
+ invalid capture index
907
+ invalid format (repeated flags)
908
+ invalid format (width or precision too long)
909
+ invalid option
910
+ invalid order function for sorting
911
+ invalid pattern capture
912
+ is an invalid DocumentType object
913
+ is an invalid configuration option, "
914
+ is an invalid offset
915
+ # is invalid
916
+ is not a supported source encoding
917
+ is not a supported target encoding
918
+ is not a valid cURL multi option
919
+ is not a valid cURL option
920
+ is not a valid cURL share option
921
+ is not a valid codepoint
922
+ is not a valid encoding
923
+ is not a valid fault code
924
+ is not a valid node type
925
+ is not an integer string
926
+ # is not well-formed
927
+ # is out of range
928
+ is required when using this extract type
929
+ # is too large
930
+ # is too long
931
+ is uninitialized
932
+ iterable type is now a compile time alias for array|Traversable,
933
+ jday must be between 2440588 and
934
+ malformed pattern (ends with
935
+ malformed pattern (missing
936
+ mb_chr() does not support the "
937
+ mb_ord() does not support the "
938
+ mb_strpos(): Unknown error
939
+ # missing
940
+ # modify a property
941
+ # must be "
942
+ must be 0 or 1 for attribute MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH
943
+ must be 1 for SQLSetConnectOption(), or 2 for SQLSetStmtOption()
944
+ must be CL_EXPUNGE or 0
945
+ must be CP_UID or 0
946
+ must be FORK_NOSIGCHLD or FORK_WAITPID
947
+ must be FT_UID or 0
948
+ must be Palette
949
+ must be RegexIterator::MATCH, RegexIterator::GET_MATCH,
950
+ must be SOAP_FUNCTIONS_ALL when an integer is passed
951
+ must be SODIUM_CRYPTO_AEAD_AES256GCM_KEYBYTES bytes long
952
+ must be SODIUM_CRYPTO_AEAD_AES256GCM_NPUBBYTES bytes long
953
+ must be SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_IETF_KEYBYTES bytes long
954
+ must be SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES bytes long
955
+ must be SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_KEYBYTES bytes long
956
+ must be SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_NPUBBYTES bytes long
957
+ must be SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_KEYBYTES bytes long
958
+ must be SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES bytes long
959
+ must be SODIUM_CRYPTO_AUTH_BYTES bytes long
960
+ must be SODIUM_CRYPTO_AUTH_KEYBYTES bytes long
961
+ must be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes long
962
+ must be SODIUM_CRYPTO_BOX_NONCEBYTES bytes long
963
+ must be SODIUM_CRYPTO_BOX_PUBLICKEYBYTES bytes long
964
+ must be SODIUM_CRYPTO_BOX_SECRETKEYBYTES bytes long
965
+ must be SODIUM_CRYPTO_BOX_SEEDBYTES bytes long
966
+ must be SODIUM_CRYPTO_KDF_BYTES_MIN bytes long
967
+ must be SODIUM_CRYPTO_KDF_CONTEXTBYTES bytes long
968
+ must be SODIUM_CRYPTO_KX_KEYPAIRBYTES bytes long
969
+ must be SODIUM_CRYPTO_KX_PUBLICKEYBYTES bytes long
970
+ must be SODIUM_CRYPTO_KX_SEEDBYTES bytes long
971
+ must be SODIUM_CRYPTO_PWHASH_SALTBYTES bytes long
972
+ must be SODIUM_CRYPTO_PWHASH_SCRYPTSALSA208SHA256_SALTBYTES bytes long
973
+ must be SODIUM_CRYPTO_SCALARMULT_SCALARBYTES bytes long
974
+ must be SODIUM_CRYPTO_SECRETBOX_KEYBYTES bytes long
975
+ must be SODIUM_CRYPTO_SECRETBOX_NONCEBYTES bytes long
976
+ must be SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_HEADERBYTES bytes long
977
+ must be SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_KEYBYTES bytes long
978
+ must be SODIUM_CRYPTO_SHORTHASH_KEYBYTES bytes long
979
+ must be SODIUM_CRYPTO_SIGN_BYTES bytes long
980
+ must be SODIUM_CRYPTO_SIGN_KEYPAIRBYTES bytes long
981
+ must be SODIUM_CRYPTO_SIGN_PUBLICKEYBYTES bytes long
982
+ must be SODIUM_CRYPTO_SIGN_SECRETKEYBYTES bytes long
983
+ must be SODIUM_CRYPTO_SIGN_SEEDBYTES bytes long
984
+ must be SODIUM_CRYPTO_STREAM_KEYBYTES bytes long
985
+ must be SODIUM_CRYPTO_STREAM_NONCEBYTES bytes long
986
+ must be SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES bytes long
987
+ must be SODIUM_CRYPTO_STREAM_XCHACHA20_NONCEBYTES bytes long
988
+ must be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH
989
+ must be ST_UID or 0
990
+ must be TrueColor
991
+ must be a 3x3 array
992
+ must be a DNS_* constant
993
+ must be a NumberFormatter::TYPE_* constant
994
+ must be a PHP_XML_OPTION_* constant
995
+ must be a PREG_* constant
996
+ must be a RecursiveTreeIterator::PREFIX_* constant
997
+ must be a UConverter::REASON_* constant
998
+ must be a a valid normalization form
999
+ must be a bitmask of CP_UID, and CP_MOVE
1000
+ must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL
1001
+ must be a bitmask of FT_UID, FT_PREFETCHTEXT, and FT_INTERNAL
1002
+ must be a bitmask of IMAP_GC_TEXTS, IMAP_GC_ELT, and IMAP_GC_ENV
1003
+ must be a bitmask of OP_READONLY, OP_ANONYMOUS, OP_HALFOPEN,
1004
+ must be a bitmask of PDO::FETCH_* constants
1005
+ must be a bitmask of SA_* constants
1006
+ must be a bitmask of SE_FREE, and SE_UID
1007
+ must be a bitmask of SE_UID, and SE_NOPREFETCH
1008
+ must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALUE_PLAIN, and SNMP_VALUE_OBJECT
1009
+ must be a bitmask of the OP_* constants, and CL_EXPUNGE
1010
+ must be a bz2 stream
1011
+ must be a callable, null given
1012
+ must be a combination of CLONE_* flags
1013
+ must be a cryptographic hashing algorithm if HMAC is requested
1014
+ must be a greater than 0
1015
+ must be a greater than or equal to 0
1016
+ must be a list array
1017
+ must be a multiple of argument #2 ($word_size)
1018
+ must be a non-empty string
1019
+ must be a reference to a state
1020
+ must be a single character
1021
+ must be a two-letter ISO 3166-1 compatible country code
1022
+ must be a user-defined class name, internal class name given
1023
+ must be a valid DNS record type
1024
+ must be a valid Directory resource
1025
+ must be a valid Hash Context resource
1026
+ must be a valid SNMP protocol version
1027
+ must be a valid URL component identifier,
1028
+ must be a valid XML attribute
1029
+ must be a valid XML node
1030
+ must be a valid access mode
1031
+ must be a valid array offset type
1032
+ must be a valid attribute filter flag
1033
+ must be a valid base64 string
1034
+ must be a valid base64 variant identifier
1035
+ must be a valid bit mask of PGSQL_CONV_FORCE_NULL, PGSQL_DML_NO_CONV,
1036
+ must be a valid bit mask of PGSQL_CONV_IGNORE_DEFAULT,
1037
+ must be a valid calendar ID
1038
+ must be a valid callback, function "
1039
+ must be a valid charset
1040
+ must be a valid class
1041
+ must be a valid codepage
1042
+ must be a valid comparison operator
1043
+ must be a valid cryptographic hashing algorithm
1044
+ must be a valid data source URI
1045
+ must be a valid data source name
1046
+ must be a valid data source name (via URI)
1047
+ must be a valid element type
1048
+ must be a valid encoding, "
1049
+ must be a valid extract type
1050
+ must be a valid flag value
1051
+ must be a valid format value
1052
+ must be a valid function name, function "
1053
+ must be a valid hashing algorithm
1054
+ must be a valid hexadecimal string
1055
+ must be a valid identifier
1056
+ must be a valid language, "
1057
+ must be a valid method name
1058
+ must be a valid mode
1059
+ must be a valid parser property
1060
+ must be a valid password hashing algorithm
1061
+ must be a valid resource type
1062
+ must be a valid sort flag
1063
+ must be a valid stream/context
1064
+ must be a valid type
1065
+ must be an ASSERT_* constant
1066
+ must be an INPUT_* constant
1067
+ must be an OPENSSL_ENCODING_* constant
1068
+ must be an SNMP_OID_OUTPUT_* constant
1069
+ must be an array or a sort flag
1070
+ must be an array or a sort flag that has not already been specified
1071
+ must be an integer indexed array
1072
+ must be an object that has a "
1073
+ must be at least as long as the block size
1074
+ must be at most 3 characters
1075
+ must be at most SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_MESSAGEBYTES_MAX bytes long
1076
+ must be between -1 and 255
1077
+ must be between -1 and 9
1078
+ must be between 0 and 255
1079
+ must be between 0 and the segment size
1080
+ must be between 1 and 32
1081
+ must be between 1 and 4 (inclusive)
1082
+ must be between 1 and 65535
1083
+ must be between 1 and 65535 when argument #5 ($raw) is true
1084
+ must be between 1 and 7
1085
+ must be between 1 and the number of elements in argument #1 ($array)
1086
+ must be between 1970 and 2037 (inclusive)
1087
+ must be between 2 and 36 (inclusive)
1088
+ must be contained in argument #1 ($haystack)
1089
+ must be contained in argument #1 ($main_str)
1090
+ must be contained in argument #2 ($data)
1091
+ # must be either "
1092
+ must be either COUNT_NORMAL or COUNT_RECURSIVE
1093
+ must be either FTP_ASCII or FTP_BINARY
1094
+ must be either IntlCalendar::WALLTIME_FIRST or
1095
+ must be either Locale::ACTUAL_LOCALE or Locale::VALID_LOCALE
1096
+ must be either MYSQLI_STORE_RESULT or MYSQLI_USE_RESULT
1097
+ must be either MYSQLI_USE_RESULT or MYSQLI_STORE_RESULT with MYSQLI_ASYNC as an optional bitmask flag
1098
+ must be either PGSQL_STATUS_LONG or PGSQL_STATUS_STRING
1099
+ must be either SIG_DFL or SIG_IGN when an integer value is given
1100
+ must be either SQL_FETCH_FIRST or SQL_FETCH_NEXT
1101
+ must be either Transliterator::FORWARD or Transliterator::REVERSE
1102
+ must be empty or a single character
1103
+ must be greater or equal than 0
1104
+ must be greater than 0
1105
+ must be greater than 0 for attribute MYSQLI_STMT_ATTR_PREFETCH_ROWS
1106
+ # must be greater than 0 for the "
1107
+ # must be greater than 0 for the FTP_TIMEOUT_SEC option
1108
+ must be greater than or equal to -1
1109
+ must be greater than or equal to 0
1110
+ must be greater than or equal to 0 when using the threshold mode
1111
+ must be greater than or equal to 1
1112
+ must be greater than or equal to 3
1113
+ must be greater than or equal to SODIUM_CRYPTO_KDF_BYTES_MIN
1114
+ must be greater than or equal to argument #1 ($min)
1115
+ must be in the range of 0-255
1116
+ must be integer-indexed
1117
+ must be less than 65535 bytes
1118
+ must be less than argument #2 ($maximum)
1119
+ must be less than or equal to 1048576
1120
+ must be less than or equal to INT_MAX - 4 bytes
1121
+ must be less than or equal to SODIUM_CRYPTO_KDF_BYTES_MAX
1122
+ must be less than or equal to argument #2 ($max)
1123
+ must be less than or equal to the length of argument #2 ($buf)
1124
+ must be less than the number of fields for this result set
1125
+ must be less than the number of the arguments passed to the currently executed function
1126
+ must be longer than 2 characters
1127
+ must be null for a tar- or zip-based phar stub, string given
1128
+ must be null when argument #1 ($lifetime_or_options) is an array
1129
+ must be null when argument #2 ($name) is an array
1130
+ must be null when argument #2 ($wrapper_or_options) is an array
1131
+ must be null when argument #4 ($seconds) is null
1132
+ must be odd if argument #1 ($a) is negative
1133
+ must be of type PgSql\\Connection when the connection is provided
1134
+ must be of type array when argument #2 ($replacement) is an array, string given
1135
+ must be of type array when using translate or scale
1136
+ must be of type array, string given
1137
+ must be of type string when argument #1 ($ldap) is an LDAP instance
1138
+ must be of type string, array given
1139
+ must be of type string|int|float|bool|null
1140
+ # must be one character
1141
+ # must be one of
1142
+ # must be one of "
1143
+ must be one of AF_UNIX, AF_INET, or AF_INET6
1144
+ must be one of AF_UNIX, AF_INET6, or AF_INET
1145
+ must be one of E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE,
1146
+ must be one of FTP_TIMEOUT_SEC, FTP_AUTOSEEK, or FTP_USEPASVADDRESS
1147
+ must be one of GMP_ROUND_ZERO, GMP_ROUND_PLUSINF, or GMP_ROUND_MINUSINF
1148
+ must be one of GRAPHEME_EXTR_COUNT, GRAPHEME_EXTR_MAXBYTES, or GRAPHEME_EXTR_MAXCHARS
1149
+ must be one of IMG_FLIP_VERTICAL, IMG_FLIP_HORIZONTAL, or IMG_FLIP_BOTH
1150
+ must be one of IntlCalendar::WALLTIME_FIRST,
1151
+ must be one of IntlPartsIterator::KEY_SEQUENTIAL,
1152
+ must be one of LOCK_SH, LOCK_EX, or LOCK_UN
1153
+ must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BOTH
1154
+ must be one of PDO::FETCH_BOTH, PDO::FETCH_ASSOC, or PDO::FETCH_NUM
1155
+ must be one of PGSQL_ASSOC, PGSQL_NUM, or PGSQL_BOTH
1156
+ must be one of PGSQL_NOTICE_LAST, PGSQL_NOTICE_ALL, or PGSQL_NOTICE_CLEAR
1157
+ must be one of PGSQL_SEEK_SET, PGSQL_SEEK_CUR, or PGSQL_SEEK_END
1158
+ must be one of PHPDBG_COLOR_PROMPT, PHPDBG_COLOR_NOTICE, or PHPDBG_COLOR_ERROR
1159
+ must be one of PRIO_PGRP, PRIO_USER, or PRIO_PROCESS
1160
+ must be one of SOAP_ACTOR_NEXT, SOAP_ACTOR_NONE, or SOAP_ACTOR_UNLIMATERECEIVER
1161
+ must be one of SOCK_STREAM, SOCK_DGRAM, SOCK_SEQPACKET,
1162
+ must be one of SQL_CUR_USE_IF_NEEDED,
1163
+ must be one of STREAM_SHUT_RD, STREAM_SHUT_WR, or STREAM_SHUT_RDWR
1164
+ must be one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRING, or SUNFUNCS_RET_DOUBLE
1165
+ must be one of Spoofchecker::ASCII, Spoofchecker::SINGLE_SCRIPT_RESTRICTIVE,
1166
+ must be one of ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP, or ZLIB_ENCODING_DEFLATE
1167
+ must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYNC_FLUSH, ZLIB_FULL_FLUSH, ZLIB_BLOCK, or ZLIB_FINISH
1168
+ must be one of the MB_CASE_* constants
1169
+ must be one of the MYSQLI_CURSOR_TYPE_* constants
1170
+ must be one of the MYSQLI_TRANS_* constants
1171
+ must be one of the PDO::FETCH_* constants
1172
+ must be one of the SORT* constants
1173
+ must be provided for instance properties
1174
+ must be provided when argument #2 ($wrapper_or_options) is a string
1175
+ must be specified when enabling encryption
1176
+ must be the same size as argument #1 ($im1)
1177
+ # must contain a "
1178
+ must contain arrays only containing the "
1179
+ must contain arrays with consecutive integer indices starting from 0
1180
+ must contain at least 1 valid key
1181
+ must contain at least one element
1182
+ must contain only arrays, where each array is a control
1183
+ must contain only one of CachingIterator::CALL_TOSTRING,
1184
+ must contain only string keys
1185
+ must contain only strings
1186
+ must contain only valid cURL options
1187
+ must contain only valid callbacks
1188
+ must have 6 elements
1189
+ # must have a "
1190
+ must have a correct length
1191
+ must have a multiple of 4 elements
1192
+ must have a valid syntax
1193
+ # must have an "
1194
+ must have an even number of elements
1195
+ must have at least one color
1196
+ must have at least one element
1197
+ must have consecutive integer indices starting from 0
1198
+ must have exactly two elements: "
1199
+ # must have key "
1200
+ must have the node attribute
1201
+ must have the same number of elements as the links array
1202
+ # must not be empty
1203
+ must not be the spl_autoload_call() function
1204
+ must not be zero
1205
+ must not combine 'H' and 'K' flags
1206
+ must not combine 'h' and 'C' flags
1207
+ must not combine 'h' and 'c' flags
1208
+ must not combine 'h' and 'k' flags
1209
+ must not combine 'k' and 'C' flags
1210
+ must not combine 'k' and 'c' flags
1211
+ must not contain any null bytes
1212
+ must not contain empty strings
1213
+ must not contain null bytes
1214
+ must not contain strings with null bytes
1215
+ must not exceed the specified range
1216
+ must not go past 23:59:59, December 31, 3000, UTC
1217
+ must not include RFMEM value, not allowed within this context
1218
+ must not include RFSIGSHARE value, not allowed within this context
1219
+ must not include both RFFDG and RFCFDG, because these flags are mutually exclusive
1220
+ must only contain array keys "
1221
+ must only contain arrays
1222
+ must only contain arrays and streams
1223
+ must only contain objects of type LDAP
1224
+ must only contain string values
1225
+ must only contain string-indexed arrays
1226
+ must only contain the "
1227
+ must specify at least one encoding
1228
+ must use PDO::FETCH_CLASSTYPE with PDO::FETCH_CLASS
1229
+ must use PDO::FETCH_SERIALIZE with PDO::FETCH_CLASS
1230
+ mysqli_data_seek() cannot be used in MYSQLI_USE_RESULT mode
1231
+ mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
1232
+ mysqli_result::data_seek() cannot be used in MYSQLI_USE_RESULT mode
1233
+ name conflict for module
1234
+ negative array index
1235
+ no magic files loaded
1236
+ # not implemented
1237
+ # not passed
1238
+ only the leftmost array can be undimensioned
1239
+ opcache.file_cache must be a full path of accessible directory.\n
1240
+ opcache.max_wasted_percentage must be set between 1 and 50.\n
1241
+ opcache.memory_consumption is set below the required 8MB.\n
1242
+ # option "
1243
+ pdo_oci_handle_factory
1244
+ # phar error: "
1245
+ phar error: Directory not empty
1246
+ phar error: cannot create directory "
1247
+ phar error: cannot remove directory "
1248
+ phar error: cannot rmdir directory "
1249
+ phar error: file "
1250
+ phar error: invalid url "
1251
+ phar error: invalid url or non-existent phar "
1252
+ phar error: no directory in "
1253
+ phar error: not a phar stream url "
1254
+ phar error: not a phar url "
1255
+ phar error: open mode append not supported
1256
+ phar error: unlink failed
1257
+ phar error: write operations disabled by the php.ini setting phar.readonly
1258
+ phar file "
1259
+ phar url "
1260
+ pthread_mutex_init
1261
+ pthread_mutexattr_destroy
1262
+ pthread_mutexattr_init
1263
+ pthread_mutexattr_settype
1264
+ # put.
1265
+ remote cafile streams are disabled for security purposes
1266
+ rfc2397: illegal URL
1267
+ rfc2397: illegal media type
1268
+ rfc2397: illegal parameter
1269
+ rfc2397: no comma in URL
1270
+ rfc2397: unable to decode
1271
+ run command is disallowed during hard interrupt
1272
+ second character must be one of "
1273
+ set break used incorrectly: set break [id] <on|off>
1274
+ set breaks used incorrectly: set breaks <on|off>
1275
+ set colors used incorrectly: set colors <on|off>
1276
+ set lines used incorrectly: set lines <number>
1277
+ set pagination used incorrectly: set pagination <on|off>
1278
+ sh command is disallowed during hard interrupt
1279
+ socket type must be one of AF_UNIX, AF_INET, or AF_INET6
1280
+ socket_select(): At least one array argument must be passed
1281
+ sodium_init()
1282
+ string slice too long
1283
+ third character must be "
1284
+ tidy object is not initialized
1285
+ too many captures
1286
+ too many results to unpack
1287
+ unbalanced pattern
1288
+ unexpected <EOF>
1289
+ unexpected character 'escape_char(ch)'
1290
+ unexpected sequence 'escape_string(yy_text, 1 + YYPOS - yy_text))'
1291
+ unfinished capture
1292
+ unlink of "
1293
+ upload_max_filesize of
1294
+ usage set stepping [<opcode|line>]
1295
+ var_export does not handle circular references
1296
+ vasprintf failed
1297
+ wrong number of arguments to
1298
+ wrong size for the hashed password
1299
+ zend.assertions may be completely enabled or disabled only in php.ini
1300
+ zlib window size (logarithm) (
1301
+ # |
1302
+
1303
+ # Group with format strings
1304
+
1305
+ # into (
1306
+ # ($end)
1307
+ # (after
1308
+ (breaking at opline
1309
+ (inclusive)
1310
+ (path:
1311
+ (tried to allocate
1312
+ - dynamic modules are not supported
1313
+ Chunks Wide
1314
+ Chunks vertically
1315
+ # \n
1316
+ # already defined
1317
+ # and
1318
+ # and %%H
1319
+ # and property
1320
+ # argument
1321
+ # arguments are required,
1322
+ arguments for the fetch mode provided,
1323
+ # as array
1324
+ as execution context, not a valid file or symlink
1325
+ # as non static
1326
+ # at continuation
1327
+ # at line
1328
+ # bytes
1329
+ bytes (Current memory usage is
1330
+ bytes exhausted (tried to allocate
1331
+ bytes exhausted at
1332
+ # bytes passed
1333
+ bytes were written, expected to write
1334
+ # bytes)
1335
+ bytes) (tried to allocate
1336
+ # bytes) at
1337
+ # bytes,
1338
+ bytes. Uncompressing into buffer of
1339
+ cannot be instantiated
1340
+ cannot be of type array
1341
+ cannot be passed by reference
1342
+ cannot contain non abstract method
1343
+ # characters to "
1344
+ chunk index entries
1345
+ # colours
1346
+ command is disallowed during hard interrupt
1347
+ # constant
1348
+ contains a null byte
1349
+ # could not be converted to
1350
+ could not be converted to bool
1351
+ could not be converted to string
1352
+ # could not be found
1353
+ could not compile file
1354
+ did not create an Iterator
1355
+ died before SIGKILL was sent
1356
+ does not have a constructor, cannot pass arguments
1357
+ does not match enum backing type
1358
+ does not support method calls
1359
+ doesn't exist in class
1360
+ # done.
1361
+ # elements
1362
+ # elements,
1363
+ # exists
1364
+ # expected
1365
+ file is closed
1366
+ # for cases
1367
+ # for initialization
1368
+ # for parameter
1369
+ for stream_metadata
1370
+ # from
1371
+ # from uncompress
1372
+ # given
1373
+ # given, called in
1374
+ # has no effect
1375
+ has no unserializer
1376
+ # held by property
1377
+ implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
1378
+ # in
1379
+ # in table for
1380
+ instance wasn't initialized properly
1381
+ # is deprecated
1382
+ is greater than \\377
1383
+ is inapplicable to this socket type
1384
+ # is installed
1385
+ is nor an array nor an object
1386
+ # is not a string
1387
+ is not a user defined function, no oplines exist
1388
+ is not a user defined method, no oplines exist
1389
+ is not a valid backing value for enum "
1390
+ is not a valid phar archive
1391
+ # is not allowed
1392
+ # is not callable
1393
+ is not compatible with property
1394
+ # is undefined
1395
+ # items,
1396
+ # magic
1397
+ # method
1398
+ # module failed
1399
+ must be a field name from this result set
1400
+ must be greater than or equal to 0
1401
+ must be less than the number of fields for this result set
1402
+ must be passed by reference, value given
1403
+ # must be public
1404
+ must not be accessed before initialization
1405
+ # not found
1406
+ object is already closed
1407
+ object is not fully initialized
1408
+ object_id:
1409
+ of C function '
1410
+ # of type
1411
+ # offset
1412
+ # on line
1413
+ # on string
1414
+ oplines in file
1415
+ oplines in function
1416
+ oplines in method
1417
+ option must have an array value
1418
+ # or null,
1419
+ overwrites previous argument
1420
+ packet. PID=
1421
+ # parameter
1422
+ # passed and
1423
+ # passed in
1424
+ # past its maximal value
1425
+ # past its minimal value
1426
+ # points
1427
+ points in array with only
1428
+ # present
1429
+ # property
1430
+ # provided
1431
+ readonly property
1432
+ # received
1433
+ requires PDO API version
1434
+ requires Zend Engine API version
1435
+ # resource
1436
+ # resource supplied
1437
+ # returned
1438
+ # size
1439
+ # supports only version
1440
+ # to
1441
+ # to property
1442
+ to reference held by property
1443
+ # to write index
1444
+ used as array
1445
+ was built with configuration
1446
+ when argument #1 ($search) is
1447
+ # when declared
1448
+ with an empty name
1449
+ ' (include_path='
1450
+ ' (info)\n
1451
+ ' (mem)\n
1452
+ ' (tried:
1453
+ #' (value '
1454
+ #' (wrong "
1455
+ ' (wrong header)\n
1456
+ #' already defined
1457
+ ' already defined in '
1458
+ # ' and '
1459
+ # ' at line
1460
+ # ' doesn't exist
1461
+ # ' excepted checksum: 0x%08x actual checksum: 0x%08x\n
1462
+ # ' flags
1463
+ ' for reading from stdin
1464
+ ' from PHP '
1465
+ # ' from type '
1466
+ # ' has fixed value '
1467
+ ' in <message>
1468
+ ' in s[np]printf call
1469
+ ' is not a valid mode for fopen
1470
+ ' is not a valid utf-8 string
1471
+ # ' is not allowed)
1472
+ # ' is too
1473
+ ' must have a single part
1474
+ # ' not present
1475
+ ' of C struct/union
1476
+ ' of non C struct/union
1477
+ # ' property
1478
+ # ' type='
1479
+ # ' value='
1480
+ # ') failed:
1481
+ ', FFI_LIB defined twice
1482
+ ', FFI_SCOPE defined twice
1483
+ ', bad FFI_LIB define
1484
+ ', bad FFI_SCOPE define
1485
+ ', cannot read_file
1486
+ ', cannot resolve C function '
1487
+ ', cannot resolve C variable '
1488
+ ', different 'targetNamespace'
1489
+ # ', expecting '
1490
+ # ', expecting at least
1491
+ ', expecting exactly
1492
+ ', file doesn't exist
1493
+ # ', found '
1494
+ # ', found PHP '
1495
+ ', namespace must not match the enclosing schema 'targetNamespace'
1496
+ ', not a regular file
1497
+ # ', redefinition of '
1498
+ ', unexpected 'targetNamespace'='
1499
+ # ': expected=0x%08x, found=0x%08x
1500
+ # '\n
1501
+ () (previously declared in
1502
+ () - access must be exactly one of public, protected or private
1503
+ () can only be called after a stylesheet has been imported
1504
+ () cannot be a NULL function
1505
+ () cannot be abstract
1506
+ () cannot be static
1507
+ () cannot take arguments
1508
+ () cannot take arguments by reference
1509
+ () does not accept unknown named parameters
1510
+ # () dynamically
1511
+ # () expects
1512
+ () expects at least
1513
+ () expects at most
1514
+ () expects at most 2 argument for the fetch mode provided,
1515
+ () expects exactly
1516
+ () expects exactly 0 arguments,
1517
+ () expects exactly 1 argument for the fetch mode provided,
1518
+ () expects exactly 2 argument for PDO::FETCH_FUNC,
1519
+ # () from
1520
+ () from global scope
1521
+ () from scope
1522
+ () has been disabled for security reasons
1523
+ () is deprecated
1524
+ () must be static
1525
+ () must have public visibility
1526
+ () must not return a value,
1527
+ () must take exactly %
1528
+ () must take exactly 1 argument
1529
+ # () on
1530
+ () to object of class
1531
+ (): Argument #
1532
+ (): Argument #1 ($callback) must be a valid callback,
1533
+ (): Argument #1 ($pieces) must be of type array, string given
1534
+ (): Argument #1 ($value) must be of type Countable|array,
1535
+ (): Array value for VLV control must have a "
1536
+ (): Array value for VLV control must have an "
1537
+ (): Array value for VLV control must have either an "
1538
+ (): Attempt to close cURL handle from a callback
1539
+ (): Attempt to reset cURL handle from a callback
1540
+ (): Class of end date must be exactly DateTime or DateTimeImmutable, object of class
1541
+ (): Class of start date must be exactly DateTime or DateTimeImmutable, object of class
1542
+ (): Control OID
1543
+ (): Control must have a "
1544
+ (): Control must have an "
1545
+ (): Disabling safe uploads is no longer supported
1546
+ (): Expects exactly 3 arguments when argument #3
1547
+ (): If option "
1548
+ # (): Option "
1549
+ (): Option must be a valid callback
1550
+ (): Parameter #
1551
+ (): Return type must be
1552
+ (): Return value must be of type
1553
+ (): Sort key list must have an "
1554
+ # (): The
1555
+ (): The provided file handle must be writable
1556
+ (): cURL option must not contain any null bytes
1557
+ (): never-returning function must not implicitly return
1558
+ # (): no
1559
+ # (): option "
1560
+ (): option array cannot have numeric keys
1561
+ (): supplied argument is not a valid
1562
+ (): supplied resource is not a valid
1563
+ # ) after startup
1564
+ ) at index
1565
+ # ) cannot be found
1566
+ # ) could not be found
1567
+ # ) for command
1568
+ ) from chunk
1569
+ # ) from position
1570
+ # ) is already in use
1571
+ ) is not user defined
1572
+ # ) must be of type
1573
+ ) the file does not exist
1574
+ # ), from
1575
+ ), not a regular file or symlink
1576
+ ), please try to set opcache.use_cwd to 0 in ini file
1577
+ # ), y from
1578
+ # ).\n
1579
+ # , %%G, %
1580
+ , as this would result in an inconsistent type conversion
1581
+ # , because the name is already in use
1582
+ # , cannot run
1583
+ , check path and permissions
1584
+ , ensure the file exists
1585
+ # , err
1586
+ , file does not exist
1587
+ , invalid data source
1588
+ # , it does not exist
1589
+ , it is not a regular file
1590
+ , not found or invalid zend extension / module:
1591
+ , or -2 and -36
1592
+ , whereas running engine is
1593
+ , which does not match the installed Zend Engine API version
1594
+ . Node no longer exists
1595
+ . Packet size=
1596
+ : Only one of seed or secret is to be passed for initialization
1597
+ : Secret length must be >=
1598
+ : Unable to register functions, unable to load
1599
+ : integer overflow in format string
1600
+ : not enough arguments
1601
+ : too few arguments
1602
+ : unknown format code
1603
+ ::__clone() from
1604
+ ::__construct()
1605
+ ::__serialize() must return an array
1606
+ ::__toString() implemented without string return type
1607
+ ::__toString() must return a string
1608
+ ::__toString() must return a string value
1609
+ ::getCurrentLine(): Return value must be of type string,
1610
+ ::offsetSet() instead
1611
+ > in all
1612
+ > in attribute
1613
+ > in attributeGroup
1614
+ > in choice
1615
+ > in complexContent
1616
+ > in complexType
1617
+ > in element
1618
+ > in extension
1619
+ > in group
1620
+ > in list
1621
+ > in restriction
1622
+ > in schema
1623
+ > in sequence
1624
+ > in simpleContent
1625
+ > in simpleType
1626
+ > in union
1627
+ Access to undeclared static property
1628
+ Accessing static property
1629
+ Added key '
1630
+ Allowed memory size of
1631
+ Already Positioned in file to
1632
+ An infinite value cannot be converted to base
1633
+ Arginfo / zpp mismatch during call of
1634
+ Argument number specifier must be greater than zero and less than
1635
+ Array of functions is not allowed at line
1636
+ Attempt to assign an invalid callback,
1637
+ Attempt to assign field '
1638
+ Attempt to assign read-only C variable '
1639
+ Attempt to assign read-only field '
1640
+ Attempt to assign undefined C variable '
1641
+ Attempt to assign undefined field '
1642
+ Attempt to call undefined C function '
1643
+ Attempt to read field '
1644
+ Attempt to read property "
1645
+ Attempt to read undefined C variable '
1646
+ Attempt to read undefined field '
1647
+ Attempt to unset static property
1648
+ Attempting to kill locker
1649
+ Attempting to use non-attribute class "
1650
+ # Attribute class
1651
+ Attribute class "
1652
+ Attribute constructor of class
1653
+ Attribute value must be of type bool for selected attribute,
1654
+ Attribute value must be of type int for selected attribute,
1655
+ Backup failed:
1656
+ Bad chunk size:
1657
+ Bad data format:
1658
+ Bad magic format `
1659
+ Bad scan conversion character "
1660
+ Bad version:
1661
+ Bit field "
1662
+ Blacklist JIT compilation failed,
1663
+ Breakpoint already exists for
1664
+ # Breakpoint at
1665
+ Breakpoint exists at
1666
+ Breakpoint exists for
1667
+ Cached script '
1668
+ # Call to
1669
+ Call to a member function
1670
+ Call to undefined function
1671
+ Call to undefined method
1672
+ # Cannot access
1673
+ Cannot access offset of type
1674
+ Cannot access property of object of type
1675
+ Cannot append properties to objects, use
1676
+ # Cannot assign
1677
+ Cannot bind closure to scope of internal class
1678
+ Cannot bind method
1679
+ # Cannot call
1680
+ Cannot call abstract method
1681
+ Cannot call private
1682
+ # Cannot create
1683
+ Cannot create dynamic property
1684
+ Cannot create mutex (error
1685
+ # Cannot declare
1686
+ Cannot declare self-referencing constant
1687
+ # Cannot decrement
1688
+ Cannot decrement property
1689
+ Cannot dynamically load
1690
+ Cannot get fiber return value:
1691
+ # Cannot increment
1692
+ Cannot increment property
1693
+ Cannot instantiate abstract class
1694
+ Cannot instantiate enum
1695
+ Cannot instantiate interface
1696
+ Cannot instantiate trait
1697
+ Cannot load blacklist file:
1698
+ Cannot load module "
1699
+ Cannot modify header information - headers already sent by (output started at
1700
+ Cannot modify readonly property
1701
+ Cannot modify readonly property DatePeriod::$
1702
+ Cannot open "
1703
+ Cannot perform bitwise not on
1704
+ # Cannot redeclare
1705
+ Cannot set breakpoint in
1706
+ # Cannot stat
1707
+ Cannot unset readonly property
1708
+ # Cannot use
1709
+ Cannot use "
1710
+ Cannot use object of type
1711
+ Cannot write read-only property
1712
+ Checksum failed for '
1713
+ ChunkSize:
1714
+ Chunks:
1715
+ Command array element
1716
+ Conditional break
1717
+ Could not add variable: OID='
1718
+ Could not fetch class
1719
+ # Could not find
1720
+ Could not find the class
1721
+ Could not list function
1722
+ # Could not load
1723
+ Could not open '
1724
+ Could not open file
1725
+ # Couldn't fetch
1726
+ Couldn't fetch function
1727
+ Creation of dynamic property
1728
+ Data starts at
1729
+ Declaration does not declare anything at line
1730
+ Duplicate field name "
1731
+ # Duplicate tag
1732
+ Duplicate value in enum
1733
+ Encoding: Attribute '
1734
+ Encoding: Element '
1735
+ Encoding: External reference '
1736
+ Encoding: Restriction: invalid enumeration value "
1737
+ Encoding: Unresolved reference '
1738
+ Encoding: Violation of id and ref information items '
1739
+ Encoding: object has no '
1740
+ Encoding: string '
1741
+ Enum case type
1742
+ Enumerator value "
1743
+ Erroneous data format for unserializing '
1744
+ Error in packet at
1745
+ Error in packet at '
1746
+ Error while receiving public key. PID=
1747
+ Error while sending
1748
+ Error while sending public key request packet. PID=
1749
+ Error: OID not increasing:
1750
+ FFI Parser:
1751
+ FFI: Failed pre-loading '
1752
+ FFI: failed pre-loading '
1753
+ FTP server reports
1754
+ Failed identify data
1755
+ Failed loading '
1756
+ Failed loading Zend extension '
1757
+ Failed loading scope '
1758
+ Failed opening required '
1759
+ Failed resolving C function '
1760
+ Failed resolving C variable '
1761
+ Failed to check locker
1762
+ Failed to compile
1763
+ Failed to compile code for expression
1764
+ Failed to create closure from callable:
1765
+ Failed to create new session ID:
1766
+ Failed to create session ID by collision:
1767
+ Failed to create session ID:
1768
+ Failed to create test table: [
1769
+ Failed to create(read) session ID:
1770
+ Failed to drop old test table: [
1771
+ Failed to execute
1772
+ Failed to find the requested color (
1773
+ Failed to find the requested element (
1774
+ Failed to open
1775
+ Failed to open or create
1776
+ Failed to open session:
1777
+ Failed to send SIGKILL to locker
1778
+ Failed to set execution context (
1779
+ Failed to set memory limit to
1780
+ Failed to set up data channel:
1781
+ Failed to stat
1782
+ Fatal error:
1783
+ File cached script loaded into memory '
1784
+ Flexible array member in union at line
1785
+ Flexible array member not at end of struct at line
1786
+ Forced restart at
1787
+ # Format:
1788
+ Function registration failed - duplicate name -
1789
+ Function returning array is not allowed at line
1790
+ Function returning function is not allowed at line
1791
+ GetAdaptersAddresses failed:
1792
+ Got file code:
1793
+ # HTTP request failed!
1794
+ # Header name "
1795
+ Illegal length modifier specified '
1796
+ Illegal string offset "
1797
+ # Image is
1798
+ Image palette completed:
1799
+ Implicit conversion from float-string "
1800
+ Incompatible types when assigning to type '
1801
+ Incomplete C type
1802
+ Incomplete enum "
1803
+ Incomplete struct "
1804
+ Incomplete type at line
1805
+ Incomplete union "
1806
+ Inconsistent entries in `
1807
+ Incorrect number of arguments for C function '
1808
+ Index must be between 0 and
1809
+ Index size is
1810
+ Indirect modification of overloaded element of
1811
+ Indirect modification of overloaded property
1812
+ Instantiation of
1813
+ Internal help error, non-unique alias "
1814
+ Invalid access level for
1815
+ # Invalid action
1816
+ Invalid backtrace size
1817
+ Invalid callback
1818
+ Invalid file for conditional break
1819
+ Invalid format type
1820
+ Invalid object identifier:
1821
+ Invalid opcode name
1822
+ Invalid range supplied: start=%0.0f end=%0.0f
1823
+ Invalid redirect URL!
1824
+ It's not possible to assign a complex type to
1825
+ KLockers:
1826
+ Killed locker
1827
+ Largest compressed chunk is
1828
+ Loading blacklist file: '
1829
+ MAX_FILE_SIZE of %
1830
+ Missing arginfo for
1831
+ Missing mime boundary at the end of the data for file
1832
+ Multiple calling convention specifiers at line
1833
+ Named parameter $
1834
+ Negative array index at line
1835
+ Negative width in bit-field "
1836
+ No blacklist file found matching:
1837
+ No frame #
1838
+ No help topic found for
1839
+ # No key "
1840
+ # No response from
1841
+ Not allowed to call handler '
1842
+ OID value must be of type string|int,
1843
+ Object of class
1844
+ Object of type
1845
+ Octal escape sequence overflow \\
1846
+ Offset out of range %
1847
+ Only the leftmost array can be undimensioned at line
1848
+ Out of memory (allocated
1849
+ Output buffer space exceeded
1850
+ Output overrun of %
1851
+ Overflow in enumeration values "
1852
+ PDO: driver
1853
+ PDO::ATTR_STATEMENT_CLASS constructor_args must be of type ?array,
1854
+ PDO::ATTR_STATEMENT_CLASS value must be of type array,
1855
+ Packets out of order. Expected
1856
+ Parse Error:
1857
+ Parsing Schema: attribute '
1858
+ Parsing Schema: attributeGroup '
1859
+ Parsing Schema: can't import schema from '
1860
+ Parsing Schema: can't include schema from '
1861
+ Parsing Schema: element '
1862
+ Parsing Schema: group '
1863
+ Parsing Schema: unexpected <
1864
+ Parsing Schema: unresolved element 'ref' attribute '
1865
+ Parsing Schema: unresolved group 'ref' attribute '
1866
+ Parsing WSDL: <binding> '
1867
+ Parsing WSDL: <fault> with name '
1868
+ Parsing WSDL: <message> '
1869
+ Parsing WSDL: <portType> '
1870
+ Parsing WSDL: <service> '
1871
+ Parsing WSDL: Couldn't find <definitions> in '
1872
+ Parsing WSDL: Couldn't load from '
1873
+ Parsing WSDL: Missing <message> with name '
1874
+ Parsing WSDL: Missing <portType> with name '
1875
+ Parsing WSDL: Missing <portType>/<operation> with name '
1876
+ Parsing WSDL: Missing name for <fault> of '
1877
+ Parsing WSDL: Missing name for <input> of '
1878
+ Parsing WSDL: Missing name for <output> of '
1879
+ Parsing WSDL: Missing part '
1880
+ Parsing WSDL: No <binding> element with name '
1881
+ Parsing WSDL: No name associated with <part> '
1882
+ Parsing WSDL: The fault message '
1883
+ Parsing WSDL: Unexpected WSDL element <
1884
+ Parsing WSDL: Unexpected extensibility element <
1885
+ Parsing WSDL: Unknown encodingStyle '
1886
+ Parsing WSDL: Unknown required WSDL extension '
1887
+ Passing incompatible argument
1888
+ Positioning in file to
1889
+ Possible integer overflow in zend_arena_calloc() (
1890
+ Precision -1 is only supported for %
1891
+ Precision must be between -1 and
1892
+ Precision must be greater than zero and less than
1893
+ Preloading failed to initgroups(\
1894
+ Preloading failed to setgid(
1895
+ Preloading failed to setuid(
1896
+ Processing Chunk
1897
+ Processing Chunk (
1898
+ REQUEST_BODY_FILE: open('
1899
+ Redeclaration of "
1900
+ Redefinition of "
1901
+ Redirection target must be of type int,
1902
+ Reference with value of type
1903
+ Requires 1 or 2 arguments,
1904
+ Requires 2 or 3 arguments,
1905
+ Restart Scheduled! Reason:
1906
+ RestartC(+1):
1907
+ RestartC(-1):
1908
+ RestartC:
1909
+ Session callback must have a return value of type bool,
1910
+ # Size of `
1911
+ # Size:
1912
+ SoapHeader::__construct(): "
1913
+ SoapServer::addFunction(): Function "
1914
+ Struct/union can't contain an instance of itself at line
1915
+ Stuck count for pid
1916
+ Stuck count for thread id
1917
+ The arguments array must contain
1918
+ # The class
1919
+ The class requested (
1920
+ # The command "
1921
+ The expanded parameter requires SQLite3 >= 3.14 and
1922
+ The function requested (
1923
+ The magic method
1924
+ # The method
1925
+ The requested class (
1926
+ The requested function (
1927
+ The requested name (
1928
+ The source of the requested class (
1929
+ The use statement with non-compound name '
1930
+ # There are only
1931
+ Too few arguments to function
1932
+ Trying to access array offset on value of type
1933
+ Trying to clone an uncloneable object of class
1934
+ # Trying to use
1935
+ Type float/double is not allowed at position
1936
+ Type kind must be dispatchable, %08x given
1937
+ Typed property
1938
+ Typed static property
1939
+ Unable to bind parameter number
1940
+ Unable to call handler
1941
+ Unable to clear statement:
1942
+ Unable to close database:
1943
+ Unable to execute statement:
1944
+ Unable to initialize module
1945
+ Unable to load extension at '
1946
+ Unable to open blob:
1947
+ Unable to prepare statement:
1948
+ Unable to read stream for parameter
1949
+ Unable to register module
1950
+ Unable to reset statement:
1951
+ Unable to set busy timeout:
1952
+ Unable to startup Zend extension
1953
+ Unable to startup module
1954
+ Uncaught exception
1955
+ Undefined C type "
1956
+ Undefined array key "
1957
+ Undefined constant
1958
+ Undefined constant "
1959
+ Undefined offset for object of type
1960
+ Undefined property:
1961
+ Undefined variable $
1962
+ Unknown class '
1963
+ Unknown format specifier "
1964
+ Unknown named parameter $
1965
+ # Unknown option
1966
+ Unknown parameter type:
1967
+ UnlockAll:
1968
+ Unsupported array index type at line
1969
+ Unsupported attribute "
1970
+ Unsupported calling convention line
1971
+ Unsupported content type: '
1972
+ Unsupported declare '
1973
+ Unsupported encoding [
1974
+ Unsupported node type:
1975
+ Unsupported operand types:
1976
+ Unsupported parameter type (
1977
+ Unsupported type _Complex at line
1978
+ Unsupported type specifier combination at line
1979
+ UpdateC(+1):
1980
+ UpdateC(-1):
1981
+ UpdateC:
1982
+ Uploaded file size 0 - file [
1983
+ # Value for
1984
+ Value must be of type string|int|float|null,
1985
+ # Value of type
1986
+ Values must be of type string|int|float|bool|null,
1987
+ # Version:
1988
+ Width must be greater than zero and less than
1989
+ # Width of "
1990
+ Wrong COM_STMT_PREPARE response size. Received
1991
+ Wrong parameter count for
1992
+ Wrong type of bit field "
1993
+ Zero width in bit-field "
1994
+ # [%03d/
1995
+ # [%03d] Cannot remove records, [
1996
+ # [%03d] [
1997
+ [clean] Failed to drop old test table: [
1998
+ # \n
1999
+ ] cannot be found (missing integer key)
2000
+ # ] not saved
2001
+ # ] only has
2002
+ # array item
2003
+ array_key_exists(): Argument #2 ($array) must be of type array,
2004
+ avif error -
2005
+ bad argument #
2006
+ bad magic in `
2007
+ call_user_func_array(): Argument #2 ($args) must be of type array,
2008
+ cannot allocate %
2009
+ cannot find entry `
2010
+ # cannot map `
2011
+ cannot mprotect `
2012
+ # cannot open `
2013
+ cannot open tmp file `
2014
+ # cannot read `
2015
+ cannot read fd
2016
+ cannot read magic file `
2017
+ # cannot stat `
2018
+ cannot write tmp file `
2019
+ contains invalid encoding "
2020
+ contains invalid flag: '
2021
+ contains invalid type for element
2022
+ corrupted file '
2023
+ # error writing `
2024
+ failed loading cafile stream: `
2025
+ failed pre-loading '
2026
+ foreach() argument must be of type array|object,
2027
+ function type is not allowed at line
2028
+ gd-jpeg, libjpeg: recoverable error:
2029
+ gd-jpeg, libjpeg: strace message:
2030
+ gd-png color_type is palette, colors:
2031
+ gd-png warning: image data references out-of-range color index (
2032
+ get_class(): Argument #1 ($object) must be of type object,
2033
+ getcwd() failed for '
2034
+ getifaddrs() failed
2035
+ # indirect count (
2036
+ individual body must be of type array,
2037
+ invalid mode 0
2038
+ # invalid option
2039
+ invalid replacement value (a
2040
+ invalid value (
2041
+ is an invalid configuration option, "
2042
+ lu is not a multiple of
2043
+ magic element size
2044
+ malformed pattern (ends with
2045
+ mb_chr() does not support the "
2046
+ mb_ord() does not support the "
2047
+ mm_malloc failed, avail
2048
+ # must be
2049
+ must be a 3x3 array, matrix[
2050
+ must be a class name compatible with
2051
+ must be a class name derived from
2052
+ must be a file name or a stream resource,
2053
+ must be a string, an array(class, method), or a callable object,
2054
+ must be a valid
2055
+ must be a valid callback or null,
2056
+ must be a valid callback,
2057
+ must be a valid callback, function "
2058
+ must be a valid class name,
2059
+ must be a valid encoding, "
2060
+ must be a valid function name, function "
2061
+ must be a valid language, "
2062
+ must be an instance of mysqli,
2063
+ # must be between
2064
+ must be between 0 and
2065
+ must be between 2 and
2066
+ must be greater than 0 and less than
2067
+ must be greater than or equal to
2068
+ # Commented out according to this: https://github.com/coreruleset/coreruleset/issues/3390
2069
+ #must be less than
2070
+ # Commented out according to this: https://github.com/coreruleset/coreruleset/issues/3390
2071
+ #must be less than or equal to
2072
+ must be less than or equal to argument #
2073
+ # must be of type
2074
+ must be of type ?
2075
+ must be of type ?array,
2076
+ must be of type Countable|array,
2077
+ must be of type DOMNode|string,
2078
+ must be of type LDAP|array,
2079
+ must be of type SimpleXMLElement|DOMNode,
2080
+ must be of type SoapHeader|array|null,
2081
+ must be of type array for the LDAP_OPT_CLIENT_CONTROLS option,
2082
+ must be of type array,
2083
+ must be of type array|string|int,
2084
+ must be of type bool for the FTP_AUTOSEEK option,
2085
+ must be of type bool for the FTP_USEPASVADDRESS option,
2086
+ must be of type callable|int,
2087
+ must be of type int for the FTP_TIMEOUT_SEC option,
2088
+ must be of type int,
2089
+ must be of type object,
2090
+ must be of type object|string,
2091
+ must be of type resource|string,
2092
+ must be of type string or file-resource,
2093
+ must be of type string,
2094
+ must be of type string|int|array,
2095
+ must be of type string|int|float|bool,
2096
+ must be of type zero-terminated string or array,
2097
+ # must consist of exactly
2098
+ # must contain a "
2099
+ # must have key "
2100
+ must not combine '
2101
+ must only have elements of type Socket,
2102
+ must only have elements of type string|int,
2103
+ name conflict for module
2104
+ name use count (
2105
+ # negative offset
2106
+ no function environment for tail call at level
2107
+ no valid certs found cafile stream: `
2108
+ opcache cannot create directory for file '
2109
+ opcache cannot create file '
2110
+ opcache cannot read from file '
2111
+ opcache cannot unlock file '
2112
+ opcache cannot write to file '
2113
+ opcache.max_accelerated_files is set above the limit (
2114
+ opcache.max_accelerated_files is set below the required minimum (
2115
+ phar error: "
2116
+ phar error: Could not write
2117
+ phar error: cannot create directory "
2118
+ phar error: cannot remove directory "
2119
+ phar error: cannot rmdir directory "
2120
+ phar error: file "
2121
+ phar error: invalid url "
2122
+ phar error: invalid url or non-existent phar "
2123
+ phar error: no directory in "
2124
+ phar error: not a phar stream url "
2125
+ phar error: not a phar url "
2126
+ phar file "
2127
+ phar url "
2128
+ remap to huge page
2129
+ request_startup() for
2130
+ skip Can't bind to LDAP Server - [
2131
+ skip Can't connect to MySQL Server - [
2132
+ stack overflow (
2133
+ string too long: `
2134
+ strlen(): Argument #1 ($str) must be of type string,
2135
+ # u) exceeded
2136
+ # unlink of "
2137
+ unreadable symlink `
2138
+ upload_max_filesize of
2139
+ void type is not allowed at line
2140
+ write() failed -
2141
+ zend_signal: handler was replaced for signal (
2142
+ zend_signal: shutdown with non-zero blocking depth (
2143
+ zlib >= 1.2.4 required for BLOCK deflate; current version:
2144
+ # |int,
2145
+ # |int|null,
2146
+ # |string,
2147
+ # |string|null,