Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 2576) sorted by path

12345678910>>...104

/PHP-7.4/
H A DCODING_STANDARDS.md63 not raise a run-time error about the function not existing. End users should
H A DCONTRIBUTING.md264 and check the PHP and web server error logs after running your PHP tests.
H A DNEWS292 . Fixed bug #79100 (Wrong FTP error messages). (cmb)
372 error). (Kamil Tekiela)
524 query error). (Nikita)
633 . Fixed bug #80150 (Failure to fetch error message). (cmb)
1383 . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
1391 . Fixed bug #78662 (stream_write bad error detection). (Remi)
1396 instead of compile-time error. (Dmitry)
1768 . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
1981 error message). (Sjon Hortensius)
2530 generates fatal error). (Nikita)
[all …]
H A DUPGRADING39 `<? php` and resulted in a syntax error (with short_open_tag=1) or was
90 error situations, similar to random_bytes(). In particular, an Error is
150 passed. Previously this would generate a recoverable fatal error on the
183 no error occurred, an empty string should be returned instead.
263 resulted in a fatal error. Existing recoverable fatals in string conversions
414 a compile-time error in the future. Currently an error will only be
H A DUPGRADING.INTERNALS230 negative values indicating an error.
308 to enable error when invalid options are used.
/PHP-7.4/Zend/
H A DZend.m4360 # error "global register variables are not supported"
/PHP-7.4/Zend/tests/
H A D015.phpt7 var_dump(trigger_error("error"));
9 var_dump(trigger_error("error", -1));
10 var_dump(trigger_error("error", 0));
11 var_dump(trigger_error("error", E_USER_WARNING));
12 var_dump(trigger_error("error", E_USER_DEPRECATED));
20 Notice: error in %s on line %d
26 Warning: Invalid error type specified in %s on line %d
29 Warning: Invalid error type specified in %s on line %d
32 Warning: error in %s on line %d
35 Deprecated: error in %s on line %d
H A D019.phpt360 //Note: No error conditions relating to passing arguments can be tested
361 // because these are not functions but statements, it will result in syntax error.
H A D028.phpt23 Fatal error: Uncaught Error: Function name must be a string in %s:%d
H A D030.phpt34 Fatal error: Cannot re-assign $this in %s030.php on line 11
H A D031.phpt11 Fatal error: Cannot use [] for reading in %s on line %d
H A D034.phpt26 Fatal error: Switch statements may only contain one default clause in %s on line 13
H A D037.phpt19 Fatal error: Uncaught Error: Access to undeclared static property: Closure::$x in %s:%d
H A Dabstract_inheritance_003.phpt12 Fatal error: Declaration of B::bar($x) must be compatible with A::bar($x, $y = 0) in %s
H A Daccess_modifiers_001.phpt14 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_002.phpt13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_003.phpt13 Fatal error: Multiple final modifiers are not allowed in %s on line %d
H A Daccess_modifiers_004.phpt14 Fatal error: Multiple abstract modifiers are not allowed in %s on line %d
H A Daccess_modifiers_005.phpt14 Fatal error: Multiple final modifiers are not allowed in %s on line %d
H A Daccess_modifiers_006.phpt14 Fatal error: Multiple static modifiers are not allowed in %s on line %d
H A Daccess_modifiers_007.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Daccess_modifiers_008.phpt21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_009.phpt26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_010.phpt31 Fatal error: Uncaught Error: Call to private method d::test2() from context 'a' in %s:%d
H A Daccess_modifiers_013.phpt12 Fatal error: Cannot use the final modifier on an abstract class in %s on line %d

Completed in 36 milliseconds

12345678910>>...104