Home
last modified time | relevance | path

Searched refs:TRUE (Results 451 – 475 of 1280) sorted by relevance

1...<<11121314151617181920>>...52

/PHP-5.5/ext/standard/tests/file/
H A Dis_file_basic.phpt7 Returns TRUE if the filename exists and is a regular file
H A Dis_file_error.phpt7 Returns TRUE if the filename exists and is a regular file
H A Dcopy_variation12.phpt13 Returns TRUE on success or FALSE on failure.
H A Dfile_put_contents_variation3.phpt87 'uppercase TRUE' =>TRUE,
198 --uppercase TRUE--
H A Dfile_variation4.phpt88 'uppercase TRUE' =>TRUE,
215 --uppercase TRUE--
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_kr.c117 if (c <= 0x7e) return TRUE; in euckr_is_allowed_reverse_match()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dsqrt.c116 done = TRUE; in bc_sqrt()
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-properties.phpt25 $session->enum_print = TRUE;
26 $session->quick_print = TRUE;
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_variation4.phpt36 array(TRUE => '1', true => true, TrUe => "TRUE",
H A Din_array_errors.phpt7 * Description: Searches haystack for needle and returns TRUE
H A Darray_filter.phpt17 $array3 = array(TRUE, FALSE, NULL);
H A Dshuffle_variation4.phpt35 array('1' => TRUE, "1" => TRUE, "0" => FALSE, '0' => FALSE),
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation10.phpt52 "TRUE",
96 TRUE,
H A Dprintf_basic4.phpt18 $arg1 = TRUE;
H A Dsprintf_variation14.phpt16 TRUE,
H A Dsprintf_variation45.phpt16 TRUE,
H A Dsprintf_variation33.phpt16 TRUE,
H A Dsprintf_variation7.phpt16 TRUE,
/PHP-5.5/ext/soap/
H A Dphp_http.c888 return TRUE; in make_http_soap_request()
1031 http_close = TRUE; in make_http_soap_request()
1040 http_close = TRUE; in make_http_soap_request()
1046 http_close = TRUE; in make_http_soap_request()
1056 if (http_close == TRUE) { in make_http_soap_request()
1330 return TRUE; in make_http_soap_request()
1398 return TRUE; in get_http_body()
1425 done = TRUE; in get_http_body()
1453 done = TRUE; in get_http_body()
1502 return TRUE; in get_http_body()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c112 *copy_ctor_called = TRUE; in mysqlnd_rset_zval_ptr_dtor()
411 CONN_SET_STATE(conn, (ret == PASS || is_warning == TRUE)? CONN_READY:CONN_QUIT_SENT); in mysqlnd_query_read_result_set_header()
702 result->unbuf->eof_reached = TRUE; /* so next time we won't get an error */ in mysqlnd_fetch_row_unbuffered_c()
706 result->unbuf->eof_reached = TRUE; in mysqlnd_fetch_row_unbuffered_c()
751 row_packet->skip_extraction = row? FALSE:TRUE; in mysqlnd_fetch_row_unbuffered()
821 *fetched_anything = TRUE; in mysqlnd_fetch_row_unbuffered()
829 result->unbuf->eof_reached = TRUE; /* so next time we won't get an error */ in mysqlnd_fetch_row_unbuffered()
833 result->unbuf->eof_reached = TRUE; in mysqlnd_fetch_row_unbuffered()
1059 *fetched_anything = TRUE; in mysqlnd_fetch_row_buffered()
1288 …= result->m.fetch_row(result, NULL, 0, &fetched_anything TSRMLS_CC)) && fetched_anything == TRUE) { in MYSQLND_METHOD()
[all …]
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc52 if (is_file($qualified) === TRUE) {
H A Dsession_save_path_variation4.phpt28 if (file_exists($sessions) === TRUE) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval.phpt103 var_dump( floatval(TRUE, FALSE) );
104 var_dump( doubleval(TRUE, FALSE) );
/PHP-5.5/ext/date/tests/
H A DDateTime_setDate_variation1.phpt71 'uppercase TRUE' =>TRUE,
245 -- uppercase TRUE --
H A DDateTime_setDate_variation2.phpt71 'uppercase TRUE' =>TRUE,
245 -- uppercase TRUE --

Completed in 60 milliseconds

1...<<11121314151617181920>>...52