Home
last modified time | relevance | path

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

123456789

/PHP-5.5/
H A DCODING_STANDARDS29 - Low-level parser routines, that are tightly integrated with the token
88 1. Function names for user-level functions should be enclosed with in
239 the code, each user-level function should have its user-level function
H A DINSTALL1412 extension, you can use the lower-level build tools to perform the build
H A DNEWS3011 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
3207 'interactive' execution of a single top-level op-array.
3637 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
5368 - Fixed bug #49990 (SNMP3 warning message about security level printed twice).
5468 - Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
5710 - Changed error level E_ERROR into E_WARNING in Soap extension methods
6243 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
7433 - Added "max_input_nesting_level" php.ini option to limit nesting level of
8868 - Added --enable-gcov configure option to enable C-level code coverage.
9174 level IO. (Uwe)
H A DREADME.GIT-RULES21 d. Increase the general level of good will on planet Earth.
H A DREADME.MAILINGLIST_RULES22 d. Increase the general level of good will on planet Earth.
H A DREADME.NEW-OUTPUT-API76 Retrieving output buffering level:
125 pass a int* pointer as second arg to receive the level of this output handler
H A DREADME.REDIST.BINS85 <dm at lcs.mit.edu>. For more information on the level of compatibility,
H A DREADME.STREAMS15 special case sockets and files every time you need to work with a "user-level"
168 What if your extension needs to access the FILE* of a user level file pointer?
275 level will be disabled (recommended for underlying sources that implement
H A DUPGRADING478 coarser level.
H A Dconfigure.in582 AC_MSG_WARN([warnings level for cc set to 0])
/PHP-5.5/TSRM/
H A DTSRM.c58 int tsrm_error(int level, const char *format, ...);
754 int tsrm_error(int level, const char *format, ...) in tsrm_error() argument
756 if (level<=tsrm_error_level) { in tsrm_error()
774 void tsrm_error_set(int level, char *debug_filename) in tsrm_error_set() argument
776 tsrm_error_level = level; in tsrm_error_set()
H A DTSRM.h136 TSRM_API int tsrm_error(int level, const char *format, ...);
137 TSRM_API void tsrm_error_set(int level, char *debug_filename);
/PHP-5.5/Zend/tests/
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 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 Bar::bad() must be public (as in class Baz) in %sbug69467.php on line …
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 Dmagic_methods_008.phpt19 Fatal error: Access level to a::__set() must be public (as in class b) in %s on line %d
H A Dtry_finally_011.phpt15 Fatal error: Cannot break/continue 1 level in %stry_finally_011.php on line %d
/PHP-5.5/Zend/tests/traits/
H A Dbug55355.phpt14 // A class on the second level in the
22 // A class on the first level in the
/PHP-5.5/build/
H A Dlibtool.m4414 # Remove one level of quotation (which was required for Make).
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_007.phpt10 //In January 2008 , level 7.18.0 of the curl lib, many of the messages changed.
/PHP-5.5/ext/dba/
H A DREADME14 only compatible on the source code level, but cannot handle the
H A Dconfig.m4268 AC_MSG_CHECKING([for DB4 minor version and patch level])
277 AC_MSG_ERROR([Version 4.1 requires patch level 25])
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2130 if (level >= ms->c.len) {
2919 + size_t level, int mode, int text)
2926 + text, 0, level, &printed_something, &need_separator,
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c412 file_check_mem(struct magic_set *ms, unsigned int level) in file_check_mem() argument
416 if (level >= ms->c.len) { in file_check_mem()
417 len = (ms->c.len = 20 + level) * sizeof(*ms->c.li); in file_check_mem()
426 ms->c.li[level].got_match = 0; in file_check_mem()
428 ms->c.li[level].last_match = 0; in file_check_mem()
429 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()

Completed in 113 milliseconds

123456789