Home
last modified time | relevance | path

Searched refs:strict (Results 26 – 50 of 57) sorted by relevance

123

/PHP-5.5/ext/standard/tests/array/
H A Darray_search_errors.phpt6 * Prototype : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
H A Din_array_variation1.phpt6 * Prototype : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
52 //strict option OFF
54 //strict option ON
56 //strict option OFF
H A Darray_search_variation1.phpt6 * Prototype : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
51 //strict option OFF
53 //strict option ON
55 //strict option OFF
H A Din_array_variation3.phpt6 * Prototype : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
H A Darray_search_variation3.phpt6 * Prototype : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt14 "http://www.w3.org/TR/html4/strict.dtd">
/PHP-5.5/Zend/tests/
H A Dbug60536_004.phpt24 // that should give the expected strict warning.
H A Dbug60536_005.phpt15 // Protected and public are handle more strict with a warning then what is
/PHP-5.5/Zend/tests/traits/
H A Dproperty006.phpt24 // that should give the expected strict warning.
H A Dproperty007.phpt15 // Protected and public are handle more strict with a warning then what is
H A Dproperty009.phpt2 …ds to have same semantics as with normal inheritance, however, we do add strict warnings since it …
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c382 mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, int elistsz, int strict) in mbfl_encoding_detector_new() argument
418 identd->strict = strict; in mbfl_encoding_detector_new()
424 mbfl_encoding_detector_new2(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new2() argument
460 identd->strict = strict; in mbfl_encoding_detector_new2()
532 if (!identd->strict || !filter->status) { in mbfl_encoding_detector_judge2()
673 if ((num - 1) <= bad && !strict) { in mbfl_identify_encoding()
687 if (strict && filter->status) { in mbfl_identify_encoding()
699 if (!filter->flag && (!strict || !filter->status)) { in mbfl_identify_encoding()
756 if ((num - 1) <= bad && !strict) { in mbfl_identify_encoding2()
770 if (strict && filter->status) { in mbfl_identify_encoding2()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dbug51647.phpt54 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
H A Dmysqli_stmt_get_result_types.phpt183 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_array_oo.phpt195 // don't care about date() strict TZ warnings...
H A Dmysqli_stmt_bind_result.phpt225 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_all.phpt220 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_all_oo.phpt219 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_array.phpt209 // don't care about date() strict TZ warnings...
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt15 // No silly strict mode warnings, please!
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h334 long strict; variable
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1698 …ml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict TSRMLS_DC) in model_to_xml_object()
1711 !strict) { in model_to_xml_object()
1767 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1781 if (strict) { in model_to_xml_object()
1814 if (strict) { in model_to_xml_object()
1828 …if (!model_to_xml_object(node, *tmp, object, style, strict && ((*tmp)->min_occurs > 0) TSRMLS_CC))… in model_to_xml_object()
1829 if (!strict || (*tmp)->min_occurs > 0) { in model_to_xml_object()
1833 strict = 1; in model_to_xml_object()
1856 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
/PHP-5.5/ext/standard/
H A Darray.c1182 zend_bool strict = 0; /* strict comparison or not */ in php_search_array() local
1185 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "za|b", &value, &array, &strict) == FAILURE) { in php_search_array()
1189 if (strict) { in php_search_array()
2426 zend_bool strict = 0; /* do strict comparison */ in PHP_FUNCTION() local
2430 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|zb", &input, &search_value, &strict) == FA… in PHP_FUNCTION()
2434 if (strict) { in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c377 ZEND_ARG_INFO(0, strict)
3186 zend_bool strict=0; in PHP_FUNCTION() local
3194 …arameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zb", &str, &str_len, &encoding_list, &strict) == FAILURE) { in PHP_FUNCTION()
3229 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION()
3243 ret = mbfl_identify_encoding2(&string, elist, size, strict); in PHP_FUNCTION()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_array.phpt201 // don't care about date() strict TZ warnings...

Completed in 77 milliseconds

123