Home
last modified time | relevance | path

Searched refs:FALSE (Results 126 – 150 of 1377) sorted by relevance

12345678910>>...56

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic4.phpt18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dhtmlentities18.phpt19 var_dump(htmlentities($test, ENT_QUOTES, NULL, FALSE));
20 var_dump(htmlspecialchars($test, ENT_QUOTES, NULL, FALSE));
H A Dvsprintf_variation12.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation12.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation12_64bit.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation12_64bit.phpt57 array(true), array(false), array(FALSE),
63 TRUE, 0, FALSE, 1,
66 1, TRUE, 0, FALSE),
/PHP-5.5/ext/com_dotnet/
H A Dcom_olechar.c57 ok = FALSE; in php_com_string_to_olestring()
89 ok = FALSE; in php_com_olestring_to_string()
/PHP-5.5/ext/xmlreader/tests/
H A Dbug64230.phpt27 echo "Internal errors FALSE\n";
43 Internal errors FALSE
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attr.c91 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
134 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
230 zend_bool isLenient = FALSE; in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/tests/
H A Dmb_http_output.phpt47 ($r === FALSE) ? print "OK_BAD_SET\n" : print "NG_BAD_SET\n";
52 ($r === FALSE) ? print "OK_BAD_ARY_SET\n" : print "NG_BAD_ARY_SET\n";
57 ($r === FALSE) ? print "OK_BAD_OBJ_SET\n" : print "NG_BAD_OBJ_SET\n";
/PHP-5.5/ext/standard/tests/array/
H A Darray_values.phpt30 array(TRUE, FALSE, NULL, true, false, null, "TRUE", "FALSE",
191 string(5) "FALSE"
H A Din_array_variation2.phpt8 * if it is found in the array, FALSE otherwise.
27 FALSE,
33 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
H A Darray_search_variation4.phpt7 …* Description: Searches haystack for needle and returns the key if it is found in the array, FALSE
44 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
45 var_dump( array_search(FALSE,
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c237 return FALSE;
242 return (v != 0 ? TRUE : FALSE);
252 return FALSE; in is_code_ctype()
H A Deuc_jp.c172 return FALSE; in is_allowed_reverse_match()
229 return (code_to_mbclen(code) > 1 ? TRUE : FALSE); in is_code_ctype()
243 return FALSE; in is_code_ctype()
/PHP-5.5/ext/sysvsem/tests/
H A Dsysv.phpt18 if ($sem_id === FALSE) {
33 if ($shm_id === FALSE) {
60 if ($var1 === FALSE) {
68 if ($var1 === FALSE) {
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c71 ZVAL_STRINGL( znew_val, (char*)new_val, UBYTES(new_val_len), FALSE ); in collator_convert_hash_item_from_utf8_to_utf16()
116 ZVAL_STRINGL( znew_val, (char*)new_val, new_val_len, FALSE ); in collator_convert_hash_item_from_utf16_to_utf8()
204 ZVAL_STRINGL( utf8_zval, str, str_len, FALSE ); in collator_convert_zstr_utf16_to_utf8()
235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_zstr_utf8_to_utf16()
310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_object_to_string()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_bool.phpt13 FALSE,
68 "FALSE",
72 'FALSE',
112 array(FALSE),
135 var_dump( is_bool(TRUE, FALSE) );
/PHP-5.5/ext/soap/
H A Dphp_xml.c214 return FALSE; in attr_is_equal_ex()
219 return FALSE; in attr_is_equal_ex()
230 return FALSE; in node_is_equal_ex()
235 return FALSE; in node_is_equal_ex()
330 return FALSE; in parse_namespace()
/PHP-5.5/TSRM/
H A Dtsrm_win32.c142 BOOL bSuccess = FALSE; in tsrm_win32_get_token_sid()
205 BOOL fAccess = FALSE; in tsrm_win32_access()
207 BOOL bucket_key_alloc = FALSE; in tsrm_win32_access()
374 if(fAccess == FALSE) { in tsrm_win32_access()
507 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
511 in = dupHandle(in, FALSE); in popen_ex()
515 out = dupHandle(out, FALSE); in popen_ex()
531 asuser = FALSE; in popen_ex()
596 BOOL created = FALSE; in shmget()
605 shm_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_segment); in shmget()
[all …]
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h91 #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__ TS…
92 #define oci_stmt_error(w) _oci_error(S->err, stmt->dbh, stmt, w, S->last_err, FALSE, __FILE__, __LI…
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_basic.phpt29 var_dump( fnmatch(FALSE, FALSE) );
H A Dmkdir_variation1-win32.phpt63 'uppercase FALSE' =>FALSE,
105 --uppercase FALSE--
H A Dmkdir_variation1.phpt63 'uppercase FALSE' =>FALSE,
104 --uppercase FALSE--
H A Drmdir_variation1.phpt64 'uppercase FALSE' =>FALSE,
104 --uppercase FALSE--

Completed in 42 milliseconds

12345678910>>...56