Home
last modified time | relevance | path

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

123456789

/php-src/ext/zlib/tests/
H A D002.phpt13 /* with explicit compression level, length */
H A D001.phpt13 /* with explicit compression level, length */
/php-src/tests/classes/
H A Dproperty_override_protectedStatic_privateStatic.phpt30 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 11
H A Dproperty_override_publicStatic_privateStatic.phpt30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
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_000a.phpt31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
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_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-src/ext/zlib/
H A Dzlib.c384 static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, int encoding, int level) in php_zlib_encode() argument
394 …if (Z_OK == (status = deflateInit2(&Z, level, Z_DEFLATED, encoding, MAX_MEM_LEVEL, Z_DEFAULT_STRAT… in php_zlib_encode()
705 zend_long level = -1; \
708 if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "S|ll", &in, &level, &encoding)) { \
712 if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "Sl|l", &in, &encoding, &level)) { \
716 if (level < -1 || level > 9) { \
729 if ((out = php_zlib_encode(ZSTR_VAL(in), ZSTR_LEN(in), encoding, level)) == NULL) { \
1086 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
1097 level = zval_get_long(option_buffer); in PHP_FUNCTION()
1099 if (level < -1 || level > 9) { in PHP_FUNCTION()
[all …]
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php65 public function setRestrictionLevel(int $level): void {} argument
/php-src/ext/opcache/tests/jit/
H A Dinit_fcall_001.phpt2 JIT INIT_FCALL: 001 too deep nesting level
/php-src/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-src/ext/xml/tests/
H A Dxml007.phpt44 ["level"]=>
/php-src/sapi/fpm/tests/
H A Dbug68381-log-level-warning.phpt2 FPM: bug68381 - Log messages with warning level only
/php-src/ext/sockets/
H A Dsockets.stub.php1949 function socket_get_option(Socket $socket, int $level, int $option): array|int|false {} argument
1955 function socket_getopt(Socket $socket, int $level, int $option): array|int|false {} argument
1958 function socket_set_option(Socket $socket, int $level, int $option, $value): bool {} argument
1964 function socket_setopt(Socket $socket, int $level, int $option, $value): bool {} argument
1993 function socket_cmsg_space(int $level, int $type, int $num = 0): ?int {} argument
/php-src/tests/lang/
H A DforeachLoopIterator.001.phpt57 echo "\nTop level " . $count++ . ": \n";
110 Top level 1:
/php-src/ext/libxml/
H A Dlibxml.stub.php155 public int $level; variable in LibXMLError
/php-src/TSRM/
H A DTSRM.h121 TSRM_API int tsrm_error(int level, const char *format, ...);
122 TSRM_API void tsrm_error_set(int level, const char *debug_filename);

Completed in 96 milliseconds

123456789