Home
last modified time | relevance | path

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

12345678910>>...52

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvfprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
51 array( true, TRUE, false,
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
51 array( true, TRUE, false,
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvsprintf_variation12.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation12.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation12_64bit.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation12_64bit.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt43 echo $types[$i]. " test returns TRUE\n";
54 echo " TRUE\n";
64 echo " TRUE\n";
87 Resource type..after file open is_resource() returns TRUE
H A Dget_cfg_var_variation2.phpt21 'uppercase TRUE' =>TRUE,
H A Dgetservbyname_variation9.phpt20 'uppercase TRUE' =>TRUE,
H A Dbug41445.phpt18 var_dump(parse_ini_file($file, TRUE));
31 var_dump(parse_ini_file($file, TRUE));
H A Dproc_nice_variation2.phpt23 'uppercase TRUE' =>TRUE,
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding.phpt14 ($r === TRUE) ? print "OK_EUC-JP_SET\n" : print "NG_EUC-JP_SET\n";
20 ($r === TRUE) ? print "OK_UTF-8_SET\n" : print "NG_UTF-8_SET\n";
26 ($r === TRUE) ? print "OK_ASCII_SET\n" : print "NG_ASCII_SET\n";
H A Dmb_detect_order.phpt16 ($r === TRUE) ? print "OK_AUTO\n" : print "NG_AUTO\n";
22 ($r === TRUE) ? print "OK_STR\n" : print "NG_STR\n";
32 ($r === TRUE) ? print "OK_ARRAY\n" : print "NG_ARRAY\n";
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt27 $dom->resolveExternals = TRUE;
29 echo "Set resolveExternals to TRUE, reading again:\n";
47 Set resolveExternals to TRUE, reading again:
H A Dcanonicalization.phpt28 echo $doc->c14N(TRUE)."\n\n";
31 echo $doc->C14N(FALSE, TRUE)."\n\n";
34 echo $doc->C14N(TRUE, TRUE)."\n\n";
37 echo $doc->c14N(TRUE, FALSE, array('query'=>'(//. | //@* | //namespace::*)'))."\n\n";
42 echo $doc->c14N(TRUE, FALSE,
49 echo $doc->C14N(TRUE, FALSE, NULL, array('test'));
/PHP-5.5/Zend/tests/
H A D008.phpt7 var_dump(define("TRUE"));
8 var_dump(define("TRUE", 1));
9 var_dump(define("TRUE", 1, array(1)));
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_1.phpt35 echo '$a='.var_export($a,TRUE).";\n";
36 echo '$b='.var_export($b,TRUE).";\n";
43 echo '$a='.var_export($a,TRUE).";\n";
44 echo '$b='.var_export($b,TRUE).";\n";
51 echo '$a='.var_export($a,TRUE).";\n";
52 echo '$b='.var_export($b,TRUE).";\n";
59 echo '$a='.var_export($a,TRUE).";\n";
60 echo '$b='.var_export($b,TRUE).";\n";
H A Darray_keys_variation_005.phpt14 var_dump(array_keys($arr_resource, $resource1, TRUE)); // strict type checking
16 var_dump(array_keys($arr_resource, $resource2, TRUE)); // strict type checking
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp58 this->fText = utext_clone(this->fText, that.fText, FALSE, TRUE, &uec); in operator =()
88 return TRUE; in operator ==()
109 return utext_clone(fillIn, this->fText, FALSE, TRUE, &status); in getUText()
128 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); in setText()
280 this->fText = utext_clone(this->fText, input, FALSE, TRUE, &status); in refreshInputText()
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_022.phpt22 string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
24 string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname_variation2.phpt24 'uppercase TRUE' =>TRUE,
H A Dposix_seteuid_variation2.phpt23 'uppercase TRUE' =>TRUE,
H A Dposix_setgid_variation2.phpt23 'uppercase TRUE' =>TRUE,
/PHP-5.5/ext/mcrypt/tests/
H A Dbug43143.phpt10 $mkey = hash('sha256', 'secret key', TRUE);
14 $mkey = hash('sha256', 'secret key', TRUE);

Completed in 51 milliseconds

12345678910>>...52