Похожие чаты

$Compare1 = 1234; $compare2 = '1234'; if ($compare1 == $compare2) {

// type juggling concern
}

if ((int)$compare1 === (int)$compare2) {
// not type juggling
}Which one is more preferred in terms of security and performance? Have there been a benchmark test done on this kind of stuff?

9 ответов

4 просмотра

in most of the cases, uses === instead of ==

Generally being stricter during programming has always better results at the end and cleaner code. So i think === is mostly better if u can afford it. But it doesn't make sense if u gonna type cast the variables before checking (string) then u r doing == again

Found answer for this?

Mser
Found answer for this?

It's a 2 year old post

Mser
Found answer for this?

Anyway, personally I would prefer the second one as it is more explicit what you are doing and expecting

Mser
Found answer for this?

isnt the test easy as hell? you just execute both comparisons timed a few thousand oder million times untill you see a difference in the times oO

Sunbro
isnt the test easy as hell? you just execute both...

or is there something i should know which could interfere regarding the php interpreter

Sunbro
isnt the test easy as hell? you just execute both...

I'm on detailed web assessment and source code review project , just validating vulnerability

Mser
I'm on detailed web assessment and source code rev...

then the question is still what you are trying to accomolish in said comparison

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
How are we going bro about the Raids ??
🅿️abby_FX
13
Россия стала ввозить сливочное масло из ОАЭ. Просто ради любопытства взглянул на статистику и впечатлился. У арабов среднестатистическая корова дает около 42 литров молока в д...
Foxcool
2
Здравствуйте, вопрос по структурам данных. Были у вас случаи, когда пришлось писать деревья или двунаправленные списки?
/ /
50
Товарищи, кто работа с iphelper? Или может я в самой логике ошибки фигачу, не пойму.... var ifTable : PMIB_IFTABLE; size, corSize: DWORD; Buffer ...
Warfarellen
4
я так понимаю, я так подозреваю, что создание такого плагина для человека, кто умеет писать плагины для делфи потребует минут 5-10 времени. но это мое подозрение. хотелось бы ...
Kraszx
7
Карта сайта