Unverified Commit d8340252 authored by Martin Löffler's avatar Martin Löffler
Browse files

Removed some quotes

parent 1350d893
......@@ -317,86 +317,6 @@
// změněno z elit na alit
echo md5("Lorem ipsum dolor sit amet, consectetuer adipiscing alit.") . "<br><br>";
echo ord("C") . "<br>";
echo ord("z") . "<br><br>";
// strchr je alias strstr
echo strstr("Yes but actualy yes","b") . "<br>";
echo strchr("Do not let any unwholesome talk come out of your mouths, but only what is helpful for building others up according to their needs, that it may benefit those who listen.", "t") . "<br><br>";
echo strlen("The name of the righteous is used in blessings,but the name of the wicked will rot.") . "<br>";
echo strlen("Cocaine is God's way of saying that you're making too much money.") . "<br><br>";
echo strpos("There are, in every age, new errors to be rectified and new prejudices to be opposed.", "error") . "<br>";
echo strpos("Children are not things to be molded, but are people to be unfolded", "molded") . "<br><br>";
echo strrchr("The mathematics is not there till we put it there.", "e") . "<br>";
echo strrchr("Patience is the best remedy for every trouble.", "f") . "<br><br>";
echo strrev("Ne, debyle, doma ma ma mama modely beden.") . "<br>";
echo strrev("Ubodana za nadobu.") . "<br><br>";
echo strtolower("CO TAK RVES?") . "<br>";
echo strtoupper("ja nervu ty rves") . "<br><br>";
echo substr_replace("Nothing exists except atoms and empty space; everything else is opinion.", "Discord and empty space; everything else is opinion.", 22) . "<br>";
echo substr_replace("No persons are more frequently wrong, than those who will not admit they are wrong.", " are wrong.", 53) . "<br><br>";
echo substr("The intelligence is proved not by ease of learning, but by understanding what we learn.", 73) . "<br>";
echo substr("
WHANGDEPOOTENAWAH, n. In the Ojibwa tongue, disaster; an unexpected affliction that strikes hard.
Should you ask me whence this laughter,
Whence this audible big-smiling,
With its labial extension,
With its maxillar distortion
And its diaphragmic rhythmus
Like the billowing of an ocean,
Like the shaking of a carpet,
I should answer, I should tell you:
From the great deeps of the spirit,
From the unplummeted abysmus
Of the soul this laughter welleth
As the fountain, the gug-guggle,
Like the river from the canon [sic],
To entoken and give warning
That my present mood is sunny.
Should you ask me further question --
Why the great deeps of the spirit,
Why the unplummeted abysmus
Of the soule extrudes this laughter,
This all audible big-smiling,
I should answer, I should tell you
With a white heart, tumpitumpy,
With a true tongue, honest Injun:
William Bryan, he has Caught It
Caught the Whangdepootenawah!
Is't the sandhill crane, the shankank,
Standing in the marsh, the kneedeep,
Standing silent in the kneedeep
With his wing-tips crossed behind him
And his neck close-reefed before him,
With his bill, his william, buried
In the down upon his bosom,
With his head retracted inly,
While his shoulders overlook it?
Does the sandhill crane, the shankank,
Shiver grayly in the north wind,
Wishing he had died when little,
As the sparrow, the chipchip, does?
No 'tis not the Shankank standing,
Standing in the gray and dismal
Marsh, the gray and dismal kneedeep.
No, 'tis peerless William Bryan
Realizing that he's Caught It,
Caught the Whangdepootenawah!", 200) . "<br><br>";
echo ucfirst("it was built against the will of the immortal gods, and so it did not last for long.") . "<br>";
echo ucfirst("we think the cross to bear is not for those who are gay, but those who believe in crosses in the first place.") . "<br><br>";
echo ucwords("If you win, you need not have to explain...If you lose, you should not be there to explain!") . "<br>";
echo ucwords("If you tell a big enough lie and tell it frequently enough, it will be believed.") . "<br><br><br>";
dump(array_merge([1, 2, 3], [4, 5, 6]));
dump(array_merge([1, 2, 3], ["ahoj", "zdar", "čau"]));
echo "<br>";
......
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