Unverified Commit 074a6ea4 authored by Andrleman's avatar Andrleman Committed by GitHub
Browse files

Add files via upload

parents
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
File added
<?php
require 'tracy/tracy.phar';
use Tracy\Debugger;
Debugger::enable();
Debugger::$strictMode = true;
?>
\ No newline at end of file
browser.id=default
copy.src.files=false
copy.src.on.open=false
copy.src.target=
index.file=
run.as=LOCAL
url=http://localhost/test.php/
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/wamp64/www/test.php/OOP.php</file>
<file>file:/C:/wamp64/www/test.php/test.php</file>
<file>file:/C:/wamp64/www/test.php/index.php</file>
</group>
</open-files>
</project-private>
include.path=${php.global.include.path}
php.version=PHP_73
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=false
web.root=.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>test.php</name>
</data>
</configuration>
</project>
<?php
phpinfo();
?>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment