Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/standard/tests/array/
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_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_variation3.phpt6 * Prototype : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
H A Din_array_variation3.phpt6 * Prototype : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c362 mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, int elistsz, int strict) in mbfl_encoding_detector_new() argument
398 identd->strict = strict; in mbfl_encoding_detector_new()
470 if (!identd->strict || !filter->status) { in mbfl_encoding_detector_judge()
567 mbfl_identify_encoding(mbfl_string *string, enum mbfl_no_encoding *elist, int elistsz, int strict) in mbfl_identify_encoding() argument
605 if ((num - 1) <= bad && !strict) { in mbfl_identify_encoding()
619 if (strict && filter->status) { in mbfl_identify_encoding()
631 if (!filter->flag && (!strict || !filter->status)) { in mbfl_identify_encoding()
650 …_identify_encoding_name(mbfl_string *string, enum mbfl_no_encoding *elist, int elistsz, int strict) in mbfl_identify_encoding_name() argument
654 encoding = mbfl_identify_encoding(string, elist, elistsz, strict); in mbfl_identify_encoding_name()
665 …fl_identify_encoding_no(mbfl_string *string, enum mbfl_no_encoding *elist, int elistsz, int strict) in mbfl_identify_encoding_no() argument
[all …]
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt15 // No silly strict mode warnings, please!
/PHP-5.3/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_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...
H A Dmysqli_fetch_all.phpt220 // 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_stmt_bind_param.phpt242 // don't care about date() strict TZ warnings...
/PHP-5.3/ext/mysqli/
H A Dphp_mysqli_structs.h296 long strict; variable
/PHP-5.3/ext/soap/
H A Dphp_encoding.c1707 …ml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict TSRMLS_DC) in model_to_xml_object()
1720 !strict) { in model_to_xml_object()
1776 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1790 if (strict) { in model_to_xml_object()
1823 if (strict) { in model_to_xml_object()
1837 …if (!model_to_xml_object(node, *tmp, object, style, strict && ((*tmp)->min_occurs > 0) TSRMLS_CC))… in model_to_xml_object()
1838 if (!strict || (*tmp)->min_occurs > 0) { in model_to_xml_object()
1842 strict = 1; in model_to_xml_object()
1865 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
/PHP-5.3/ext/standard/
H A Darray.c1201 zend_bool strict = 0; /* strict comparison or not */ in php_search_array() local
1207 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "za|b", &value, &array, &strict) == FAILURE) { in php_search_array()
1211 if (strict) { in php_search_array()
2443 zend_bool strict = 0; /* do strict comparison */ in PHP_FUNCTION() local
2447 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|zb", &input, &search_value, &strict) == FA… in PHP_FUNCTION()
2451 if (strict) { in PHP_FUNCTION()
H A Dbasic_functions.c323 ZEND_ARG_INFO(0, strict)
329 ZEND_ARG_INFO(0, strict)
425 ZEND_ARG_INFO(0, strict)
886 ZEND_ARG_INFO(0, strict)
/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_array.phpt201 // don't care about date() strict TZ warnings...
/PHP-5.3/ext/mbstring/
H A Dmbstring.c376 ZEND_ARG_INFO(0, strict)
3005 zend_bool strict=0; in PHP_FUNCTION() local
3013 …arameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zb", &str, &str_len, &encoding_list, &strict) == FAILURE) { in PHP_FUNCTION()
3048 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION()
3062 ret = mbfl_identify_encoding_name(&string, elist, size, strict); in PHP_FUNCTION()
/PHP-5.3/
H A Dphp.ini-development1061 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1063 ;pdo_odbc.connection_pooling=strict
1817 ; enable strict encoding detection.
H A Dphp.ini-production1061 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1063 ;pdo_odbc.connection_pooling=strict
1817 ; enable strict encoding detection.
H A DNEWS764 . Fixed bug #55273 (base64_decode() with strict rejects whitespace after
1583 strict mode). (Ilia)
2532 - Fixed bug #48912 (Namespace causes unexpected strict behaviour with
4751 . Make use of space-strict strip_tags() function
5503 - Fixed bug #37244 (Added strict flag to base64_decode() that enforces
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog3526 pcre_stack_free, are used. They are always called in strict stacking order,
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt9408 PCRE_EXTRA strict escape parsing N/A

Completed in 190 milliseconds

12