Home
last modified time | relevance | path

Searched refs:TRUE (Results 251 – 275 of 741) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.4/ext/zip/tests/
H A Dpecl12414.phpt14 if ($res === TRUE) {
/PHP-7.4/ext/xmlwriter/tests/
H A D012.phpt14 xmlwriter_set_indent($xw, TRUE);
H A DOO_011.phpt15 $xw->setIndent(TRUE);
H A DOO_007.phpt12 $xw->setIndent(TRUE);
H A DOO_009.phpt14 $xw->setIndent(TRUE);
H A D007.phpt11 xmlwriter_set_indent($xw, TRUE);
H A D008.phpt11 xmlwriter_set_indent($xw, TRUE);
H A D009.phpt14 xmlwriter_set_indent($xw, TRUE);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_driver.c59 if (mysqlnd_library_initted == TRUE) { in mysqlnd_library_end()
74 mysqlnd_library_initted = TRUE; in mysqlnd_library_init()
236 ret->m->dtor(ret, TRUE); in MYSQLND_METHOD()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt86 'uppercase TRUE' =>TRUE,
186 --uppercase TRUE--
/PHP-7.4/ext/xml/tests/
H A Dxml011.phpt29 xml_parse($parser, $xml, TRUE);
/PHP-7.4/ext/standard/tests/array/
H A Dbug34227.phpt68 return TRUE;
H A Darray_diff_key_variation6.phpt14 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_diff_uassoc_variation11.phpt15 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_diff_ukey_variation8.phpt14 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_basic4.phpt18 $arg1 = TRUE;
/PHP-7.4/ext/standard/tests/file/
H A Dis_dir_basic.phpt7 Returns TRUE if the filename exists and is a regular file
H A Dis_dir_variation1.phpt7 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
H A Dcopy_variation10.phpt7 Returns TRUE on success or FALSE on failure.
/PHP-7.4/tests/lang/
H A DforeachLoop.003.phpt6 $a = TRUE;
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dcompare.c158 return _bc_do_compare (n1, n2, TRUE, FALSE);
H A Draise.c73 neg = TRUE; in bc_raise()
/PHP-7.4/Zend/tests/
H A Doffset_array.phpt13 var_dump($arr[TRUE]);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt19 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
20 var_dump( is_callable($func, TRUE, $callable_name) );
/PHP-7.4/win32/
H A Dtime.c104 timer = CreateWaitableTimer(NULL, TRUE, NULL); in usleep()

Completed in 29 milliseconds

1...<<11121314151617181920>>...30