Home
last modified time | relevance | path

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

123456789

/PHP-8.1/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.1/ext/sockets/
H A Dsockets.c1756 zend_long level, optname; local
1765 if (level == IPPROTO_IP) {
1784 else if (level == IPPROTO_IPV6) {
1794 if (level == SOL_SOCKET) {
1882 zend_long level, optname; local
1905 if (level == IPPROTO_IP) {
1906 int res = php_do_setsockopt_ip_mcast(php_sock, level, optname, arg4);
1911 else if (level == IPPROTO_IPV6) {
1912 int res = php_do_setsockopt_ipv6_mcast(php_sock, level, optname, arg4);
1914 res = php_do_setsockopt_ipv6_rfc3542(php_sock, level, optname, arg4);
[all …]
H A Dconversions.h19 int level; member
H A Dsockets_arginfo.h112 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
120 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
172 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
/PHP-8.1/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.1/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.1/ext/intl/spoofchecker/
H A Dspoofchecker_arginfo.h28 ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0)
/PHP-8.1/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt120 echo "\nTop level " . $count++ . ": \n";
217 Top level 1:
247 Top level 2:
/PHP-8.1/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.1/Zend/Optimizer/
H A Dzend_cfg.h52 int level; /* steps away from the entry in the dom. tree */ member
/PHP-8.1/TSRM/
H A DTSRM.c71 int tsrm_error(int level, const char *format, ...);
714 int tsrm_error(int level, const char *format, ...) in tsrm_error() argument
716 if (level<=tsrm_error_level) { in tsrm_error()
734 void tsrm_error_set(int level, const char *debug_filename) in tsrm_error_set() argument
736 tsrm_error_level = level; in tsrm_error_set()
/PHP-8.1/ext/spl/tests/
H A Dbug65387.phpt54 // Recursive iterator at level>0.
H A Drecursivecomparedualiterator.inc20 * level we need to check whether both child iterators are at their end.
/PHP-8.1/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.1/ext/libxml/
H A Dlibxml.c505 error_copy.level = XML_ERR_ERROR; in _php_list_set_error_structure()
524 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg) in php_libxml_ctx_error_level() argument
532 …php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->l… in php_libxml_ctx_error_level()
534 php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line); in php_libxml_ctx_error_level()
541 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() argument
546 php_error_docref(NULL, level, "%s", msg); in php_libxml_issue_error()
1028 add_property_long(return_value, "level", error->level); in PHP_FUNCTION()
1065 add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); in PHP_FUNCTION()
/PHP-8.1/scripts/dev/
H A Dcheck_parameters.php52 function error($str, $level = 0) argument
56 if ($level <= REPORT_LEVEL) {
/PHP-8.1/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.phpt98 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
100 // -t,[N] - maximum nesting level
106 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
109 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
/PHP-8.1/ext/sockets/tests/
H A Dsocket_recvmsg.phpt76 [level] => %d
/PHP-8.1/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.1/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.1/ext/opcache/jit/
H A DREADME.md20 but does assume good, and very low-level development knowledge of target
/PHP-8.1/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, ...)

Completed in 168 milliseconds

123456789