Home
last modified time | relevance | path

Searched refs:TRUE (Results 176 – 200 of 1258) sorted by relevance

12345678910>>...51

/PHP-5.3/Zend/tests/
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
H A Doffset_long.phpt13 var_dump($long[TRUE]);
H A Doffset_null.phpt13 var_dump($null[TRUE]);
/PHP-5.3/ext/standard/tests/array/
H A Darray_chunk_variation24.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_search_variation2.phpt26 TRUE,
33 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
H A Darray_fill_keys.phpt11 var_dump(array_fill_keys(array('test', TRUE, 10, 100), ''));
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dsjis.c175 return (sjis_code_to_mbclen(code) > 1 ? TRUE : FALSE); in sjis_is_code_ctype()
209 return (SJIS_ISMB_TRAIL(c) ? FALSE : TRUE); in sjis_is_allowed_reverse_match()
H A Dutf16_be.c181 return TRUE; in utf16be_is_mbc_ambiguous()
183 return (v != 0 ? TRUE : FALSE); in utf16be_is_mbc_ambiguous()
H A Dutf16_le.c179 return TRUE; in utf16le_is_mbc_ambiguous()
181 return (v != 0 ? TRUE : FALSE); in utf16le_is_mbc_ambiguous()
H A Deuc_jp.c166 return (eucjp_code_to_mbclen(code) > 1 ? TRUE : FALSE); in eucjp_is_code_ctype()
197 return TRUE; in eucjp_is_allowed_reverse_match()
/PHP-5.3/ext/hash/tests/
H A Dhash_hmac_file_error.phpt26 hash_hmac_file('crc32', $file, $key, TRUE, $extra_arg);
29 hash_hmac_file('foo', $file, $key, TRUE);
/PHP-5.3/ext/zlib/tests/
H A Dgzfile_variation9.phpt16 'uppercase TRUE' =>TRUE,
/PHP-5.3/ext/standard/tests/file/
H A Dbasename_variation4.phpt79 'uppercase TRUE' =>TRUE,
164 --uppercase TRUE--
H A Dparse_ini_file.phpt162 Key7 = TRUE
184 ;TRUE = 1.1
187 ;true = TRUE
210 echo "\n-- ini file with process_sections as TRUE --\n";
211 $ini_array = parse_ini_file($file_path."/parse.ini", TRUE);
332 -- ini file with process_sections as TRUE --
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt57 "TRUE" => TRUE,
156 -- Arg value TRUE --
H A Dbase64_decode_variation_002.phpt57 "TRUE" => TRUE,
150 -- Arg value TRUE --
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt22 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
23 var_dump( is_callable($func, TRUE, $callable_name) );
55 * expected: true with $syntax = TRUE
H A Dparse_ini_string_001.phpt160 Key7 = TRUE
182 ;TRUE = 1.1
185 ;true = TRUE
204 echo "\n-- ini string with process_sections as TRUE --\n";
205 $ini_array = parse_ini_string($parse_string, TRUE);
322 -- ini string with process_sections as TRUE --
H A Dget_include_path_basic.phpt23 var_dump(get_include_path(TRUE));
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c191 *is_warning = TRUE; in mysqlnd_handle_local_infile()
203 *is_warning = TRUE; in mysqlnd_handle_local_infile()
230 *is_warning = TRUE; in mysqlnd_handle_local_infile()
/PHP-5.3/ext/gd/libgd/
H A Dgd_gd.c7 #define TRUE 1 macro
65 return TRUE; in _gdGetColors()
89 return TRUE; in _gdGetColors()
H A Dgd_ss.c7 #define TRUE 1 macro
/PHP-5.3/ext/standard/tests/network/
H A Dlong2ip_variation1.phpt78 'uppercase TRUE' =>TRUE,
156 --uppercase TRUE--
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c461 md->hitend = TRUE; \
468 md->hitend = TRUE; \
1883 allow_zero = TRUE; in match()
3243 possessive = TRUE; in match()
3258 possessive = TRUE; in match()
3266 possessive = TRUE; in match()
3274 possessive = TRUE; in match()
3635 possessive = TRUE; in match()
3643 possessive = TRUE; in match()
3651 possessive = TRUE; in match()
[all …]
/PHP-5.3/sapi/cgi/tests/
H A Dbug61605.phpt10 header("A: second", TRUE);

Completed in 52 milliseconds

12345678910>>...51