Home
last modified time | relevance | path

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

123456789

/PHP-8.0/ext/xml/tests/
H A Dxml007.phpt43 ["level"]=>
H A Dbug35447.phpt37 ["level"]=>
/PHP-8.0/ext/opcache/tests/jit/
H A Dinit_fcall_001.phpt2 JIT INIT_FCALL: 001 too deep nesting level
/PHP-8.0/sapi/fpm/tests/
H A Dbug68381-log-level-warning.phpt2 FPM: bug68381 - Log messages with warning level only
/PHP-8.0/tests/lang/
H A DforeachLoopIterator.001.phpt57 echo "\nTop level " . $count++ . ": \n";
110 Top level 1:
/PHP-8.0/ext/openssl/tests/
H A Dstream_security_level.phpt14 // Security level 2 refuses certs signed by keys with length of less than 2048 bits
25 // Make sure the server side starts up successfully if the default security level is
/PHP-8.0/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.0/tests/classes/
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-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_arginfo.h28 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
/PHP-8.0/ext/zlib/tests/
H A D001.phpt13 /* with explicit compression level, length */
/PHP-8.0/tests/output/
H A Dob_implicit_flush_basic_002.phpt14 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
/PHP-8.0/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.0/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) { \
1087 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
1098 level = zval_get_long(option_buffer); in PHP_FUNCTION()
1100 if (level < -1 || level > 9) { in PHP_FUNCTION()
[all …]
/PHP-8.0/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.0/ext/fileinfo/libmagic/
H A Dfuncs.c576 file_check_mem(struct magic_set *ms, unsigned int level) in file_check_mem() argument
580 if (level >= ms->c.len) { in file_check_mem()
581 len = (ms->c.len = 20 + level) * sizeof(*ms->c.li); in file_check_mem()
590 ms->c.li[level].got_match = 0; in file_check_mem()
592 ms->c.li[level].last_match = 0; in file_check_mem()
593 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_cfg.h52 int level; /* steps away from the entry in the dom. tree */ member
/PHP-8.0/main/
H A Doutput.c569 handler->level = zend_stack_push(&OG(handlers), &handler); in php_output_handler_start()
696 *(int *) arg = OG(running)->level; in php_output_handler_hook()
1120 if (handler->level) { in php_output_stack_apply_op()
1129 if (!handler->level) { in php_output_stack_apply_op()
1134 if (handler->level) { in php_output_stack_apply_op()
1191 add_assoc_long(entry, "level", (zend_long) handler->level); in php_output_handler_status()
1214 … %s (%d)", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", ZSTR_VAL(orphan->name), orphan->level); in php_output_stack_pop()
1338 …ol", E_NOTICE, "Failed to flush buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level); in PHP_FUNCTION()
1358 …l", E_NOTICE, "Failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level); in PHP_FUNCTION()
1410 …l", E_NOTICE, "Failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level); in PHP_FUNCTION()
[all …]

Completed in 55 milliseconds

123456789