Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_newline.c95 return TRUE; in PRIV()
99 return TRUE; in PRIV()
116 return TRUE; in PRIV()
120 return TRUE; in PRIV()
126 return TRUE; in PRIV()
131 return TRUE; in PRIV()
138 return TRUE; in PRIV()
191 return TRUE; in PRIV()
195 return TRUE; in PRIV()
207 return TRUE; in PRIV()
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dmd5raw.phpt5 echo bin2hex(md5("", TRUE))."\n";
6 echo bin2hex(md5("a", TRUE))."\n";
7 echo bin2hex(md5("abc", TRUE))."\n";
8 echo bin2hex(md5("message digest", TRUE))."\n";
9 echo bin2hex(md5("abcdefghijklmnopqrstuvwxyz", TRUE))."\n";
10 echo bin2hex(md5("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", TRUE))."\n";
11 …d5("12345678901234567890123456789012345678901234567890123456789012345678901234567890", TRUE))."\n";
H A Dsha1raw.phpt5 echo bin2hex(sha1("abc", TRUE))."\n";
6 echo bin2hex(sha1("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", TRUE))."\n";
7 echo bin2hex(sha1("a", TRUE))."\n";
8 echo bin2hex(sha1("0123456701234567012345670123456701234567012345670123456701234567", TRUE))."\n";
H A Dstr_replace_variation2.phpt13 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
41 TRUE,
42 "TRUE",
69 string(181) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
76 string(181) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
83 string(186) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
90 string(195) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
97 string(186) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
104 string(195) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
118 string(193) "Hello, world,0120333.3445FOUND67 NULL TRUE FALSE�
[all …]
H A Dvsprintf_basic4.phpt12 $arg1 = array(TRUE);
13 $arg2 = array(TRUE,FALSE);
14 $arg3 = array(TRUE,FALSE,TRUE);
H A Dstrstr.phpt42 TRUE,
43 "TRUE",
195 string(66) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
200 string(66) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
205 string(66) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
210 string(66) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
220 string(54) "NULL TRUE FALSE� abcd\xxyz �0 octal
235 string(72) "12033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
240 string(49) "TRUE FALSE� abcd\xxyz �0 octal
245 string(72) "12033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
[all …]
H A Dvprintf_basic4.phpt12 $arg1 = array(TRUE);
13 $arg2 = array(TRUE,FALSE);
14 $arg3 = array(TRUE,FALSE,TRUE);
H A Dvfprintf_basic4.phpt12 $arg1 = array(TRUE);
13 $arg2 = array(TRUE,FALSE);
14 $arg3 = array(TRUE,FALSE,TRUE);
/PHP-8.0/ext/intl/tests/
H A Ddateformat_is_set_lenient.phpt25 $res_str .= "TRUE\n";
32 $isLenient = TRUE;
35 $res_str .= "TRUE\n";
43 $res_str .= "TRUE\n";
54 $res_str .= "TRUE\n";
62 $res_str .= "TRUE\n";
80 After call to get_lenient : lenient= TRUE
82 Setting IntlDateFormatter with lenient = TRUE
83 After call to is_lenient : lenient= TRUE
/PHP-8.0/ext/session/tests/
H A Dbug71162.phpt15 return TRUE;
19 return TRUE;
28 return TRUE;
32 return TRUE;
36 return TRUE;
44 return TRUE;
49 return TRUE;
H A Dbug32330.phpt20 return TRUE;
26 return TRUE;
38 return TRUE;
44 return TRUE;
50 return TRUE;
/PHP-8.0/ext/standard/tests/array/
H A Dbug41686.phpt10 array_slice($a, 1, 2, TRUE),
11 array_slice($a, 1, NULL, TRUE),
13 array_slice($b, 1, 2, TRUE),
14 array_slice($b, 1, NULL, TRUE)
H A Darray_slice_variation7.phpt112 $preserve_keys = TRUE
136 $preserve_keys = TRUE
156 $preserve_keys = TRUE
172 $preserve_keys = TRUE
184 $preserve_keys = TRUE
196 $preserve_keys = TRUE
212 $preserve_keys = TRUE
228 $preserve_keys = TRUE
240 $preserve_keys = TRUE
252 $preserve_keys = TRUE
[all …]
H A Darray_keys_variation_004.phpt8 TRUE => TRUE,
21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
23 var_dump(array_keys($types_arr, $value, TRUE));
H A Darray_search_variation4.phpt26 var_dump( array_search("Good", array(0,"hello"), TRUE) );
31 var_dump( array_search(0, array("this")),TRUE );
36 var_dump( array_search("this", array(0), TRUE) );
40 array("a"=> TRUE, "b"=> TRUE,
41 array("c"=> TRUE, "d"=>TRUE)
48 var_dump( array_search('123abc', array(123), TRUE) ); // false in strict mode
H A Din_array_variation4.phpt28 var_dump( in_array("Good", array(0,"hello"), TRUE) );
33 var_dump( in_array(0, array("this")),TRUE );
38 var_dump( in_array("this", array(0), TRUE) );
42 array("a"=> TRUE, "b"=> TRUE,
43 array("c"=> TRUE, "d"=>TRUE)
50 var_dump( in_array('123abc', array(123), TRUE) ); // false in strict mode
H A D007.phpt8 echo '$a='.var_export($a,TRUE).";\n";
9 echo '$b='.var_export($b,TRUE).";\n";
10 echo '$c='.var_export($c,TRUE).";\n";
44 echo '$a='.var_export($a,TRUE).";\n";
45 echo '$b='.var_export($b,TRUE).";\n";
46 echo '$c='.var_export($c,TRUE).";\n";
82 echo '$a='.var_export($a,TRUE).";\n";
83 echo '$b='.var_export($b,TRUE).";\n";
84 echo '$c='.var_export($c,TRUE).";\n";
99 echo '$a='.var_export($a,TRUE).";\n";
[all …]
/PHP-8.0/win32/build/
H A Ddeplister.c31 return TRUE; in StatusRoutine()
35 return TRUE; in StatusRoutine()
37 return TRUE; in StatusRoutine()
/PHP-8.0/ext/standard/tests/math/
H A Dpow.phpt22 TRUE === is_infinite(pow(0,-2))
23 TRUE === is_infinite(pow(0,-1))
47 TRUE === is_infinite(pow(0,-2.0))
48 TRUE === is_infinite(pow(0,-1.0))
79 TRUE === is_infinite(pow(0.0,-2.0))
80 TRUE === is_infinite(pow(0.0,-1.0))
104 TRUE === is_infinite(pow( 0.0,-2))
105 TRUE === is_infinite(pow( 0.0,-1))
/PHP-8.0/ext/curl/tests/
H A Dbug46711.phpt14 CURLOPT_AUTOREFERER => TRUE,
15 CURLOPT_BINARYTRANSFER => TRUE
18 curl_setopt( $ch, CURLOPT_AUTOREFERER , TRUE );
/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt10 "TRUE" => TRUE,
25 var_dump( var_export( $bool_value, TRUE) );
40 -- Iteration: TRUE --
/PHP-8.0/ext/ldap/tests/
H A Dldap_controls.phpt23 …[['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filter' => '(objectClass=organi…
26 …[['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filter' => '(objectClass=organi…
28 …[['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filter' => '(!(description=*))'…
32 …[['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filter' => '(!(description=*))'…
35 …ldap_delete($link, "o=test,$base", [['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' =…
38 …p_rename($link, "o=test,$base", "o=test2", "", TRUE, [['oid' => LDAP_CONTROL_ASSERT, 'iscritical' …
40 …test,$base", "o", "test", [['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filte…
41 …test,$base", "o", "test", [['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filte…
49 …[['oid' => LDAP_CONTROL_VALUESRETURNFILTER, 'iscritical' => TRUE, 'value' => ['filter' => '(l=*her…
/PHP-8.0/Zend/tests/
H A Dlist_keyed_conversions.phpt12 list(NULL => $NULL, 1.5 => $float, FALSE => $FALSE, TRUE => $TRUE) = $results;
13 var_dump($NULL, $float, $FALSE, $TRUE);
H A Dconcat_003.phpt11 $time = microtime(TRUE);
27 $time = microtime(TRUE);
34 $t = microtime(TRUE) - $time;
/PHP-8.0/ext/mbstring/tests/
H A Dmb_check_encoding.phpt10 $arr = [1234, 12.34, TRUE, FALSE, NULL, $str, 'key'=>$str, $str=>'val'];
15 $arr1 = [1234, 12.34, TRUE, FALSE, NULL, 'key'=>$str, $str=>'val'];
16 $arr2 = [1234, 12.34, TRUE, FALSE, NULL, $str=>'val'];

Completed in 56 milliseconds

12345678910>>...25