Home
last modified time | relevance | path

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

1234

/PHP-7.2/Zend/tests/traits/
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 …
H A Dproperty006.phpt24 // that should give the expected strict warning.
/PHP-7.2/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt2 Scalar type - internal function strict mode
/PHP-7.2/Zend/tests/
H A Dbug60536_004.phpt24 // that should give the expected strict warning.
/PHP-7.2/ext/mysqli/tests/
H A Dbug51647.phpt50 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
80 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
H A Dbug35759.phpt25 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
H A Dmysqli_stmt_get_result_types.phpt181 // don't care about date() strict TZ warnings...
/PHP-7.2/ext/standard/tests/url/
H A Dbase64_decode_variation_002.phpt5 /* Prototype : proto string base64_decode(string str[, bool strict])
77 // loop through each element of the array for strict argument
/PHP-7.2/ext/standard/tests/array/
H A Darray_search_errors.phpt6 * Prototype : mixed array_search ( mixed $needle, array $haystack [, bool $strict] )
H A Din_array_errors.phpt6 * Prototype : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
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-7.2/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland_strict.phpt2 Call userland function with incorrect number of arguments with strict types
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt14 "http://www.w3.org/TR/html4/strict.dtd">
/PHP-7.2/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-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt13 // No silly strict mode warnings, please!
/PHP-7.2/ext/openssl/tests/
H A Dbug68920.phpt2 Bug #68920: peer_fingerprint input checks should be strict
/PHP-7.2/ext/opcache/Optimizer/
H A Ddfa_pass.c377 zend_bool strict = 0; in zend_dfa_optimize_calls() local
384 strict = 1; in zend_dfa_optimize_calls()
406 if (strict) { in zend_dfa_optimize_calls()
453 call_info->caller_call_opline->extended_value = strict; in zend_dfa_optimize_calls()
/PHP-7.2/sapi/fpm/tests/
H A Dstatus.inc136 "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n" .
/PHP-7.2/ext/mysqli/
H A Dphp_mysqli_structs.h331 zend_long strict; variable
/PHP-7.2/ext/session/tests/
H A Dsave_handler.inc59 // read MUST create file. Otherwise, strict mode will not work
/PHP-7.2/ext/soap/
H A Dphp_encoding.c1616 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object() argument
1630 !strict) { in model_to_xml_object()
1685 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1699 if (strict) { in model_to_xml_object()
1730 if (strict) { in model_to_xml_object()
1742 if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) { in model_to_xml_object()
1743 if (!strict || tmp->min_occurs > 0) { in model_to_xml_object()
1747 strict = 1; in model_to_xml_object()
1766 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()

Completed in 88 milliseconds

1234