Searched refs:level (Results 101 – 125 of 208) sorted by relevance
123456789
/PHP-8.1/tests/classes/ |
H A D | property_override_publicStatic_protectedStatic.phpt | 30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
|
H A D | property_override_protected_private.phpt | 32 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 11
|
H A D | visibility_000b.phpt | 31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
|
H A D | visibility_000a.phpt | 31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
|
H A D | visibility_001a.phpt | 31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22
|
H A D | visibility_001b.phpt | 31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22
|
H A D | visibility_002a.phpt | 31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
|
H A D | visibility_002b.phpt | 31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
|
H A D | visibility_003b.phpt | 31 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 D | 002.phpt | 13 /* with explicit compression level, length */
|
H A D | 001.phpt | 13 /* with explicit compression level, length */
|
/PHP-8.1/ext/intl/tests/ |
H A D | spoofchecker_007.phpt | 2 spoofchecker with restriction level
|
/PHP-8.1/ext/openssl/tests/ |
H A D | stream_security_level.phpt | 15 // 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 D | xml007.phpt | 44 ["level"]=>
|
H A D | bug35447.phpt | 38 ["level"]=>
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | init_fcall_001.phpt | 2 JIT INIT_FCALL: 001 too deep nesting level
|
/PHP-8.1/ext/standard/tests/dir/ |
H A D | scandir_variation5.phpt | 43 echo "\n-- After restricting 1st level parent directory --\n"; 71 -- After restricting 1st level parent directory --
|
H A D | dir_variation7.phpt | 41 echo "-- After restricting 1st level parent directory --\n"; 72 -- After restricting 1st level parent directory --
|
H A D | opendir_variation5.phpt | 42 echo "\n-- After restricting 1st level parent directory --\n"; 79 -- After restricting 1st level parent directory --
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | bug68381-log-level-warning.phpt | 2 FPM: bug68381 - Log messages with warning level only
|
/PHP-8.1/tests/lang/ |
H A D | foreachLoopIterator.001.phpt | 57 echo "\nTop level " . $count++ . ": \n"; 110 Top level 1:
|
/PHP-8.1/ext/zlib/ |
H A D | zlib.c | 386 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 D | TSRM.h | 117 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 D | token_get_all_heredoc_nowdoc.phpt | 368 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 D | ob_implicit_flush_basic_002.phpt | 14 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
|
Completed in 32 milliseconds
123456789