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 ) );
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Using $this when not in object context in /in/s7PGb:4 Stack trace: #0 {main} thrown in /in/s7PGb on line 4
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
61.34 ms | 401 KiB | 8 Q