Home
last modified time | relevance | path

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

12345678910>>...52

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_newline.c94 case CHAR_LF: *lenptr = 1; return TRUE; in PRIV()
96 return TRUE; in PRIV()
109 case CHAR_FF: *lenptr = 1; return TRUE; in PRIV()
113 return TRUE; in PRIV()
117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; in PRIV()
119 case 0x2029: *lenptr = 3; return TRUE; /* PS */ in PRIV()
173 return TRUE; in PRIV()
175 case CHAR_CR: *lenptr = 1; return TRUE; in PRIV()
185 return TRUE; in PRIV()
192 case CHAR_CR: *lenptr = 1; return TRUE; in PRIV()
[all …]
/PHP-5.5/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.phpt15 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
43 TRUE,
44 "TRUE",
72 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
79 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
86 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
93 string(191) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
100 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
107 string(191) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
121 string(189) "Hello, world,0120333.3445FOUND67 NULL TRUE FALSE�
[all …]
H A Dvsprintf_basic4.phpt17 $arg1 = array(TRUE);
18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dvprintf_basic4.phpt17 $arg1 = array(TRUE);
18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dvfprintf_basic4.phpt17 $arg1 = array(TRUE);
18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dstr_replace.phpt36 $search_arr = array( TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL,
50 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
78 TRUE,
79 "TRUE",
617 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
624 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
631 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
638 string(191) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
645 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
666 string(189) "Hello, world,0120333.3445FOUND67 NULL TRUE FALSE�
[all …]
/PHP-5.5/ext/intl/tests/
H A Ddateformat_is_set_lenient.phpt26 $res_str .= "TRUE\n";
33 $isLenient = TRUE;
36 $res_str .= "TRUE\n";
44 $res_str .= "TRUE\n";
55 $res_str .= "TRUE\n";
63 $res_str .= "TRUE\n";
81 After call to get_lenient : lenient= TRUE
83 Setting IntlDateFormatter with lenient = TRUE
84 After call to is_lenient : lenient= TRUE
/PHP-5.5/ext/standard/tests/array/
H A Darray_slice_variation7.phpt118 $preserve_keys = TRUE
142 $preserve_keys = TRUE
162 $preserve_keys = TRUE
178 $preserve_keys = TRUE
190 $preserve_keys = TRUE
202 $preserve_keys = TRUE
218 $preserve_keys = TRUE
234 $preserve_keys = TRUE
246 $preserve_keys = TRUE
258 $preserve_keys = TRUE
[all …]
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 Din_array_variation4.phpt7 * Description: Searches haystack for needle and returns TRUE
35 var_dump( in_array("Good", array(0,"hello"), TRUE) );
40 var_dump( in_array(0, array("this")),TRUE );
45 var_dump( in_array("this", array(0), TRUE) );
49 array("a"=> TRUE, "b"=> TRUE,
50 array("c"=> TRUE, "d"=>TRUE)
57 var_dump( in_array('123abc', array(123), TRUE) ); // false in strict mode
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.phpt32 var_dump( array_search("Good", array(0,"hello"), TRUE) );
37 var_dump( array_search(0, array("this")),TRUE );
42 var_dump( array_search("this", array(0), TRUE) );
46 array("a"=> TRUE, "b"=> TRUE,
47 array("c"=> TRUE, "d"=>TRUE)
54 var_dump( array_search('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-5.5/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-5.5/win32/build/
H A Ddeplister.c34 return TRUE; in StatusRoutine()
38 return TRUE; in StatusRoutine()
40 return TRUE; in StatusRoutine()
/PHP-5.5/ext/curl/tests/
H A Dbug46711.phpt14 CURLOPT_AUTOREFERER => TRUE,
15 CURLOPT_BINARYTRANSFER => TRUE
18 curl_setopt( $ch, CURLOPT_AUTOREFERER , TRUE );
/PHP-5.5/ext/session/tests/
H A Dbug32330.phpt19 return TRUE;
25 return TRUE;
37 return TRUE;
43 return TRUE;
49 return TRUE;
H A Dsession_regenerate_id_variation1.phpt19 var_dump(session_regenerate_id(TRUE));
22 var_dump(session_regenerate_id(TRUE));
25 var_dump(session_regenerate_id(TRUE));
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A Dboolean.txt4 'uppercase TRUE' =>TRUE,
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt52 $protected->setAccessible(TRUE);
53 $protectedStatic->setAccessible(TRUE);
54 $private->setAccessible(TRUE);
55 $privateStatic->setAccessible(TRUE);
102 $protected->setAccessible(TRUE);
103 $protectedStatic->setAccessible(TRUE);
104 $private->setAccessible(TRUE);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c373 mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
378 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
388 mysqlnd_ps_fetch_functions[MYSQL_TYPE_YEAR].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
398 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
418 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TIME].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
423 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DATE].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
443 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY_BLOB].is_possibly_blob = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
449 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BLOB].is_possibly_blob = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
467 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
477 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VARCHAR].is_possibly_blob = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt16 "TRUE" => TRUE,
31 var_dump( var_export( $bool_value, TRUE) );
47 -- Iteration: TRUE --
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt19 $dom->resolveExternals = TRUE;
31 echo "validateOnParse set to TRUE: \n";
32 $dom->validateOnParse = TRUE;
40 validateOnParse set to TRUE:

Completed in 104 milliseconds

12345678910>>...52