strfind empty string
#1

Hi,

Is there same bug as with strcmp that null strings can't strcmp, so strfind i too can't find in empty string?
Reply
#2

Seems like no, however this is a simple thing you can test it by yourself.
PHP код:
printf("%d",strfind("P """true0)); 
according to my test, it will return -1.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)