Home
last modified time | relevance | path

Searched refs:level (Results 126 – 150 of 210) sorted by relevance

123456789

/PHP-8.2/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.2/main/
H A Doutput.c570 handler->level = zend_stack_push(&OG(handlers), &handler); in php_output_handler_start()
697 *(int *) arg = OG(running)->level; in php_output_handler_hook()
1121 if (handler->level) { in php_output_stack_apply_op()
1130 if (!handler->level) { in php_output_stack_apply_op()
1135 if (handler->level) { in php_output_stack_apply_op()
1192 add_assoc_long(entry, "level", (zend_long) handler->level); in php_output_handler_status()
1215 … %s (%d)", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", ZSTR_VAL(orphan->name), orphan->level); in php_output_stack_pop()
1339 …ol", E_NOTICE, "Failed to flush buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level); in PHP_FUNCTION()
1359 …l", E_NOTICE, "Failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level); in PHP_FUNCTION()
1411 …l", E_NOTICE, "Failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt62 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
63 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
H A Dsnmp3-error.phpt61 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
62 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
/PHP-8.2/ext/oci8/tests/
H A Ddefine6.phpt76 echo "Test 4 - define before top level execute\n";
131 Test 4 - define before top level execute
/PHP-8.2/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt120 echo "\nTop level " . $count++ . ": \n";
217 Top level 1:
247 Top level 2:
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfuncs.c617 file_check_mem(struct magic_set *ms, unsigned int level) in file_check_mem() argument
621 if (level >= ms->c.len) { in file_check_mem()
622 len = (ms->c.len = 20 + level) * sizeof(*ms->c.li); in file_check_mem()
631 ms->c.li[level].got_match = 0; in file_check_mem()
633 ms->c.li[level].last_match = 0; in file_check_mem()
634 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()
H A Dder.c396 printdata(size_t level, const void *v, size_t x, size_t l) in printdata() argument
415 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
423 printdata(level + 1, p, x, len + x); in printdata()
/PHP-8.2/Zend/Optimizer/
H A Dzend_cfg.h52 int level; /* steps away from the entry in the dom. tree */ member
/PHP-8.2/TSRM/
H A DTSRM.c71 int tsrm_error(int level, const char *format, ...);
707 int tsrm_error(int level, const char *format, ...) in tsrm_error() argument
709 if (level<=tsrm_error_level) { in tsrm_error()
727 void tsrm_error_set(int level, const char *debug_filename) in tsrm_error_set() argument
729 tsrm_error_level = level; in tsrm_error_set()
/PHP-8.2/ext/libxml/
H A Dlibxml.c492 error_copy.level = XML_ERR_ERROR; in _php_list_set_error_structure()
511 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg) in php_libxml_ctx_error_level() argument
519 …php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->l… in php_libxml_ctx_error_level()
521 php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line); in php_libxml_ctx_error_level()
528 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() argument
533 php_error_docref(NULL, level, "%s", msg); in php_libxml_issue_error()
974 add_property_long(return_value, "level", error->level); in PHP_FUNCTION()
1011 add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); in PHP_FUNCTION()
/PHP-8.2/ext/spl/tests/
H A Dbug65387.phpt55 // Recursive iterator at level>0.
H A Drecursivecomparedualiterator.inc20 * level we need to check whether both child iterators are at their end.
/PHP-8.2/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt33 …// The maximum niceness level is 19, if the process is already running at a high niceness, it cann…
/PHP-8.2/ext/sockets/
H A Dconversions.h29 int level; member
/PHP-8.2/scripts/dev/
H A Dcheck_parameters.php52 function error($str, $level = 0) argument
56 if ($level <= REPORT_LEVEL) {
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt34 print "reference, one level...\n";
158 print "reference, one level, change after bind...\n";
252 reference, one level...
283 reference, one level, change after bind...
H A Dmysqli_debug_mysqlnd_control_string.phpt95 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
97 // -t,[N] - maximum nesting level
103 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
106 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
/PHP-8.2/ext/sockets/tests/
H A Dsocket_recvmsg.phpt76 [level] => %d
H A Dsocket_cmsg_credentials_fbsd.phpt72 [level] => %d
H A Dsocket_cmsg_credentials.phpt76 [level] => %d
/PHP-8.2/sapi/fpm/tests/
H A Dlogtool.inc37 private ?string $level = null;
96 * Set the expected logging level.
98 * @param string $level
102 public function setExpectedLevel(string $level): string
104 return $this->level = $level;
108 * Get the expected logging level.
114 return $this->level ?: 'WARNING';
/PHP-8.2/ext/zlib/
H A Dzlib_filter.c343 int level = Z_DEFAULT_COMPRESSION; in php_zlib_filter_create() local
394 level = tmp; in php_zlib_filter_create()
401 status = deflateInit2(&(data->strm), level, Z_DEFLATED, windowBits, memLevel, 0); in php_zlib_filter_create()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_debug.h29 unsigned int level, const char * type, const char *message);
32 unsigned int level, const char * type, const char *format, ...)
/PHP-8.2/ext/zlib/tests/
H A D005.phpt47 gzcompress(): Argument #2 ($level) must be between -1 and 9

Completed in 59 milliseconds

123456789