Home
last modified time | relevance | path

Searched refs:u (Results 201 – 225 of 452) sorted by relevance

12345678910>>...19

/PHP-7.0/tests/lang/string/
H A Dunicode_escape_whitespace.phpt6 var_dump("\u{1F602 }");
H A Dunicode_escape_sign.phpt6 var_dump("\u{+1F602}");
H A Dunicode_escape_sign2.phpt6 var_dump("\u{-1F602}");
H A Dunicode_escape_large_codepoint.phpt6 var_dump("\u{110000}"); // U+10FFFF + 1
/PHP-7.0/ext/soap/
H A Dphp_encoding.c1329 if (model->u.element->name) { in model_to_zval_object()
1339 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1348 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1363 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1372 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1644 !model->u.element->nillable && in model_to_xml_object()
1650 enc = model->u.element->encode; in model_to_xml_object()
1672 model->u.element->namens && in model_to_xml_object()
1694 model->u.element->namens && in model_to_xml_object()
1706 model->u.element->namens && in model_to_xml_object()
[all …]
/PHP-7.0/Zend/tests/
H A Dbug29883.phpt13 u
/PHP-7.0/ext/phar/tests/
H A Dmetadata_readU.phpt55 [u"hi"]=>
57 [u"foo"]=>
H A Dmetadata_write_commitU.phpt65 [u"foo"]=>
78 [u"foo"]=>
H A Dphar_metadata_writeU.phpt58 [u"my"]=>
66 [u"foo"]=>
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_pecl_12925.phpt50 [%u|b%"id"]=>
58 [%u|b%"id"]=>
H A Dpdo_mysql_stmt_multiquery.phpt72 [%u|b%"label"]=>
87 [%u|b%"label"]=>
94 [%u|b%"label"]=>
H A Dbug_41997.phpt45 [%u|b%"one"]=>
60 [%u|b%"two"]=>
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_1.phpt34 "insert into imp_res_get_1_tab_2 values ('u')",
99 u
107 u
/PHP-7.0/ext/standard/tests/strings/
H A Dbug23894.phpt8 $test = sprintf("% 13u", $a);
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
43 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
94 string(40) "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/"
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dwrite21.phar8 6���������������������test.txt���{��H������E�������<?php __HALT_COMPILER();u:ΰ�U��|ZM�̧�Є�…
H A Dwrite20.phar9 H��u���GBMB
/PHP-7.0/tests/classes/
H A Dproperty_recreate_protected.phpt41 [%u|b%"p":protected]=>
47 [%u|b%"p":protected]=>
/PHP-7.0/ext/opcache/
H A Dzend_persist.c90 if (!(ht->u.flags & HASH_FLAG_INITIALIZED)) { in zend_hash_persist()
98 ht->u.flags &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist()
101 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_persist()
174 if (!(ht->u.flags & HASH_FLAG_INITIALIZED)) { in zend_hash_persist_immutable()
182 ht->u.flags &= ~HASH_FLAG_INITIALIZED; in zend_hash_persist_immutable()
185 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_persist_immutable()
311 Z_ARRVAL_P(z)->u.flags |= HASH_FLAG_STATIC_KEYS; in zend_persist_zval()
312 Z_ARRVAL_P(z)->u.flags &= ~HASH_FLAG_APPLY_PROTECTION; in zend_persist_zval()
367 Z_ARRVAL_P(z)->u.flags |= HASH_FLAG_STATIC_KEYS; in zend_persist_zval_static()
368 Z_ARRVAL_P(z)->u.flags &= ~HASH_FLAG_APPLY_PROTECTION; in zend_persist_zval_static()
[all …]
/PHP-7.0/ext/standard/tests/file/
H A Dbug46347.phpt22 [%u|b%"part1.*.part2"]=>
/PHP-7.0/ext/date/tests/
H A Dbug69089.phpt12 var_dump($date->format('u'));
/PHP-7.0/ext/pcre/tests/
H A Dinvalid_utf8.phpt5 if (@preg_match('/./u', '') === false) {
/PHP-7.0/ext/mysqli/
H A Dmysqli_libmysql.h42 #define mysqli_change_user_silent(c, u, p, d, p_len) mysql_change_user((c), (u), (p), (d)) argument
/PHP-7.0/ext/opcache/tests/
H A Dbug65510.phpt12 $m = array("l", "a", "r", "u", "e", "n", "c", "e");
/PHP-7.0/tests/basic/
H A Drfc1867_boundary_1.phpt23 [%u|b%"foobar"]=>

Completed in 85 milliseconds

12345678910>>...19