Home
last modified time | relevance | path

Searched refs:strict (Results 76 – 95 of 95) sorted by relevance

1234

/PHP-7.2/ext/mysqli/tests/
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.phpt223 // don't care about date() strict TZ warnings...
H A Dmysqli_stmt_bind_param.phpt242 // don't care about date() strict TZ warnings...
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_strict.phpt2 Scalar type strict mode
H A Dscalar_strict_64bit.phpt2 Scalar type strict mode
/PHP-7.2/ext/standard/
H A Darray.c1571 zend_bool strict = 0; /* strict comparison or not */ in php_search_array() local
1577 Z_PARAM_BOOL(strict) in php_search_array()
1580 if (strict) { in php_search_array()
3938 zend_bool strict = 0; /* do strict comparison */ local
3948 Z_PARAM_BOOL(strict)
3962 if (strict) {
H A Dbasic_functions.c322 ZEND_ARG_INFO(0, strict)
328 ZEND_ARG_INFO(0, strict)
417 ZEND_ARG_INFO(0, strict)
860 ZEND_ARG_INFO(0, strict)
/PHP-7.2/ext/mbstring/
H A Dmbstring.c372 ZEND_ARG_INFO(0, strict)
3507 zend_bool strict=0; in PHP_FUNCTION() local
3515 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|z!b", &str, &str_len, &encoding_list, &strict) == FA… in PHP_FUNCTION()
3550 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION()
3564 ret = mbfl_identify_encoding2(&string, elist, size, strict); in PHP_FUNCTION()
/PHP-7.2/
H A Dphp.ini-development1019 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1021 ;pdo_odbc.connection_pooling=strict
1366 ; Whether to use strict session mode.
1699 ; enable strict encoding detection.
H A Dphp.ini-production1021 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1023 ;pdo_odbc.connection_pooling=strict
1368 ; Whether to use strict session mode.
1701 ; enable strict encoding detection.
H A DNEWS424 . Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale
1787 . Fixed bug #73730 (textdomain(null) throws in strict mode). (cmb)
3099 . Fixed bug #71100 (long2ip() doesn't accept integers in strict mode).
/PHP-7.2/Zend/
H A Dzend_execute.c809 static zend_bool zend_verify_scalar_type_hint(zend_uchar type_hint, zval *arg, zend_bool strict) in zend_verify_scalar_type_hint() argument
811 if (UNEXPECTED(strict)) { in zend_verify_scalar_type_hint()
H A Dzend_compile.c3681 zend_bool strict = 0; in zend_compile_func_in_array() local
3687 strict = zend_is_true(zend_ast_get_zval(args->child[2])); in zend_compile_func_in_array()
3701 strict = zend_is_true(&value); in zend_compile_func_in_array()
3724 if (strict) { in zend_compile_func_in_array()
3759 opline->extended_value = strict; in zend_compile_func_in_array()
H A Dzend_vm_def.h7627 zend_bool strict; variable
7642 strict = EX_USES_STRICT_TYPES();
7644 if (EXPECTED(!strict)) {
7656 …zend_internal_type_error(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_t…
H A Dzend_vm_execute.h4011 zend_bool strict; local
4026 strict = EX_USES_STRICT_TYPES();
4028 if (EXPECTED(!strict)) {
4040 …zend_internal_type_error(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_t…
34462 zend_bool strict; local
34477 strict = EX_USES_STRICT_TYPES();
34479 if (EXPECTED(!strict)) {
34491 …zend_internal_type_error(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_t…
49018 zend_bool strict; local
49033 strict = EX_USES_STRICT_TYPES();
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog4649 pcre_stack_free, are used. They are always called in strict stacking order,
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9996 PCRE_EXTRA strict escape parsing N/A

Completed in 355 milliseconds

1234