Home
last modified time | relevance | path

Searched refs:FALSE (Results 226 – 250 of 835) sorted by relevance

12345678910>>...34

/PHP-7.4/win32/
H A Dwinutil.c456 return FALSE; in is_compatible()
481 return FALSE; in is_compatible()
496 …return is_compatible(name, FALSE, "'%s' %u.%u is not compatible with this PHP build linked with %d… in php_win32_crt_compatible()
/PHP-7.4/ext/standard/tests/strings/
H A Dwordwrap.phpt30 FALSE === @wordwrap(chr(0), 0, "")
/PHP-7.4/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.");
H A Dbug72771.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-004.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip.phpt10 "E" => FALSE,
H A Dkrsort_variation11.phpt19 $bool_values = array (true => true, false => false, TRUE => TRUE, FALSE => FALSE);
/PHP-7.4/ext/dba/tests/
H A Ddba003.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_db4_001.phpt15 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
H A Ddba_db4_002.phpt15 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
H A Ddba_db4_005.phpt15 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
H A Ddba_db4_006.phpt15 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
/PHP-7.4/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-7.4/ext/json/tests/
H A Dbug69187.phpt9 var_dump(json_decode(FALSE));
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt24 var_dump(session_module_name(FALSE));
34 $_SESSION["Foo"] = FALSE;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.h33 if ((s_array)->triggers[(statistic)] && (s_array)->in_trigger == FALSE) { \
40 (s_array)->in_trigger = FALSE; \
H A Dmysqlnd_read_buffer.c30 return buffer->len? FALSE:TRUE; in mysqlnd_read_buffer_is_empty()
/PHP-7.4/ext/openssl/tests/
H A DCertificateGenerator.inc108 basicConstraints = CA:FALSE
113 basicConstraints = CA:FALSE
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_int.phpt91 array(FALSE),
109 "FALSE",
119 FALSE,
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.phpt93 array(FALSE),
111 "FALSE",
121 FALSE,
144 var_dump( is_int(TRUE, FALSE) );
145 var_dump( is_integer(TRUE, FALSE) );
146 var_dump( is_long(TRUE, FALSE) );
/PHP-7.4/ext/pgsql/tests/
H A D29nb_async_connect.phpt18 stream_set_blocking($db_socket, FALSE);
H A Dnonblocking.inc19 } elseif ($flush === FALSE) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_nested.phpt10 $errored = FALSE;
/PHP-7.4/ext/xml/tests/
H A Dbug71592.phpt10 // parser actually stops after the handler returns FALSE.

Completed in 42 milliseconds

12345678910>>...34