Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-8.0/ext/standard/tests/strings/
H A Dstrpos.phpt24 "Hello world,012033 -3.3445 NULL TRUE FALSE\0 abcd\xxyz \x000 octal\n
45 TRUE,
46 "TRUE",
75 TRUE,
216 Position of 'TRUE' is => int(36)
229 Position of 'Hello world,012033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
H A Dsprintf_basic4.phpt13 $arg1 = TRUE;
/PHP-8.0/ext/standard/tests/file/
H A Dparse_ini_file.phpt157 Key7 = TRUE
179 ;TRUE = 1.1
182 ;true = TRUE
205 echo "\n-- ini file with process_sections as TRUE --\n";
206 $ini_array = parse_ini_file($file_path."/parse.ini", TRUE);
326 -- ini file with process_sections as TRUE --
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Dbcmath.h79 #ifndef TRUE
80 #define TRUE 1 macro
/PHP-8.0/ext/standard/tests/array/
H A Darray_intersect_key_variation6.phpt9 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_count_values2.phpt14 TRUE,
H A Darray_diff_key_variation6.phpt9 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_diff_uassoc_variation11.phpt9 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_diff_ukey_variation8.phpt9 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_chunk_variation10.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation12.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation14.phpt10 var_dump (array_chunk ($array, $i, TRUE));
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_39483.phpt15 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, TRUE);
/PHP-8.0/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-8.0/ext/pdo_dblib/tests/
H A Dbug_69757.phpt21 die('expect TRUE on nextRowset');
/PHP-8.0/ext/zip/tests/
H A Dbug53603.phpt23 if ($zip->open($file) !== TRUE) {
/PHP-8.0/ext/mysqli/
H A Dmysqli_mysqlnd.h42 …_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), TRUE, (size_t)(p_len))
/PHP-8.0/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt8 xmlwriter_set_indent($xw, TRUE);
/PHP-8.0/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt13 public $var_public = array(-100.123, "string", TRUE);
23 $this->c = TRUE;
25 $this->e = array(1, 2.22, "string", TRUE, array(),
46 new D( TRUE, true, FALSE, false ),
49 array(1, 2.222, TRUE, FALSE, "string"),
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_null.phpt75 "TRUE",
79 'TRUE',
112 array(TRUE),
/PHP-8.0/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt48 echo "md5(raw): " . bin2hex(hash_hmac_file('md5', $file, $key, TRUE)). "\n";
49 echo "sha256(raw): " . bin2hex(hash_hmac_file('sha256', $file, $key, TRUE)). "\n";
/PHP-8.0/ext/pgsql/tests/
H A D29nb_async_connect.phpt23 while (TRUE) {
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_read_buffer.c28 return buffer->len? FALSE:TRUE; in mysqlnd_read_buffer_is_empty()
/PHP-8.0/ext/gd/libgd/
H A Dgd_gif_in.c35 #define TRUE 1 macro
291 return TRUE; in ReadColorMap()
400 scd->done = TRUE; in GetCode_()
444 GetCode(fd, &sd->scd, 0, TRUE, ZeroDataBlockP); in LWZReadByte_()
446 sd->fresh = TRUE; in LWZReadByte_()
586 if (LWZReadByte(fd, &sd, TRUE, c, ZeroDataBlockP) < 0) { in ReadImage()

Completed in 29 milliseconds

12345678910>>...25