Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/sodium/tests/
H A Dphp_password_hash_argon2id.phpt10 if (!in_array('argon2id', password_algos(), true /* strict */)) {
H A Dphp_password_verify.phpt15 if (!in_array($algo, password_algos(), true /* strict */)) {
/PHP-8.3/Zend/tests/match/
H A D017.phpt2 Test strict comparison with match expression jump table
/PHP-8.3/ext/mysqli/tests/
H A Dbug35759.phpt26 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
H A Dbug51647.phpt56 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
86 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
H A Dmysqli_stmt_get_result_types.phpt181 // don't care about date() strict TZ warnings...
/PHP-8.3/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland_strict.phpt2 Call userland function with incorrect number of arguments with strict types
/PHP-8.3/Zend/tests/
H A Darginfo_zpp_mismatch_strict.phpt2 Test that there is no arginfo/zpp mismatch in strict mode
/PHP-8.3/ext/mbstring/
H A Dmbstring.h70 …hs, size_t n, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_signif…
H A Dmbstring.c2989 if (strict) { in init_candidate_array()
3037 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits() argument
3048 while ((strict || length > 1) && finished < length) { in count_demerits()
3061 if (strict) { in count_demerits()
3097 if (strict) { in mb_guess_encoding_for_strings()
3112 …elist_size = init_candidate_array(array, elist_size, elist, strings, str_lengths, n, strict, order… in mb_guess_encoding_for_strings()
3116 elist_size = count_demerits(array, elist_size, strict); in mb_guess_encoding_for_strings()
3146 bool strict = false; in PHP_FUNCTION() local
3154 Z_PARAM_BOOL(strict) in PHP_FUNCTION()
3193 strict = MBSTRG(strict_detection); in PHP_FUNCTION()
[all …]
H A Dmbstring.stub.php139 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal… argument
H A Dmbstring_arginfo.h124 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, strict, _IS_BOOL, 0, "false")
/PHP-8.3/ext/mbstring/tests/
H A Dmb_substitute_character_variation_strict_types.phpt9 echo "*** Testing mb_substitute_character(): various types in strict typing mode ***\n";
110 *** Testing mb_substitute_character(): various types in strict typing mode ***
/PHP-8.3/ext/standard/tests/array/
H A Darray_search_variation1.phpt45 //strict option OFF
47 //strict option ON
49 //strict option OFF
H A Darray_column_scalar_index_strict_types.phpt2 Test array_column(): Index argument with various types in strict type mode
H A Din_array_variation1.phpt45 //strict option OFF
47 //strict option ON
49 //strict option OFF
/PHP-8.3/ext/openssl/tests/
H A Dbug68920.phpt2 Bug #68920: peer_fingerprint input checks should be strict
/PHP-8.3/Zend/
H A Dzend_execute.c807 if (UNEXPECTED(strict)) { in zend_verify_scalar_type_hint()
1005 return zend_verify_scalar_type_hint(type_mask, property, strict, 0); in i_zend_check_property_type()
1010 if (i_zend_check_property_type(info, property, strict)) { in i_zend_verify_property_type()
1019 return i_zend_verify_property_type(info, property, strict); in zend_verify_property_type()
3518 const zend_property_info *info, const zval *zv, bool strict) { in i_zend_verify_type_assignable_zval() argument
3536 if (strict) { in i_zend_verify_type_assignable_zval()
3570 int result = i_zend_verify_type_assignable_zval(prop, zv, strict); in zend_verify_ref_assignable_zval()
3645 ret = zend_verify_ref_assignable_zval(Z_REF_P(variable_ptr), &value, strict); in zend_assign_to_typed_ref_ex()
3671 zval *result = zend_assign_to_typed_ref_ex(variable_ptr, orig_value, value_type, strict, &garbage); in zend_assign_to_typed_ref()
3684 result = i_zend_verify_type_assignable_zval(prop_info, val, strict); in zend_verify_prop_assignable_by_ref_ex()
[all …]
H A Dzend_API.h1077 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *zv, bool strict);
1433 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument
1438 zend_try_assign_typed_ref_zval_ex(ref, other_zv, strict); \
1447 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument
1448 _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, 0)
1450 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument
1452 _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, 1); \
1455 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument
1457 ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict); \
1460 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
[all …]
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsave_handler.inc59 // read MUST create file. Otherwise, strict mode will not work
/PHP-8.3/sapi/fpm/tests/
H A Dstatus.inc161 "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n" .
/PHP-8.3/ext/gd/
H A Dconfig.m4240 GD_CFLAGS="-Wno-strict-prototypes -I$ext_srcdir/libgd $GD_CFLAGS"
/PHP-8.3/ext/soap/
H A Dphp_encoding.c1583 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object() argument
1597 !strict) { in model_to_xml_object()
1652 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1666 if (strict) { in model_to_xml_object()
1697 if (strict) { in model_to_xml_object()
1709 if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) { in model_to_xml_object()
1710 if (!strict || tmp->min_occurs > 0) { in model_to_xml_object()
1714 strict = 1; in model_to_xml_object()
1733 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php1628 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {} argument
1633 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {} argument
1695 function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $strict = false): array {} argument
1911 function base64_decode(string $string, bool $strict = false): string|false {} argument
/PHP-8.3/Zend/Optimizer/
H A Ddfa_pass.c408 bool strict = 0; in zend_dfa_optimize_calls() local
416 strict = 1; in zend_dfa_optimize_calls()
437 if (strict) { in zend_dfa_optimize_calls()
484 call_info->caller_call_opline->extended_value = strict; in zend_dfa_optimize_calls()

Completed in 98 milliseconds

12345