Home
last modified time | relevance | path

Searched refs:level (Results 101 – 125 of 208) sorted by relevance

123456789

/PHP-8.1/tests/classes/
H A Dproperty_override_publicStatic_protectedStatic.phpt30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
H A Dproperty_override_protected_private.phpt32 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 11
H A Dvisibility_000b.phpt31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
H A Dvisibility_000a.phpt31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
H A Dvisibility_001a.phpt31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22
H A Dvisibility_001b.phpt31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22
H A Dvisibility_002a.phpt31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
H A Dvisibility_002b.phpt31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
H A Dvisibility_003b.phpt31 Fatal error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on lin…
/PHP-8.1/ext/zlib/tests/
H A D002.phpt13 /* with explicit compression level, length */
H A D001.phpt13 /* with explicit compression level, length */
/PHP-8.1/ext/intl/tests/
H A Dspoofchecker_007.phpt2 spoofchecker with restriction level
/PHP-8.1/ext/openssl/tests/
H A Dstream_security_level.phpt15 // Security level 2 refuses certs signed by keys with length of less than 2048 bits
26 // Make sure the server side starts up successfully if the default security level is
/PHP-8.1/ext/xml/tests/
H A Dxml007.phpt44 ["level"]=>
H A Dbug35447.phpt38 ["level"]=>
/PHP-8.1/ext/opcache/tests/jit/
H A Dinit_fcall_001.phpt2 JIT INIT_FCALL: 001 too deep nesting level
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation5.phpt43 echo "\n-- After restricting 1st level parent directory --\n";
71 -- After restricting 1st level parent directory --
H A Ddir_variation7.phpt41 echo "-- After restricting 1st level parent directory --\n";
72 -- After restricting 1st level parent directory --
H A Dopendir_variation5.phpt42 echo "\n-- After restricting 1st level parent directory --\n";
79 -- After restricting 1st level parent directory --
/PHP-8.1/sapi/fpm/tests/
H A Dbug68381-log-level-warning.phpt2 FPM: bug68381 - Log messages with warning level only
/PHP-8.1/tests/lang/
H A DforeachLoopIterator.001.phpt57 echo "\nTop level " . $count++ . ": \n";
110 Top level 1:
/PHP-8.1/ext/zlib/
H A Dzlib.c386 static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, int encoding, int level) in php_zlib_encode() argument
396 …if (Z_OK == (status = deflateInit2(&Z, level, Z_DEFLATED, encoding, MAX_MEM_LEVEL, Z_DEFAULT_STRAT… in php_zlib_encode()
707 zend_long level = -1; \
710 if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "S|ll", &in, &level, &encoding)) { \
714 if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "Sl|l", &in, &encoding, &level)) { \
718 if (level < -1 || level > 9) { \
731 if ((out = php_zlib_encode(ZSTR_VAL(in), ZSTR_LEN(in), encoding, level)) == NULL) { \
1088 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
1099 level = zval_get_long(option_buffer); in PHP_FUNCTION()
1101 if (level < -1 || level > 9) { in PHP_FUNCTION()
[all …]
/PHP-8.1/TSRM/
H A DTSRM.h117 TSRM_API int tsrm_error(int level, const char *format, ...);
118 TSRM_API void tsrm_error_set(int level, const char *debug_filename);
/PHP-8.1/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt368 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
399 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
/PHP-8.1/tests/output/
H A Dob_implicit_flush_basic_002.phpt14 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";

Completed in 32 milliseconds

123456789