Home
last modified time | relevance | path

Searched refs:TRUE (Results 126 – 150 of 1258) sorted by relevance

12345678910>>...51

/PHP-5.3/ext/mysql/
H A Dphp_mysql_structs.h30 #ifndef TRUE
31 #define TRUE 1 macro
/PHP-5.3/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt17 array(TRUE => TRUE, FALSE => FALSE, NULL => NULL, "\x000", "\000"),
H A Darray_slice.phpt70 echo"\n*** Variation with first two arguments with preserve_key value TRUE ***\n";
142 *** Variation with first two arguments with preserve_key value TRUE ***
268 *** Variation with first two arguments with preserve_key value TRUE ***
400 *** Variation with first two arguments with preserve_key value TRUE ***
540 *** Variation with first two arguments with preserve_key value TRUE ***
668 *** Variation with first two arguments with preserve_key value TRUE ***
784 *** Variation with first two arguments with preserve_key value TRUE ***
900 *** Variation with first two arguments with preserve_key value TRUE ***
1056 *** Variation with first two arguments with preserve_key value TRUE ***
1184 *** Variation with first two arguments with preserve_key value TRUE ***
[all …]
H A Darray_chunk.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
/PHP-5.3/ext/hash/tests/
H A Dhash_file_basic1.phpt54 echo "adler32(raw): " . bin2hex(hash_file('adler32', $file, TRUE)) . "\n";
55 echo "md5(raw): " . bin2hex(hash_file('md5', $file, TRUE)). "\n";
56 echo "sha256(raw): " . bin2hex(hash_file('sha256', $file, TRUE)). "\n";
H A Dhash_hmac_basic.phpt37 echo "adler32(raw): " . bin2hex(hash_hmac('adler32', $content, $key, TRUE)) . "\n";
38 echo "md5(raw): " . bin2hex(hash_hmac('md5', $content, $key, TRUE)) . "\n";
39 echo "sha256(raw): " . bin2hex(hash_hmac('sha256', $content, $key, TRUE)) . "\n";
/PHP-5.3/ext/standard/tests/file/
H A Dfile_get_contents_variation8-win32.phpt24 "TRUE" => TRUE,
53 -- Filename: TRUE --
H A Dreadfile_variation10-win32.phpt24 "TRUE" => TRUE,
53 -- Filename: TRUE --
H A Dbug20424.phpt6 $dummy = var_export(stream_get_meta_data($f), TRUE);
H A Dfile_put_contents_variation2.phpt84 'uppercase TRUE' =>TRUE,
152 --uppercase TRUE--
H A Dfile_put_contents_variation8-win32.phpt23 "TRUE" => TRUE,
56 -- Filename: TRUE --
/PHP-5.3/ext/standard/tests/general_functions/
H A Dintval.phpt105 array(TRUE),
127 'TRUE',
134 TRUE,
154 var_dump( intval(TRUE, FALSE, TRUE) );
H A Dvar_export-locale.phpt15 …ariable representation when the return parameter is used and evaluates to TRUE. Otherwise, this fu…
50 var_dump( var_export( $int_value, TRUE) );
59 TRUE,
74 var_dump( var_export( $bool_value, TRUE) );
112 var_dump( var_export( $float_value, TRUE) );
145 var_dump( var_export( $str, TRUE) );
178 var_dump( var_export( $arr, TRUE) );
273 var_dump( var_export( $obj, TRUE) );
308 var_export( var_export(TRUE, FALSE, TRUE) );
/PHP-5.3/win32/
H A Dregistry.c192 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); in UpdateIniFromRegistry()
194 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); in UpdateIniFromRegistry()
200 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); in UpdateIniFromRegistry()
/PHP-5.3/ext/reflection/tests/
H A Dbug38194.phpt2 Reflection Bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the class itself)
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c1234 *negptr = TRUE; in get_ucp()
1272 return TRUE; in get_ucp()
2582 return TRUE; in could_be_empty_branch()
2633 return TRUE; in could_be_empty_branch()
2669 return TRUE; in could_be_empty()
2731 return TRUE; in check_posix_syntax()
3983 return TRUE; in compile_branch()
7358 return TRUE; in compile_regex()
7493 return TRUE; in is_anchored()
7616 return TRUE; in is_startline()
[all …]
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Dnearzero.c67 return TRUE;
/PHP-5.3/tests/func/
H A D008.phpt9 $res = var_export("foo2", TRUE);
H A D009.phpt9 $res = var_export("foo2", TRUE);
/PHP-5.3/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt31 ini_set("session.cookie_secure", TRUE);
33 ini_set("session.cookie_httponly", TRUE);
/PHP-5.3/tests/security/
H A Dopen_basedir.inc43 if (is_dir($path) == TRUE) {
57 return TRUE;
89 function test_open_basedir_before($function, $change = TRUE) {
98 if ($change == TRUE) {
/PHP-5.3/ext/gd/libgd/
H A Dgd_jpeg.c195 jpeg_set_quality (&cinfo, quality, TRUE); in gdImageJpegCtx()
209 jpeg_start_compress (&cinfo, TRUE); in gdImageJpegCtx()
346 retval = jpeg_read_header (&cinfo, TRUE); in gdImageCreateFromJpegCtx()
374 if (jpeg_start_decompress (&cinfo) != TRUE) { in gdImageCreateFromJpegCtx()
454 if (jpeg_finish_decompress (&cinfo) != TRUE) { in gdImageCreateFromJpegCtx()
538 src->start_of_file = TRUE; in init_source()
615 return TRUE; in fill_input_buffer()
779 return TRUE; in empty_output_buffer()
/PHP-5.3/ext/iconv/tests/
H A Diconv_strlen_variation1.phpt71 'uppercase TRUE' =>TRUE,
156 --uppercase TRUE--
/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt61 "TRUE" => TRUE,
147 -- Arg value TRUE --
/PHP-5.3/sapi/isapi/stresstest/
H A Dstresstest.cpp123 retval = TRUE; // success oriented in CompareFiles()
167 retval = TRUE; // success oriented in CompareStringWithFile()
270 WaitForMultipleObjects(numThreads, threads, TRUE, INFINITE); in DoThreads()
371 return TRUE; in ParseTestFile()
489 bUseTestFiles = TRUE; in main()
606 ok = TRUE; in IsapiThread()
709 BOOL ok = TRUE; in stress_main()
756 return TRUE; in GetServerVariable()
795 BOOL bRet = TRUE; in ServerSupportFunction()
909 return TRUE; in FillExtensionControlBlock()

Completed in 99 milliseconds

12345678910>>...51