Home
last modified time | relevance | path

Searched refs:TRUE (Results 76 – 100 of 617) sorted by relevance

12345678910>>...25

/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_setAccessible.phpt81 $private->setAccessible(TRUE);
82 $privateStatic->setAccessible(TRUE);
83 $protected->setAccessible(TRUE);
84 $protectedStatic->setAccessible(TRUE);
H A Dbug38194.phpt2 Reflection Bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the class itself)
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_convert.c487 while (TRUE) in convert_glob_parse_class()
503 while (TRUE) in convert_glob_parse_class()
608 is_negative = TRUE; in convert_glob_parse_range()
637 has_prev_c = TRUE; in convert_glob_parse_range()
683 separator_seen = TRUE; in convert_glob_parse_range()
729 has_prev_c = TRUE; in convert_glob_parse_range()
829 is_start = TRUE; in convert_glob()
870 no_slash_z = TRUE; in convert_glob()
874 after_starstar = TRUE; in convert_glob()
940 no_slash_z = TRUE; in convert_glob()
[all …]
H A Dpcre2_dfa_match.c1176 OK = TRUE; in internal_dfa_match()
1434 OK = TRUE; in internal_dfa_match()
1597 OK = TRUE; in internal_dfa_match()
1630 OK = TRUE; in internal_dfa_match()
1675 OK = TRUE; in internal_dfa_match()
1863 OK = TRUE; in internal_dfa_match()
1903 OK = TRUE; in internal_dfa_match()
1941 OK = TRUE; in internal_dfa_match()
2119 OK = TRUE; in internal_dfa_match()
2155 OK = TRUE; in internal_dfa_match()
[all …]
/PHP-8.0/ext/session/tests/
H A Dsession_set_cookie_params_variation4.phpt4 session.cookie_secure=TRUE
19 var_dump(session_set_cookie_params(3600, "/path", "blah", TRUE));
H A Dsession_set_cookie_params_variation5.phpt4 session.cookie_httponly=TRUE
19 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, TRUE));
/PHP-8.0/ext/gd/libgd/
H A Dgdkanji.c29 #ifdef TRUE
30 #undef TRUE
36 #define TRUE 1 macro
319 daku = TRUE; /* Daku-ten */ in han2zen()
321 handaku = TRUE; /* Han-daku-ten */ in han2zen()
393 jisx0208 = TRUE; in do_convert()
402 hankaku = TRUE; in do_convert()
463 int kanji = TRUE; in do_check_and_conv()
/PHP-8.0/ext/standard/tests/array/
H A Darray_values.phpt25 array(TRUE, FALSE, NULL, true, false, null, "TRUE", "FALSE",
184 string(4) "TRUE"
/PHP-8.0/ext/standard/tests/file/
H A Dfnmatch_basic.phpt24 var_dump( fnmatch(TRUE, TRUE) );
H A Dreadfile_variation10-win32.phpt20 "TRUE" => TRUE,
50 -- Filename: TRUE --
H A Dfile_put_contents_variation8-win32.phpt19 "TRUE" => TRUE,
55 -- Filename: TRUE --
H A Dfile_get_contents_variation8-win32.phpt21 "TRUE" => TRUE,
53 -- Filename: TRUE --
H A Dbug20424.phpt6 $dummy = var_export(stream_get_meta_data($f), TRUE);
/PHP-8.0/ext/ldap/tests/
H A Dldap_count_references_basic.phpt31 ldap_delete($link, "cn=userref,$base", [['oid' => LDAP_CONTROL_MANAGEDSAIT, 'iscritical' => TRUE]]);
32 ldap_delete($link, "cn=userref2,$base", [['oid' => LDAP_CONTROL_MANAGEDSAIT, 'iscritical' => TRUE]]…
/PHP-8.0/win32/
H A Dwinutil.c81 BOOL ret = TRUE; in php_win32_shutdown_random_bytes()
94 return TRUE; in php_win32_init_random_bytes()
476 return TRUE; in is_compatible()
481 …return is_compatible(handle, TRUE, "Can't load module '%s' as it's linked with %u.%u, but the core… in php_win32_image_compatible()
501 return TRUE; in php_win32_crt_compatible()
/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation8.phpt42 array(true), array(false), array(TRUE), array(FALSE),
47 array( true, TRUE, false,
48 TRUE, FALSE, 1,
49 true, false, TRUE, FALSE,
51 1, TRUE, 0, FALSE),
/PHP-8.0/ext/xmlreader/tests/
H A Dbug64230.phpt18 echo "Internal errors TRUE\n";
40 Internal errors TRUE
/PHP-8.0/Zend/tests/
H A D008.phpt12 var_dump(define("TRUE", 1));
35 Warning: Constant TRUE already defined in %s on line %d
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_resource.phpt2 Bug #27822 (is_resource() returns TRUE for closed resources)
/PHP-8.0/ext/hash/tests/
H A Dhash_file_basic1.phpt46 echo "adler32(raw): " . bin2hex(hash_file('adler32', $file, TRUE)) . "\n";
47 echo "md5(raw): " . bin2hex(hash_file('md5', $file, TRUE)). "\n";
48 echo "sha256(raw): " . bin2hex(hash_file('sha256', $file, TRUE)). "\n";
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Dnearzero.c66 return TRUE;
/PHP-8.0/ext/exif/tests/
H A Dbug78256.phpt7 @exif_read_data(__DIR__."/bug78256.jpg", 'COMMENT', FALSE, TRUE);
H A Dbug77988.phpt7 exif_read_data(__DIR__."/bug77988.jpg", 'COMMENT', FALSE, TRUE);
H A Dbug78222.phpt7 exif_read_data(__DIR__."/bug78222.jpg", 'THUMBNAIL', FALSE, TRUE);
/PHP-8.0/tests/lang/
H A Dcompare_objects_basic1.phpt33 echo "\n-- The following compare should return TRUE --\n";
48 -- The following compare should return TRUE --

Completed in 44 milliseconds

12345678910>>...25