Lines Matching full:if
9 if (!function_exists('ctype_space')) {
19 …if (!is_string($text)) return false; #FIXME original treats between -128 and 255 inclusive as ASCI…
20 if (trim($text) === '') return true;
25 if (!function_exists('ctype_digit')) {
35 …if (!is_string($text)) return false; #FIXME original treats between -128 and 255 inclusive as ASCI…
36 if (preg_match('/^\d+$/', $text)) return true;
41 if (!function_exists('gzopen') && function_exists('gzopen64')) {
58 if (!function_exists('gzseek') && function_exists('gzseek64')) {
75 if (!function_exists('gztell') && function_exists('gztell64')) {
94 if (!function_exists('str_starts_with')) {
105 if (!function_exists('str_contains')) {
116 if (!function_exists('str_ends_with')) {
119 if ('' === $needle || $needle === $haystack) {
123 if ('' === $haystack) {
137 if (!function_exists('array_is_list')) {
140 if ($arr === []) {