Home
last modified time | relevance | path

Searched refs:strict (Results 101 – 122 of 122) sorted by relevance

12345

/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dtype_checking_strict.phpt2 Behavior of union type checks (strict)
/PHP-8.3/Zend/tests/type_declarations/
H A Dscalar_strict.phpt2 Scalar type strict mode
H A Dscalar_strict_64bit.phpt2 Scalar type strict mode
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt218 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_array_oo.phpt186 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_all.phpt205 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_all_oo.phpt206 // don't care about date() strict TZ warnings...
H A Dmysqli_fetch_array.phpt197 // don't care about date() strict TZ warnings...
H A Dmysqli_stmt_bind_param.phpt268 // don't care about date() strict TZ warnings...
/PHP-8.3/ext/standard/
H A Darray.c1568 bool strict = 0; /* strict comparison or not */ in php_search_array() local
1574 Z_PARAM_BOOL(strict) in php_search_array()
1577 if (strict) { in php_search_array()
4284 bool strict = 0; /* do strict comparison */ local
4294 Z_PARAM_BOOL(strict)
4308 if (strict) {
H A Dbasic_functions_arginfo.h152 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, strict, _IS_BOOL, 0, "false")
158 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, strict, _IS_BOOL, 0, "false")
229 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, strict, _IS_BOOL, 0, "false")
373 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, strict, _IS_BOOL, 0, "false")
H A Dvar_unserializer.re692 if (!zend_verify_prop_assignable_by_ref(info, data, /* strict */ 1)) {
/PHP-8.3/
H A DUPGRADING305 . mb_detect_encoding's "non-strict" mode now behaves as described in the
315 described in the documentation, which says: "If strict is set to false,
H A DNEWS944 . adoptNode now respects the strict error checking property. (nielsdos)
1011 . mb_detect_encoding's "non-strict" mode now behaves as described in the
1021 described in the documentation, which says: "If strict is set to false,
H A Dphp.ini-production1074 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1076 ;pdo_odbc.connection_pooling=strict
1386 ; Whether to use strict session mode.
1689 ; Enable strict encoding detection.
H A Dphp.ini-development1072 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
1074 ;pdo_odbc.connection_pooling=strict
1384 ; Whether to use strict session mode.
1687 ; Enable strict encoding detection.
/PHP-8.3/Zend/
H A Dzend_API.c4451 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex() argument
4453 if (UNEXPECTED(!zend_verify_ref_assignable_zval(ref, val, strict))) { in zend_try_assign_typed_ref_ex()
4569 ZEND_API zend_result zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, bool strict) … in zend_try_assign_typed_ref_zval_ex() argument
4574 return zend_try_assign_typed_ref_ex(ref, &tmp, strict); in zend_try_assign_typed_ref_zval_ex()
H A Dzend_compile.c4328 bool strict = 0; in zend_compile_func_in_array() local
4334 strict = zend_is_true(zend_ast_get_zval(args->child[2])); in zend_compile_func_in_array()
4348 strict = zend_is_true(&value); in zend_compile_func_in_array()
4370 if (strict) { in zend_compile_func_in_array()
4405 opline->extended_value = strict; in zend_compile_func_in_array()
H A Dzend_vm_def.h8591 bool strict; variable
8606 strict = EX_USES_STRICT_TYPES();
8608 if (EXPECTED(!strict)) {
H A Dzend_vm_execute.h5621 bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local
5636 strict = EX_USES_STRICT_TYPES(); in ZEND_STRLEN_SPEC_CONST_HANDLER()
5638 if (EXPECTED(!strict)) { in ZEND_STRLEN_SPEC_CONST_HANDLER()
14995 bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local
15010 strict = EX_USES_STRICT_TYPES(); in ZEND_STRLEN_SPEC_TMPVAR_HANDLER()
15012 if (EXPECTED(!strict)) { in ZEND_STRLEN_SPEC_TMPVAR_HANDLER()
40353 bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
40368 strict = EX_USES_STRICT_TYPES(); in ZEND_STRLEN_SPEC_CV_HANDLER()
40370 if (EXPECTED(!strict)) { in ZEND_STRLEN_SPEC_CV_HANDLER()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic16673 # Note: assumes the strict format
H A Dmagic私はガラスを食べられます16673 # Note: assumes the strict format

Completed in 411 milliseconds

12345