3v4l.org

run code in 300+ PHP versions simultaneously
<?php $security = array( 'sec' => array( 'id' => sha1( $this->shopId . ':' . $this->shopKey . ':' . date( 'YmdHis' ) ), 'shopid' => '', 'timestamp' => '', ), ); $submitInfo = array( 'client' => array( 'type' => '', 'asset' => array( array( 'description' => '', ), ), 'contracttype' => '', 'assetcost' => '', 'advancepayment' => '', 'paymentperiod' => '', 'paymentday' => '', 'identitycode' => '', 'firstname' => '', 'lastname' => '', 'docno' => '', 'citizenship' => '', 'residenceperiodenddate' => '', 'address' => '', 'city' => '', 'postalcode' => '', 'housingtype' => '', 'phone1' => '', 'phone2' => '', 'email' => '', 'employer' => '', 'employmentrelationship' => '', 'terminationdate' => '', 'jobperiod' => '', 'jobposition' => '', 'income' => '', 'existingobligation' => array( array( 'lender' => '', 'monthlypayment' => '', 'enddate' => '', ) ), 'warrantor' => array( array( 'identitycode' => '', 'firstname' => '', 'lastname' => '', 'docno' => '', 'citizenship' => '', 'residenceperiodenddate' => '', 'address' => '', 'city' => '', 'postalcode' => '', 'housingtype' => '', 'phone1' => '', 'phone2' => '', 'email' => '', 'employer' => '', 'employmentrelationship' => '', 'jobperiod' => '', 'jobposition' => '', 'income' => '', 'existingobligation' => array( array( 'lender' => '', 'monthlypayment' => '', 'enddate' => '', ) ), ), ), 'reply' => array( 'url' => '', 'username' => '', 'password' => '', ), 'requestid' => '', ), ); print_r( ( $security + $submitInfo ) );

preferences:
43.65 ms | 402 KiB | 5 Q