Home
last modified time | relevance | path

Searched refs:TRUE (Results 151 – 175 of 741) sorted by relevance

12345678910>>...30

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt55 "TRUE" => TRUE,
141 -- Arg value TRUE --
/PHP-7.4/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt54 echo "md5(raw): " . bin2hex(hash_hmac_file('md5', $file, $key, TRUE)). "\n";
55 echo "sha256(raw): " . bin2hex(hash_hmac_file('sha256', $file, $key, TRUE)). "\n";
60 hash_hmac_file('foo', $file, $key, TRUE, 10);
/PHP-7.4/ext/spl/tests/
H A Dbug67539.phpt10 return TRUE;
/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_variation8.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation26.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation27.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation28.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation31.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation32.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation21.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
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_variation24.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
/PHP-7.4/ext/standard/tests/general_functions/
H A D005.phpt6 var_dump (is_scalar (TRUE));
H A Dbug41445_1.phpt21 var_dump(parse_ini_file($file, TRUE));
H A Dvar_export-locale.phpt18 …ariable representation when the return parameter is used and evaluates to TRUE. Otherwise, this fu…
53 var_dump( var_export( $int_value, TRUE) );
62 TRUE,
77 var_dump( var_export( $bool_value, TRUE) );
115 var_dump( var_export( $float_value, TRUE) );
148 var_dump( var_export( $str, TRUE) );
181 var_dump( var_export( $arr, TRUE) );
276 var_dump( var_export( $obj, TRUE) );
311 var_export( var_export(TRUE, FALSE, TRUE) );
H A Dvar_export-locale_32.phpt18 …ariable representation when the return parameter is used and evaluates to TRUE. Otherwise, this fu…
53 var_dump( var_export( $int_value, TRUE) );
62 TRUE,
77 var_dump( var_export( $bool_value, TRUE) );
115 var_dump( var_export( $float_value, TRUE) );
148 var_dump( var_export( $str, TRUE) );
181 var_dump( var_export( $arr, TRUE) );
276 var_dump( var_export( $obj, TRUE) );
311 var_export( var_export(TRUE, FALSE, TRUE) );
/PHP-7.4/Zend/tests/
H A Dbug77589.phpt17 , TRUE, INI_SCANNER_TYPED));
H A Ddebug_info-error-true.phpt2 Testing __debugInfo() magic method with bad returns TRUE
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
H A Dbug62907.phpt13 return TRUE;
/PHP-7.4/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt16 'uppercase TRUE' =>TRUE,
/PHP-7.4/ext/dom/tests/
H A Dbug37277.phpt15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c473 list[1] = TRUE; in get_chr_property_list()
663 entered_a_group = TRUE; in compare_opcodes()
761 invert_bits = TRUE; in compare_opcodes()
768 invert_bits = TRUE; in compare_opcodes()
775 invert_bits = TRUE; in compare_opcodes()
806 if (list[1] == 0) return TRUE; in compare_opcodes()
826 accepted = TRUE; in compare_opcodes()
932 if (list[1] == 0) return TRUE; in compare_opcodes()
1085 if (list[1] == 0) return TRUE; in compare_opcodes()
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c215 jpeg_set_quality (&cinfo, quality, TRUE); in _gdImageJpegCtx()
229 jpeg_start_compress (&cinfo, TRUE); in _gdImageJpegCtx()
382 retval = jpeg_read_header (&cinfo, TRUE); in gdImageCreateFromJpegCtxEx()
422 if (jpeg_start_decompress (&cinfo) != TRUE) { in gdImageCreateFromJpegCtxEx()
502 if (jpeg_finish_decompress (&cinfo) != TRUE) { in gdImageCreateFromJpegCtxEx()
573 src->start_of_file = TRUE; in init_source()
650 return TRUE; in fill_input_buffer()
814 return TRUE; in empty_output_buffer()
/PHP-7.4/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt32 ini_set("session.cookie_secure", TRUE);
34 ini_set("session.cookie_httponly", TRUE);

Completed in 47 milliseconds

12345678910>>...30