Home
last modified time | relevance | path

Searched refs:FALSE (Results 26 – 50 of 835) sorted by relevance

12345678910>>...34

/PHP-7.4/ext/standard/tests/array/
H A Darray_keys_variation_003.phpt9 FALSE => FALSE,
21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_check_encoding_array.phpt10 $arr = [1234, 12.34, TRUE, FALSE, NULL, $str, 'key'=>$str, $str=>'val'];
17 $arr1 = [1234, 12.34, TRUE, FALSE, NULL, 'key'=>$str, $str=>'val'];
20 $arr2 = [1234, 12.34, TRUE, FALSE, NULL, $str=>'val'];
H A Dmb_strimwidth.phpt25 ($str === FALSE) ? print "10 OK\n" : print "NG: $str\n";
28 ($str === FALSE) ? print "11 OK\n" : print "NG: $str\n";
31 ($str === FALSE) ? print "12 OK\n" : print "NG: $str\n";
34 ($str === FALSE) ? print "13 OK\n" : print "NG: $str\n";
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_commands.c41 ret = send_command(conn->payload_decoder_factory, COM_SET_OPTION, buffer, sizeof(buffer), FALSE, in MYSQLND_METHOD()
67 ret = send_command(conn->payload_decoder_factory, COM_DEBUG, NULL, 0, FALSE, in MYSQLND_METHOD()
94 …t = send_command(conn->payload_decoder_factory, COM_INIT_DB, (const zend_uchar*) db.s, db.l, FALSE, in MYSQLND_METHOD()
170 ret = send_command(conn->payload_decoder_factory, COM_STATISTICS, NULL, 0, FALSE, in MYSQLND_METHOD()
207 ret = send_command(conn->payload_decoder_factory, COM_PROCESS_KILL, buff, 4, FALSE, in MYSQLND_METHOD()
247 ret = send_command(conn->payload_decoder_factory, COM_REFRESH, bits, 1, FALSE, in MYSQLND_METHOD()
276 ret = send_command(conn->payload_decoder_factory, COM_SHUTDOWN, bits, 1, FALSE, in MYSQLND_METHOD()
415 (const unsigned char *) payload.s, payload.l, FALSE, in MYSQLND_METHOD()
462 ret = send_command(conn->payload_decoder_factory, COM_STMT_RESET, cmd_buf, sizeof(cmd_buf), FALSE, in MYSQLND_METHOD()
568 const zend_bool server_has_ssl = (server_capabilities & CLIENT_SSL)? TRUE:FALSE; in MYSQLND_METHOD()
[all …]
/PHP-7.4/ext/bz2/tests/
H A Dbug72613.phpt8 if ($fp === FALSE) {
14 if ($res === FALSE) {
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc8 * Returning FALSE indicates FATAL error.
63 // Return FALSE only when there is error. i.e. Do not return FALSE
82 return $return === FALSE ? FALSE : TRUE;
99 // Return FALSE only when there is error. i.e. Do not return FALSE
112 while (($file = readdir($directory)) !== FALSE) {
125 // Return negative value for error. FALSE does not work because it's the same as 0.
142 // Return FALSE for error.
159 // Otherwise, return FALSE.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyname_variation2.phpt16 'uppercase FALSE' =>FALSE,
H A Dgetservbyname_variation9.phpt15 'uppercase FALSE' =>FALSE,
H A Dget_cfg_var_variation2.phpt22 'uppercase FALSE' =>FALSE,
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_009.phpt16 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
21 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) {
26 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
H A Ddba007.phpt15 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
20 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) {
25 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
H A Ddba_handler.inc6 if (($db_file = dba_open($db_filename, 'n'.$lock_flag, $handler))!==FALSE) {
17 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))===FALSE) {
48 if ($db_writer!==FALSE) {
68 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))!==FALSE) {
84 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
H A Ddba_cdb_001.phpt17 if (($db_file = dba_open($db_filename, 'n', $handler))!==FALSE) {
35 if (($db_file = dba_open($db_filename, 'c', $handler))!==FALSE) {
45 if (($db_file = dba_open($db_filename, 'r', $handler))!==FALSE) {
55 if (($db_file = dba_open($db_filename, 'w', $handler))!==FALSE) {
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt21 $dom->validateOnParse = FALSE;
22 echo "validateOnParse set to FALSE: \n";
38 validateOnParse set to FALSE:
H A DDOMDocument_standalone_basic.phpt26 $dom->standalone = FALSE;
28 echo "Set standalone to FALSE, reading again:\n";
41 Set standalone to FALSE, reading again:
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp61 this->fText = utext_clone(this->fText, that.fText, FALSE, TRUE, &uec); in operator =()
85 return FALSE; in operator ==()
92 return FALSE; in operator ==()
116 return utext_clone(fillIn, this->fText, FALSE, TRUE, &status); in getUText()
135 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); in setText()
287 this->fText = utext_clone(this->fText, input, FALSE, TRUE, &status); in refreshInputText()
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dsub.c63 cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE);
H A Dadd.c62 cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE); /* Compare magnitudes. */
/PHP-7.4/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
6 // on Windows, getmyinode() returns 0 which normally casts to FALSE
7 // however, the implementation of getmyinode() (in pageinfo.c) returns an explicit FALSE in the
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation6.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dsprintf_variation15.phpt43 "FALSE",
203 string(5) "FALSE"
205 string(5) "FALSE"
207 string(6) " FALSE"
208 string(6) "FALSE "
209 string(6) " FALSE"
211 FALSE"
212 string(5) "FALSE"
213 string(30) " FALSE"
H A Dvprintf_variation6.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvprintf_variation8.phpt49 array(true), array(false), array(TRUE), array(FALSE),
55 TRUE, 0, FALSE, 1,
56 true, false, TRUE, FALSE,
58 1, TRUE, 0, FALSE),
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_022.phpt22 string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
24 string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
/PHP-7.4/ext/pgsql/tests/
H A D31nb_async_query_prepared.phpt26 if ($nb_send === FALSE) {
40 if ($nb_send === FALSE) {
78 if ($nb_send === FALSE) {
92 if ($nb_send === FALSE) {

Completed in 32 milliseconds

12345678910>>...34