Home
last modified time | relevance | path

Searched refs:TRUE (Results 226 – 250 of 1280) sorted by relevance

12345678910>>...52

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int.phpt89 array(TRUE),
111 'TRUE',
118 TRUE,
142 var_dump( is_int(TRUE, FALSE) );
143 var_dump( is_integer(TRUE, FALSE) );
144 var_dump( is_long(TRUE, FALSE) );
H A Dis_int_64bit.phpt91 array(TRUE),
113 'TRUE',
120 TRUE,
144 var_dump( is_int(TRUE, FALSE) );
145 var_dump( is_integer(TRUE, FALSE) );
146 var_dump( is_long(TRUE, FALSE) );
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c34 #define TRUE 1 macro
287 return TRUE; in ReadColorMap()
396 scd->done = TRUE; in GetCode_()
440 GetCode(fd, &sd->scd, 0, TRUE, ZeroDataBlockP); in LWZReadByte_()
442 sd->fresh = TRUE; in LWZReadByte_()
582 if (LWZReadByte(fd, &sd, TRUE, c, ZeroDataBlockP) < 0) { in ReadImage()
/PHP-5.5/ext/json/tests/
H A D002.phpt10 var_dump(json_encode(TRUE));
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation11.phpt11 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation29.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation9.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_diff_assoc.phpt6 $array2 = array("a" => "green", "yellow", "red", TRUE);
H A Darray_chunk_variation13.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_diff_key2.phpt6 $array2 = array("a" => "green", "yellow", "red", TRUE);
H A Dkrsort_variation11.phpt19 $bool_values = array (true => true, false => false, TRUE => TRUE, FALSE => FALSE);
H A Darray_count_values2.phpt14 TRUE,
H A Darray_chunk_variation22.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
/PHP-5.5/sapi/cgi/tests/
H A Dbug61605.phpt12 header("A: second", TRUE);
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c477 md->hitend = TRUE; \
484 md->hitend = TRUE; \
1903 allow_zero = TRUE; in match()
3329 possessive = TRUE; in match()
3344 possessive = TRUE; in match()
3352 possessive = TRUE; in match()
3360 possessive = TRUE; in match()
3730 possessive = TRUE; in match()
3738 possessive = TRUE; in match()
3746 possessive = TRUE; in match()
[all …]
H A Dpcre_study.c404 had_recurse = TRUE; in find_minlength()
414 had_recurse = TRUE; in find_minlength()
444 had_recurse = TRUE; in find_minlength()
453 had_recurse = TRUE; in find_minlength()
511 had_recurse = TRUE; in find_minlength()
517 had_recurse = TRUE; in find_minlength()
832 BOOL try_next = TRUE; in set_start_bits()
1056 tcode = set_table_bit(start_bits, tcode + 1, TRUE, cd, utf); in set_start_bits()
1070 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf); in set_start_bits()
1093 (void)set_table_bit(start_bits, tcode + 1, TRUE, cd, utf); in set_start_bits()
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt430 array( "abc", "a", TRUE, "" ),
431 array( "abc", "b", TRUE, "a" ),
432 array( "abc", "c", TRUE, "ab" ),
433 array( "ababc", "bab", TRUE, "a" ),
434 array( "ababc", "abc", TRUE, "ab" ),
445 array( "a" . $char_a_ring_nfd . "bc", "a", TRUE, "" ),
495 array( "abc", "a", TRUE, "" ),
496 array( "aBc", "b", TRUE, "a" ),
497 array( "abc", "C", TRUE, "ab" ),
498 array( "aBabc", "bab", TRUE, "a" ),
[all …]
/PHP-5.5/main/
H A Dwin95nt.h50 #define php_sleep(t) SleepEx(t*1000, TRUE)
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php302 $soap_tests['base'][] = new SOAP_Test('echoBoolean(true)', array('inputBoolean' => TRUE));
304 soap_value('inputBoolean',TRUE,XSD_BOOLEAN)));
500 $test->expect_fault = TRUE;
596 $test->expect_fault = TRUE;
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt24 public $var_public = array(-100.123, "string", TRUE);
34 $this->c = TRUE;
36 $this->e = array(1, 2.22, "string", TRUE, array(),
57 new D( TRUE, true, FALSE, false ),
60 array(1, 2.222, TRUE, FALSE, "string"),
/PHP-5.5/ext/session/tests/
H A Dbug63379.phpt2 Bug #63379: Warning when using session_regenerate_id(TRUE) with a SessionHandler
H A Dbug63379_nodestroy.phpt2 Bug #63379: Warning when using session_regenerate_id(TRUE) with a SessionHandler
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt16 $db3= sybase_connect_ex(NULL, NULL, $new= TRUE);
/PHP-5.5/ext/spl/tests/
H A Dclass_implements_variation2.phpt83 'uppercase TRUE' =>TRUE,
212 --uppercase TRUE--
H A Dclass_uses_variation2.phpt85 'uppercase TRUE' =>TRUE,
214 --uppercase TRUE--

Completed in 109 milliseconds

12345678910>>...52