Home
last modified time | relevance | path

Searched refs:strict (Results 26 – 50 of 122) sorted by last modified time

12345

/php-src/Zend/
H A Dzend_execute.h69 …API bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, bool strict);
75 …able_by_ref_ex(const zend_property_info *prop_info, zval *orig_val, bool strict, zend_verify_prop_…
76 …nd_verify_prop_assignable_by_ref(const zend_property_info *prop_info, zval *orig_val, bool strict);
93 ZEND_API bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, bool strict, bool is_inte…
125 …I zval* zend_assign_to_typed_ref(zval *variable_ptr, zval *value, uint8_t value_type, bool strict);
126 …o_typed_ref_ex(zval *variable_ptr, zval *value, uint8_t value_type, bool strict, zend_refcounted *…
155 …ine zval* zend_assign_to_variable(zval *variable_ptr, zval *value, uint8_t value_type, bool strict) in zend_assign_to_variable() argument
163 return zend_assign_to_typed_ref(variable_ptr, value, value_type, strict); in zend_assign_to_variable()
182 …variable_ex(zval *variable_ptr, zval *value, zend_uchar value_type, bool strict, zend_refcounted *… in zend_assign_to_variable_ex() argument
188 return zend_assign_to_typed_ref_ex(variable_ptr, value, value_type, strict, garbage_ptr); in zend_assign_to_variable_ex()
[all …]
/php-src/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()
/php-src/sapi/fpm/tests/
H A Dstatus.inc161 "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n" .
/php-src/ext/soap/
H A Dphp_encoding.c1600 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object() argument
1614 !strict) { in model_to_xml_object()
1669 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1683 if (strict) { in model_to_xml_object()
1714 if (strict) { in model_to_xml_object()
1726 if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) { in model_to_xml_object()
1727 if (!strict || tmp->min_occurs > 0) { in model_to_xml_object()
1731 strict = 1; in model_to_xml_object()
1750 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
/php-src/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt18 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" [
83 …DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN2" "http://www.w3.org/TR/html4/strict.dtd"><html/>');
85 …DOCTYPE HTML2 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html/>');
87 …!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html/>');
122 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" [
135 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" [
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt405 Bad ASCII (non-strict): UTF-8
406 Bad ASCII (strict): UTF-8
409 UTF-8 BOM (non-strict): UTF-8
410 UTF-8 BOM (strict): UTF-8
411 UTF-16BE BOM (non-strict): UTF-16BE
412 UTF-16BE BOM (strict): UTF-16BE
413 UTF-16LE BOM (non-strict): UTF-16LE
414 UTF-16LE BOM (strict): UTF-16LE
417 EUC-JP (strict): EUC-JP
418 EUC-JP (non-strict): EUC-JP
[all …]
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-src/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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16673 # Note: assumes the strict format
H A Dmagic16673 # Note: assumes the strict format
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt126 // don't care about date() strict TZ warnings...
/php-src/Zend/tests/
H A Darginfo_zpp_mismatch_strict.phpt2 Test that there is no arginfo/zpp mismatch in strict mode
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt268 // don't care about date() strict TZ warnings...
H A Dmysqli_stmt_bind_result.phpt218 // 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_fetch_array_oo.phpt186 // don't care about date() strict TZ warnings...
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 Dbug35759.phpt26 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
/php-src/ext/mbstring/
H A Dmbstring.h70 …hs, size_t n, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_signif…
/php-src/ext/opcache/tests/opt/
H A Dgh10801.phpt12 print_r(array_keys(array: [1 => 1], strict: true, filter_value: 0));
14 print_r(array_keys(array: [1 => 1], filter_value: 0, strict: true));
/php-src/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt2 Scalar type - internal function strict mode
/php-src/ext/standard/tests/url/
H A Dbase64_decode_basic_002.phpt2 Test base64_decode() function : basic functionality - strict vs non-strict with non-base64 chars.
11 echo "\nWhitespace does not affect base64_decode, even with \$strict===true:\n";
18 …chars outside the base64 alphabet are ignored when \$strict===false, but cause failure with \$stri…
47 Whitespace does not affect base64_decode, even with $strict===true:
52 … chars outside the base64 alphabet are ignored when $strict===false, but cause failure with $stric…
/php-src/ext/standard/tests/array/
H A Darray_column_scalar_index_strict_types.phpt2 Test array_column(): Index argument with various types in strict type mode

Completed in 218 milliseconds

12345