S
S
Stadinov Denis2015-10-13 00:48:39
PHP
Stadinov Denis, 2015-10-13 00:48:39

Is PHP case sensitive?

Hello! I've been testing here and I've come across this:

function getQuotient($a, $b){ 
return (int)($a / $b);
}
echo getquotient(13, 5);

run without error, but why?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2015-10-13
@StaDi

As intended, move on.
+10 xp to you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question