Home
last modified time | relevance | path

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

123456789

/PHP-8.2/ext/zlib/tests/
H A D002.phpt13 /* with explicit compression level, length */
H A D001.phpt13 /* with explicit compression level, length */
/PHP-8.2/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.2/ext/sockets/
H A Dsockets.stub.php1754 function socket_get_option(Socket $socket, int $level, int $option): array|int|false {} argument
1760 function socket_getopt(Socket $socket, int $level, int $option): array|int|false {} argument
1763 function socket_set_option(Socket $socket, int $level, int $option, $value): bool {} argument
1769 function socket_setopt(Socket $socket, int $level, int $option, $value): bool {} argument
1794 function socket_cmsg_space(int $level, int $type, int $num = 0): ?int {} argument
/PHP-8.2/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.2/tests/classes/
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_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_000a.phpt31 Fatal error: Access level to fail::f0() 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.2/ext/xml/tests/
H A Dxml007.phpt44 ["level"]=>
H A Dbug35447.phpt38 ["level"]=>
/PHP-8.2/ext/opcache/tests/jit/
H A Dinit_fcall_001.phpt2 JIT INIT_FCALL: 001 too deep nesting level
/PHP-8.2/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.2/sapi/fpm/tests/
H A Dbug68381-log-level-warning.phpt2 FPM: bug68381 - Log messages with warning level only
/PHP-8.2/tests/lang/
H A DforeachLoopIterator.001.phpt57 echo "\nTop level " . $count++ . ": \n";
110 Top level 1:
/PHP-8.2/ext/libxml/
H A Dlibxml.stub.php156 public int $level; variable in LibXMLError
/PHP-8.2/TSRM/
H A DTSRM.h118 TSRM_API int tsrm_error(int level, const char *format, ...);
119 TSRM_API void tsrm_error_set(int level, const char *debug_filename);
/PHP-8.2/ext/phar/tests/
H A Dphar_extract.phpt20 $a->addEmptyDir('one/level');
43 $a->extractTo(__DIR__ . '/extract1-2', array('file2.txt', 'one/level'));
45 var_dump(is_dir(__DIR__ . '/extract1-2/one/level'));
/PHP-8.2/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

Completed in 38 milliseconds

123456789