Home
last modified time | relevance | path

Searched refs:YES (Results 1 – 24 of 24) sorted by relevance

/PHP-5.5/ext/spl/
H A Ddoxygen.cfg11 USE_WINDOWS_ENCODING = YES
13 REPEAT_BRIEF = YES
15 ALWAYS_DETAILED_SEC = YES
16 INLINE_INHERITED_MEMB = YES
21 JAVADOC_AUTOBRIEF = YES
22 MULTILINE_CPP_IS_BRIEF = YES
24 INHERIT_DOCS = YES
25 DISTRIBUTE_GROUP_DOC = YES
30 SUBGROUPING = YES
34 EXTRACT_ALL = YES
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Disset_basic1.phpt23 echo "Float test: " . (isset($f) ? "YES": "NO") . "\n";
24 echo "String test: " . (isset($s) ? "YES": "NO") . "\n";
25 echo "Array test: " . (isset($a) ? "YES": "NO") . "\n";
27 echo "Null test: " . (isset($n) ? "YES": "NO") . "\n";
46 Integer test: YES
47 Float test: YES
48 String test: YES
49 Array test: YES
50 Boolean test: YES
52 Object test: YES
[all …]
H A Dparse_ini_string_001.phpt154 Key1 = YES
175 ;YES = 1
178 ;YES = YES
/PHP-5.5/ext/intl/tests/
H A Dlocale_filter_matches.phpt52 $res_str .= "YES\n";
62 $res_str .= "YES\n";
83 loc_range:de-de matches lang_tag de-DE-1996 ? YES
86 loc_range:de-de matches lang_tag de-DE ? YES
143 loc_range:sl_IT matches lang_tag sl_IT ? YES
149 loc_range:sl_IT matches lang_tag sl_IT_rozaj ? YES
258 loc_range:jbo canonically matches lang_tag jbo ? YES
264 loc_range:jbo canonically matches lang_tag jbo ? YES
266 loc_range:jbo matches lang_tag jbo ? YES
335 loc_range:sl_IT matches lang_tag sl_IT ? YES
[all …]
H A Dlocale_filter_matches2.phpt53 $res_str .= "YES\n";
63 $res_str .= "YES\n";
84 loc_range:de-de matches lang_tag de-DE-1996 ? YES
87 loc_range:de-de matches lang_tag de-DE ? YES
144 loc_range:sl_IT matches lang_tag sl_IT ? YES
150 loc_range:sl_IT matches lang_tag sl_IT_rozaj ? YES
259 loc_range:jbo canonically matches lang_tag jbo ? YES
265 loc_range:jbo canonically matches lang_tag jbo ? YES
267 loc_range:jbo matches lang_tag jbo ? YES
336 loc_range:sl_IT matches lang_tag sl_IT ? YES
[all …]
H A Dlocale_filter_matches3.phpt52 $res_str .= "YES\n";
62 $res_str .= "YES\n";
83 loc_range:de-de matches lang_tag de-DE-1996 ? YES
86 loc_range:de-de matches lang_tag de-DE ? YES
87 loc_range:de_DE canonically matches lang_tag de_DE ? YES
143 loc_range:sl_IT matches lang_tag sl_IT ? YES
149 loc_range:sl_IT matches lang_tag sl_IT_rozaj ? YES
266 loc_range:jbo matches lang_tag jbo ? YES
267 loc_range:jbo canonically matches lang_tag jbo ? YES
335 loc_range:sl_IT matches lang_tag sl_IT ? YES
[all …]
/PHP-5.5/main/
H A Dspprintf.c269 print_sign = YES; in xbuf_format_converter()
271 alternate_form = YES; in xbuf_format_converter()
273 print_blank = YES; in xbuf_format_converter()
285 adjust_width = YES; in xbuf_format_converter()
289 adjust_width = YES; in xbuf_format_converter()
301 adjust_precision = YES; in xbuf_format_converter()
H A Dsnprintf.c581 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES
661 print_sign = YES; in format_converter()
663 alternate_form = YES; in format_converter()
665 print_blank = YES; in format_converter()
677 adjust_width = YES; in format_converter()
681 adjust_width = YES; in format_converter()
693 adjust_precision = YES; in format_converter()
H A Dsnprintf.h76 NO = 0, YES = 1 enumerator
/PHP-5.5/ext/dom/tests/
H A Ddomchardata.phpt62 echo "Is Whitespace?: ".($text2->isElementContentWhitespace()?'YES':'NO');
76 Is Whitespace?: YES
H A Ddomattributes.phpt29 echo "Is ID?: ".($chapter->isId()?'YES':'NO')."\n";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5200.phpt32 [null] => YES
H A Dmysql_pdo_test.inc146 if (!empty($row) && $row[1] == 'YES' && ($row[0] == 'have_innodb' || $row[0] == 'have_bdb')) {
153 if ('InnoDB' == $row['engine'] && ('YES' == $row['support'] || 'DEFAULT' == $row['support']))
H A Dpdo_mysql___construct.phpt299 [009] SQLSTATE[%s] [1045] Access denied for user 'dont%s'@'%s' (using password: YES), [n/a] n/a
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file.phpt156 Key1 = YES
177 ;YES = 1
180 ;YES = YES
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt111 [011] Access denied for user '%s'@'%s' (using password: YES)
112 [014] Access denied for user '%s'@'%s' (using password: YES)
H A Dconnect.inc148 (('YES' == $row['Support']) || ('DEFAULT' == $row['Support']))
H A Dmysqli_real_connect_pconn.phpt154 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in …
H A Dmysqli_report.phpt305 [013] Access denied for user '%s'@'%s' (using password: YES)
306 [016] Access denied for user '%s'@'%s' (using password: YES)
H A Dmysqli_connect.phpt152 Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on…
H A Dmysqli_real_connect.phpt178 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in …
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconnect.phpt88 Warning: mysql_pconnect(): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
H A Dmysql_connect.phpt113 Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
/PHP-5.5/
H A Dconfigure.in1640 | database, set the value BEQUEATH_DETACH=YES in Oracle Net's |
1642 | BEQUEATH_DETACH to YES before starting Apache. If the problem |

Completed in 136 milliseconds