Some HTML:
<html>
<head>
<title>Book-O-Rama - New Book Entry</title>
</head>
<body>
<?php | |
if (!function_exists('interface_exists')) { | |
die('PHP version too old'); | |
} | |
$throwables = listThrowableClasses(); | |
$throwablesPerParent = splitInParents($throwables); | |
printTree($throwablesPerParent); | |
if (count($throwablesPerParent) !== 0) { | |
die('ERROR!!!'); |
<?php | |
class ShowBlogPostsController | |
{ | |
/** | |
* @param ShowBlogPostUseCase | |
**/ | |
private $useCase; | |
/** |
INSERT INTO CID10 VALUES ('A00.0','Cólera devida a Vibrio 01, biótipo '); | |
INSERT INTO CID10 VALUES ('A00.1','Cólera devida a Vibrio 01, biótipo El Tor'); | |
INSERT INTO CID10 VALUES ('A00.9','Cólera não especificada'); | |
INSERT INTO CID10 VALUES ('A01.0','Febre tifóide'); | |
INSERT INTO CID10 VALUES ('A01.1','Febre paratifóide A'); | |
INSERT INTO CID10 VALUES ('A01.2','Febre paratifóide B'); | |
INSERT INTO CID10 VALUES ('A01.3','Febre paratifóide C'); | |
INSERT INTO CID10 VALUES ('A01.4','Febre paratifóide não especificada'); | |
INSERT INTO CID10 VALUES ('A02.0','Enterite por salmonela'); | |
INSERT INTO CID10 VALUES ('A02.1','Septicemia por salmonela'); |
Some HTML:
<html>
<head>
<title>Book-O-Rama - New Book Entry</title>
</head>
<body>