legacy-dotfiles/emacs.d/nxhtml/tests/in/no-php-end-3.php

19 lines
347 B
PHP
Raw Normal View History

<?php
include_once(APP_AAA_INCLUDE."bb.php");
include_once(APP_AAA_INCLUDE."cc.php");
include_once(APP_AAA_INCLUDE."dd.php");
include_once(APP_AAA_INCLUDE."ee.php");
include_once(APP_AAA_INCLUDE."ff.php");
include_once(APP_AAA_INCLUDE."gg.php");
class Test
{
public $var1;
function __construct()
{
$This->var1 = 5;
}
}