Home
last modified time | relevance | path

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

123456789

/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt60 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
61 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
H A Dsnmp3-error.phpt59 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
60 Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
/PHP-8.0/ext/oci8/tests/
H A Ddefine6.phpt74 echo "Test 4 - define before top level execute\n";
129 Test 4 - define before top level execute
/PHP-8.0/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt120 echo "\nTop level " . $count++ . ": \n";
217 Top level 1:
247 Top level 2:
/PHP-8.0/ext/sockets/
H A Dsockets.c1738 zend_long level, optname; local
1747 if (level == IPPROTO_IP) {
1766 else if (level == IPPROTO_IPV6) {
1776 if (level == SOL_SOCKET) {
1847 zend_long level, optname; local
1870 if (level == IPPROTO_IP) {
1871 int res = php_do_setsockopt_ip_mcast(php_sock, level, optname, arg4);
1876 else if (level == IPPROTO_IPV6) {
1877 int res = php_do_setsockopt_ipv6_mcast(php_sock, level, optname, arg4);
1879 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.0/TSRM/
H A DTSRM.c71 int tsrm_error(int level, const char *format, ...);
688 int tsrm_error(int level, const char *format, ...) in tsrm_error() argument
690 if (level<=tsrm_error_level) { in tsrm_error()
708 void tsrm_error_set(int level, const char *debug_filename) in tsrm_error_set() argument
710 tsrm_error_level = level; in tsrm_error_set()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dder.c397 printdata(size_t level, const void *v, size_t x, size_t l) in printdata() argument
416 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
424 printdata(level + 1, p, x, len + x); in printdata()
/PHP-8.0/scripts/dev/
H A Dcheck_parameters.php52 function error($str, $level = 0) argument
56 if ($level <= REPORT_LEVEL) {
/PHP-8.0/ext/spl/tests/
H A Drecursivecomparedualiterator.inc20 * level we need to check whether both child iterators are at their end.
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt33 print "reference, one level...\n";
157 print "reference, one level, change after bind...\n";
251 reference, one level...
282 reference, one level, change after bind...
H A Dmysqli_debug_mysqlnd_control_string.phpt97 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
99 // -t,[N] - maximum nesting level
105 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
108 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
/PHP-8.0/ext/libxml/
H A Dlibxml.c497 error_copy.level = XML_ERR_ERROR; in _php_list_set_error_structure()
516 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg) in php_libxml_ctx_error_level() argument
524 …php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->l… in php_libxml_ctx_error_level()
526 php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line); in php_libxml_ctx_error_level()
531 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() argument
536 php_error_docref(NULL, level, "%s", msg); in php_libxml_issue_error()
1046 add_property_long(return_value, "level", error->level); in PHP_FUNCTION()
1083 add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); in PHP_FUNCTION()
/PHP-8.0/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.0/ext/sockets/tests/
H A Dsocket_recvmsg.phpt76 [level] => %d
H A Dsocket_cmsg_credentials.phpt76 [level] => %d
/PHP-8.0/ext/opcache/jit/
H A DREADME.md20 but does assume good, and very low-level development knowledge of target
H A Dzend_jit_internal.h267 #define ZEND_JIT_TRACE_FAKE_INFO(level) \ argument
268 (((level) << ZEND_JIT_TRACE_FAKE_LEVEL_SHIFT) | ZEND_JIT_TRACE_FAKE_INIT_CALL)
289 uint8_t level; /* recursive return level for ZEND_JIT_TRACE_START */
/PHP-8.0/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.0/ext/mysqlnd/
H A Dmysqlnd_debug.h29 unsigned int level, const char * type, const char *message);
31 unsigned int level, const char * type, const char *format, ...);
/PHP-8.0/ext/zlib/tests/
H A D005.phpt47 gzcompress(): Argument #2 ($level) must be between -1 and 9
H A D006.phpt45 gzcompress(): Argument #2 ($level) must be between -1 and 9
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re57 …printf(stderr, "UNSERIALIZE_INIT == lock: %u, level: %u\n", BG(serialize_lock), BG(unserialize)…
58 if (BG(serialize_lock) || !BG(unserialize).level) {
70 BG(unserialize).level = 1;
74 ++BG(unserialize).level;
80 …printf(stderr, "UNSERIALIZE_DESTROY == lock: %u, level: %u\n", BG(serialize_lock), BG(unserialize)…
81 if (BG(serialize_lock) || BG(unserialize).level == 1) {
85 if (!BG(serialize_lock) && !--BG(unserialize).level) {
624 if (BG(unserialize).level > 1) {
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
568 $level = $this->args['l']['val'];
583 $this->phar_add($phar, $level, $input, $regex, $invregex, $stub, NULL, isset($loader));
586 $this->phar_add($phar, $level, $i, $regex, $invregex, $stub, NULL, isset($loader));
632 return self::phar_add_file($phar, $level, $input, $input, $compress);
663 * @param string $level The level of the file.
669 static function phar_add_file(Phar $phar, $level, $entry, $file, $compress, $noloader = false)
672 while($level-- > 0 && ($p = strpos($entry, '/')) !== false) {
1001 $level = $this->args['l']['val'];
1008 $this->phar_add($phar, $level, $input, $regex, $invregex, NULL, $compress);
[all …]

Completed in 66 milliseconds

123456789