Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 236) sorted by path

12345678910

/PHP-7.4/
H A DCODING_STANDARDS.md27 * Low-level parser routines, that are tightly integrated with the token
81 1. Function names for user-level functions should be enclosed with in the
278 each user-level function should have its user-level function prototype before it
H A DCONTRIBUTING.md305 * Increase the general level of good will on planet Earth.
H A DNEWS1389 . Fixed bug #78656 (Parse errors classified as highest log-level). (Erik
1729 . Fixed bug #78656 (Parse errors classified as highest log-level). (Erik
2828 . Added zlib/level context option for compress.zlib wrapper. (Sara)
H A DREADME.REDIST.BINS184 <dm at lcs.mit.edu>. For more information on the level of compatibility,
H A DUPGRADING.INTERNALS144 ZEND_MAP_PTR... abstraction macros and, basically, uses additional level of
/PHP-7.4/TSRM/
H A DTSRM.c71 int tsrm_error(int level, const char *format, ...);
800 int tsrm_error(int level, const char *format, ...) in tsrm_error() argument
802 if (level<=tsrm_error_level) { in tsrm_error()
820 void tsrm_error_set(int level, char *debug_filename) in tsrm_error_set() argument
822 tsrm_error_level = level; in tsrm_error_set()
H A DTSRM.h129 TSRM_API int tsrm_error(int level, const char *format, ...);
130 TSRM_API void tsrm_error_set(int level, char *debug_filename);
/PHP-7.4/Zend/tests/
H A Dbreak_error_004.phpt2 'break' error (wrong level)
H A Dbug46241.phpt11 echo "Caught on first level: '$errstr'\n";
17 echo "Caught on second level: '$errstr'\n";
31 echo "Caught on first level: '$errstr'\n";
37 echo "Caught on second level: '$errstr'\n";
48 Caught on second level: 'Foo'
49 Caught on second level: 'Foo'
H A Dbug61970.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error)
H A Dbug61970_1.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when imp…
14 Fatal error: Access level to Bar::__construct() must be public (as in class Foo) in %s on line 8
H A Dbug61970_2.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when inh…
18 Fatal error: Access level to Baz::__construct() must be public (as in class Foo) in %s on line 12
H A Dbug62814.phpt20 Fatal error: Access level to C::test() must be protected (as in class B) or weaker in %s on line 12
H A Dbug63882.phpt15 Fatal error: Nesting level too deep - recursive dependency? in %sbug63882.php on line 9
H A Dbug69467.phpt21 Fatal error: Access level to Foo::bad() must be public (as in class Baz) in %sbug69467.php on line …
H A Dbug69756.phpt2 Fixed bug #69756 (Fatal error: Nesting level too deep - recursive dependency? with ===).
H A Dbug76439_2.phpt15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dbug78239.phpt5 function handleError($level, $message, $file = '', $line = 0, $context = [])
7 throw new ErrorException($message, 0, $level, $file, $line);
H A Dbug78363.phpt10 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Derrmsg_023.phpt2 errmsg: access level must be the same or weaker
17 Fatal error: Access level to test::$var must be protected (as in class test1) or weaker in %s on li…
H A Dflexible-heredoc-error10.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error11.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error13.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error4.phpt14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-heredoc-error8.phpt12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…

Completed in 64 milliseconds

12345678910