Home
last modified time | relevance | path

Searched refs:FAIL (Results 26 – 50 of 64) sorted by relevance

123

/PHP-8.3/Zend/tests/
H A Dbug43450.phpt27 echo 'FAIL';
/PHP-8.3/ext/sysvmsg/tests/
H A D001.phpt9 msg_send($q, 1, "hello") or print "FAIL\n";
/PHP-8.3/ext/standard/tests/hrtime/
H A Dhrtime.phpt21 print "FAIL, $d";
/PHP-8.3/ext/pgsql/tests/
H A Dgh12763.phpt19 echo isset($items[0]) ? 'OK' : 'FAIL';
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c144 enum_func_status result = FAIL; in mysqlnd_handle_local_infile()
252 if (FAIL == conn->payload_decoder_factory->m.send_command_handle_response( in mysqlnd_handle_local_infile()
258 result = FAIL; in mysqlnd_handle_local_infile()
H A Dmysqlnd_debug.c32 return FAIL; in MYSQLND_METHOD()
38 return self->stream? PASS:FAIL; in MYSQLND_METHOD()
58 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
59 return FAIL; in MYSQLND_METHOD()
127 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
155 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
156 return FAIL; in MYSQLND_METHOD()
228 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
H A Dmysqlnd_ps_codec.c487 return FAIL; in mysqlnd_stmt_copy_it()
520 return FAIL; in mysqlnd_stmt_execute_check_n_enlarge_buffer()
583 DBG_RETURN(FAIL); in mysqlnd_stmt_execute_prepare_param_types()
721 DBG_RETURN(FAIL); in mysqlnd_stmt_execute_calculate_param_values_size()
806 enum_func_status ret = FAIL; in mysqlnd_stmt_execute_store_params()
814 …if (FAIL == mysqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, null_cou… in mysqlnd_stmt_execute_store_params()
832 if (FAIL == mysqlnd_stmt_execute_prepare_param_types(stmt, &copies, &resend_types_next_time)) { in mysqlnd_stmt_execute_store_params()
840 …if (FAIL == mysqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, stmt->pa… in mysqlnd_stmt_execute_store_params()
851 if (FAIL == mysqlnd_stmt_execute_calculate_param_values_size(stmt, &copies, &data_size)) { in mysqlnd_stmt_execute_store_params()
856 …if (FAIL == mysqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, data_siz… in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_result_meta.c62 if (FAIL == PACKET_READ(conn, &field_packet)) { in MYSQLND_METHOD()
64 DBG_RETURN(FAIL); in MYSQLND_METHOD()
70 DBG_RETURN(FAIL); in MYSQLND_METHOD()
77 DBG_RETURN(FAIL); in MYSQLND_METHOD()
H A Dmysqlnd_vio.c90 return_value = FAIL; in MYSQLND_METHOD()
326 enum_func_status ret = FAIL; in MYSQLND_METHOD()
447 DBG_RETURN(FAIL); in MYSQLND_METHOD()
594 DBG_RETURN(FAIL); in MYSQLND_METHOD()
750 DBG_RETURN(FAIL); in MYSQLND_METHOD()
/PHP-8.3/ext/date/tests/
H A Dstrtotime2.phpt26 echo ((strtotime(date(constant($const), $time)) === $time) ? "OK" : "FAIL") . "\n";
H A Ddate_diff.phpt47 echo "FAIL: ",
/PHP-8.3/.github/actions/test-libmysqlclient/
H A Daction.yml18 -g FAIL,BORK,LEAK,XLEAK \
/PHP-8.3/.github/actions/test-macos/
H A Daction.yml22 -g FAIL,BORK,LEAK,XLEAK \
/PHP-8.3/ext/hash/sha3/generic32lc/
H A DKeccakHash.h26 typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2 } HashReturn; enumerator
/PHP-8.3/ext/hash/sha3/generic64lc/
H A DKeccakHash.h26 typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2 } HashReturn; enumerator
/PHP-8.3/ext/pdo/tests/
H A Dpdo_025.phpt48 echo "===FAIL===\n";
112 ===FAIL===
/PHP-8.3/ext/standard/tests/http/
H A Dbug76342.phpt26 echo "FAIL: $diff\n";
/PHP-8.3/ext/curl/tests/
H A Dbug45161.phpt31 echo 'FAIL';
/PHP-8.3/ext/ffi/tests/
H A D031.phpt13 echo "FAIL: sizeof($type) != $expected_size ($size)\n";
H A D022.phpt11 echo "FAIL: sizeof($type) != $size\n";
17 echo "FAIL: alignof($type) != $align\n";
/PHP-8.3/ext/standard/tests/file/
H A Dfstat_variation8.phpt19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/PHP-8.3/ext/mysqli/tests/
H A Dbug76386.phpt48 echo '[FIRST][FAIL] mysqli::prepare returned false: ' . $link->error . PHP_EOL;
77 echo '[SECOND][FAIL] mysqli::prepare returned false: ' . $link->error . PHP_EOL;
/PHP-8.3/tests/run-test/
H A Dtest007.phpt31 print "FAIL $a == $b\n";
/PHP-8.3/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt62 printf("FAIL %d black pixels\n", $black_pixels);
/PHP-8.3/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt38 echo "$mf FAIL\n";

Completed in 33 milliseconds

123