Home
last modified time | relevance | path

Searched refs:TRUE (Results 101 – 125 of 1258) sorted by relevance

12345678910>>...51

/PHP-5.3/ext/zlib/tests/
H A Dreadgzfile_variation2.phpt17 'uppercase TRUE' =>TRUE,
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_ps.c204 TRUE: in MYSQLND_METHOD()
263 field_packet->skip_parsing = TRUE; in mysqlnd_stmt_skip_metadata()
536 stmt->cursor_exists = TRUE; in mysqlnd_stmt_execute_parse_response()
812 *fetched_anything = TRUE; in mysqlnd_stmt_fetch_row_buffered()
926 *fetched_anything = TRUE; in mysqlnd_stmt_fetch_row_unbuffered()
937 result->unbuf->eof_reached = TRUE; in mysqlnd_stmt_fetch_row_unbuffered()
1041 FALSE, TRUE TSRMLS_CC)) { in mysqlnd_fetch_stmt_row_cursor()
1122 *fetched_anything = TRUE; in mysqlnd_fetch_stmt_row_cursor()
1590 stmt->result_bind[i].bound = TRUE; in MYSQLND_METHOD()
1817 result->unbuf->eof_reached = TRUE; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd.c74 if (mysqlnd_library_initted == TRUE) { in mysqlnd_library_end()
576 reconnect = TRUE; in MYSQLND_METHOD()
592 saved_compression = TRUE; in MYSQLND_METHOD()
626 unix_socket = TRUE; in MYSQLND_METHOD()
733 conn->net->compressed = TRUE; in MYSQLND_METHOD()
874 self_alloced = TRUE; in mysqlnd_connect()
1186 disproportion = TRUE; in mysqlnd_stream_array_from_fd_set()
1345 result->unbuf->eof_reached = TRUE; in MYSQLND_METHOD()
1502 ret = conn->m->simple_command(conn, COM_PING, NULL, 0, PROT_OK_PACKET, TRUE, TRUE TSRMLS_CC); in MYSQLND_METHOD()
1656 ret = conn->m->simple_command(conn, COM_QUIT, NULL, 0, PROT_LAST, TRUE, TRUE TSRMLS_CC); in MYSQLND_METHOD()
[all …]
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Diso8859_13.c143 return TRUE; in is_mbc_ambiguous()
146 return (v != 0 ? TRUE : FALSE); in is_mbc_ambiguous()
H A Diso8859_16.c143 return TRUE; in is_mbc_ambiguous()
146 return (v != 0 ? TRUE : FALSE); in is_mbc_ambiguous()
H A Diso8859_2.c144 return TRUE; in iso_8859_2_is_mbc_ambiguous()
147 return (v != 0 ? TRUE : FALSE); in iso_8859_2_is_mbc_ambiguous()
H A Diso8859_3.c144 return TRUE; in iso_8859_3_is_mbc_ambiguous()
147 return (v != 0 ? TRUE : FALSE); in iso_8859_3_is_mbc_ambiguous()
H A Diso8859_7.c143 return TRUE; in iso_8859_7_is_mbc_ambiguous()
146 return (v != 0 ? TRUE : FALSE); in iso_8859_7_is_mbc_ambiguous()
H A Diso8859_10.c144 return TRUE; in iso_8859_10_is_mbc_ambiguous()
147 return (v != 0 ? TRUE : FALSE); in iso_8859_10_is_mbc_ambiguous()
H A Diso8859_14.c143 return TRUE; in is_mbc_ambiguous()
146 return (v != 0 ? TRUE : FALSE); in is_mbc_ambiguous()
H A Diso8859_4.c144 return TRUE; in iso_8859_4_is_mbc_ambiguous()
147 return (v != 0 ? TRUE : FALSE); in iso_8859_4_is_mbc_ambiguous()
H A Diso8859_9.c144 return TRUE; in iso_8859_9_is_mbc_ambiguous()
147 return (v != 0 ? TRUE : FALSE); in iso_8859_9_is_mbc_ambiguous()
H A Diso8859_15.c143 return TRUE; in is_mbc_ambiguous()
146 return (v != 0 ? TRUE : FALSE); in is_mbc_ambiguous()
/PHP-5.3/ext/standard/tests/file/
H A Dis_dir_variation3.phpt7 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
18 TRUE,
H A Dfnmatch_basic.phpt28 var_dump( fnmatch(TRUE, TRUE) );
H A Dis_file_variation3.phpt7 Returns TRUE if the filename exists and is a regular file
21 TRUE,
/PHP-5.3/ext/standard/tests/array/
H A Din_array_variation2.phpt7 * Description: Searches haystack for needle and returns TRUE
26 TRUE,
33 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
H A Darray_values.phpt30 array(TRUE, FALSE, NULL, true, false, null, "TRUE", "FALSE",
189 string(4) "TRUE"
H A Darray_slice_variation9.phpt28 echo "-- Change \$val2 (\$preserve_keys = TRUE) --\n";
51 -- Change $val2 ($preserve_keys = TRUE) --
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_bool.phpt12 TRUE,
69 "TRUE",
73 'TRUE',
110 array(TRUE),
135 var_dump( is_bool(TRUE, FALSE) );
H A Dis_callable_basic2.phpt52 public function TRUE() {
185 object_class::TRUE
187 object_class::TRUE
266 no_member_class::TRUE
268 no_member_class::TRUE
509 object_class::TRUE
511 object_class::TRUE
590 no_member_class::TRUE
592 no_member_class::TRUE
671 object_class::TRUE
[all …]
H A Dis_resource.phpt2 Bug #27822 (is_resource() returns TRUE for closed resources)
/PHP-5.3/ext/oci8/tests/
H A Ddetails.inc6 * Set $test_drcp to TRUE if you want to run the Oracle Database
22 if (false !== $test_drcp && 0 == strcasecmp($test_drcp,'TRUE')) {
23 $test_drcp = TRUE;
/PHP-5.3/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt58 echo "adler32(raw): " . bin2hex(hash_hmac_file('adler32', $file, $key, TRUE)) . "\n";
59 echo "md5(raw): " . bin2hex(hash_hmac_file('md5', $file, $key, TRUE)). "\n";
60 echo "sha256(raw): " . bin2hex(hash_hmac_file('sha256', $file, $key, TRUE)). "\n";
65 hash_hmac_file('foo', $file, $key, TRUE, 10);
/PHP-5.3/tests/lang/
H A Dcompare_objects_basic1.phpt34 echo "\n-- The following compare should return TRUE --\n";
50 -- The following compare should return TRUE --

Completed in 61 milliseconds

12345678910>>...51