Home
last modified time | relevance | path

Searched refs:FALSE (Results 176 – 200 of 653) sorted by relevance

12345678910>>...27

/PHP-8.0/ext/standard/tests/file/
H A Dis_dir_variation3.phpt14 FALSE,
/PHP-8.0/ext/standard/tests/array/
H A Darray_chunk_variation22.phpt11 var_dump (array_chunk ($array, $i, FALSE));
H A Darray_filter_basic.phpt9 $input = array(1, 2, 3, 0, -1); // 0 will be considered as FALSE and removed in default callback
H A Darray_intersect_key_variation6.phpt9 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_count_values2.phpt15 FALSE,
H A Darray_search_variation4.phpt38 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
39 var_dump( array_search(FALSE,
/PHP-8.0/TSRM/
H A Dtsrm_win32.c203 BOOL fAccess = FALSE; in tsrm_win32_access()
364 if(fAccess == FALSE) { in tsrm_win32_access()
520 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
524 in = dupHandle(in, FALSE); in popen_ex()
528 out = dupHandle(out, FALSE); in popen_ex()
544 asuser = FALSE; in popen_ex()
621 BOOL created = FALSE; in shmget()
627 shm_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_segment); in shmget()
628 info_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_info); in shmget()
/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
49 FALSE,
50 "FALSE",
77 FALSE,
220 Position of 'FALSE' is => int(41)
229 Position of 'Hello world,012033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
/PHP-8.0/ext/soap/tests/
H A Dcustom_content_type.phpt45 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE)
71 …os($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') === FALSE)
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_debug.c58 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
155 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
248 return FALSE; in MYSQLND_METHOD()
251 return FALSE; in MYSQLND_METHOD()
265 return FALSE; in MYSQLND_METHOD()
282 return FALSE; in MYSQLND_METHOD()
316 zend_bool profile_calls = self->flags & MYSQLND_DEBUG_PROFILE_CALLS? TRUE:FALSE; in MYSQLND_METHOD()
341 if (FALSE == profile_calls) { in MYSQLND_METHOD()
/PHP-8.0/Zend/tests/try/
H A Dtry_catch_finally_007.phpt7 function foo($ret = FALSE) {
/PHP-8.0/ext/standard/tests/streams/
H A Dbug73457.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug77680.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
/PHP-8.0/ext/openssl/tests/
H A Dcve2013_4073.phpt14 'basicConstraints' => 'CA:FALSE',
H A DCertificateGenerator.inc108 basicConstraints = CA:FALSE
113 basicConstraints = CA:FALSE
/PHP-8.0/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt13 // $xml is supposed to hold a SimpleXMLElement, but not FALSE/NULL
/PHP-8.0/ext/snmp/tests/
H A Dbug60749.phpt15 if (ip2long($ip) === FALSE) {
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_69757.phpt25 die('expect FALSE on nextRowset');
/PHP-8.0/tests/lang/
H A Dbug30638.phpt5 …etlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", "de_DE.ISO-8859-1") === FALSE) {
/PHP-8.0/ext/dba/tests/
H A Ddba003.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
/PHP-8.0/ext/opcache/tests/
H A Dcompact_literals.phpt83 const TEST="FALSE";
92 var_dump(F::TEST); //"FALSE"
183 string(5) "FALSE"
/PHP-8.0/win32/
H A Dwinutil.c473 return FALSE; in is_compatible()
497 return FALSE; in php_win32_crt_compatible()
499 …return is_compatible(handle, FALSE, "'%s' %u.%u is not compatible with this PHP build linked with … in php_win32_crt_compatible()
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_null.phpt74 "FALSE",
78 'FALSE',
114 array(FALSE),
/PHP-8.0/ext/hash/tests/
H A Dhash_file_basic1.phpt10 if (($fp = fopen( $file, "w+")) == FALSE) {
18 if (fwrite($fp, $content) === FALSE) {
H A Dhash_hmac_file_basic.phpt11 if (($fp = fopen( $file, "w+")) == FALSE) {
19 if (fwrite($fp, $content) === FALSE) {

Completed in 39 milliseconds

12345678910>>...27