Home
last modified time | relevance | path

Searched refs:u (Results 126 – 150 of 452) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt72 [%u|b%"bar"]=>
76 [%u|b%"bar"]=>
83 [%u|b%"bar"]=>
88 [%u|b%"bar"]=>
93 [%u|b%"bar"]=>
101 [%u|b%"bar"]=>
105 [%u|b%"bar"]=>
H A Dmysqli_fetch_assoc_no_alias.phpt95 [%u|b%"a"]=>
102 [%u|b%"a"]=>
109 [%u|b%"a"]=>
123 [%u|b%"a"]=>
130 [%u|b%"a"]=>
137 [%u|b%"a"]=>
/PHP-7.0/ext/pcre/tests/
H A Dsplit2.phpt50 string(1) "u"
102 string(1) "u"
126 string(1) "u"
153 string(1) "u"
246 string(1) "u"
304 string(1) "u"
H A Dinvalid_utf8_offset.phpt5 if (@preg_match('/./u', '') === false) {
14 var_dump(preg_match(b'~.*~u', $string, $m, 0, 1));
18 var_dump(preg_match(b'~.*~u', $string, $m, 0, 2));
H A D007.phpt5 if (@preg_match('/./u', '') === false) {
20 var_dump(preg_replace_callback('#.#u', 'evil', $txt));
24 var_dump(preg_replace_callback('#.#u', 'evil', $txt));
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
8 $array = preg_split('//u', $string, - 1, PREG_SPLIT_NO_EMPTY);
H A Dpcre_extended.phpt6 var_dump(preg_match('/a e i o u/', 'aeiou', $m));
9 var_dump(preg_match('/a e i o u/x', 'aeiou', $m));
/PHP-7.0/Zend/
H A Dzend_hash.c68 (ht)->u.flags |= n; \
141 (ht)->u.flags |= HASH_FLAG_INITIALIZED; in zend_hash_real_init_ex()
215 ht->u.flags &= ~HASH_FLAG_PACKED; in zend_hash_packed_to_hash()
337 ht->u.v.nIteratorsCount++; in zend_hash_iterator_add()
377 iter->ht->u.v.nIteratorsCount--; in zend_hash_iterator_pos()
380 ht->u.v.nIteratorsCount++; in zend_hash_iterator_pos()
399 iter->ht->u.v.nIteratorsCount--; in zend_hash_iterator_pos_ex()
404 ht->u.v.nIteratorsCount++; in zend_hash_iterator_pos_ex()
420 iter->ht->u.v.nIteratorsCount--; in zend_hash_iterator_del()
1223 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_index_del()
[all …]
/PHP-7.0/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt87 [%u|b%"name"]=>
96 [%u|b%"assigned value"]=>
105 [%u|b%"o1"]=>
107 [%u|b%"o2"]=>
109 [%u|b%"assigned value"]=>
120 [%u|b%"a"]=>
122 [%u|b%"assigned value"]=>
138 [%u|b%"name"]=>
/PHP-7.0/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt23 echo date("F d Y H:i:s u",$time), PHP_EOL;
26 echo date("F d Y H:i:s u",$time), PHP_EOL;
29 echo date("F d Y H:i:s u",$time), PHP_EOL;
35 echo date("F d Y H:i:s u",$time), PHP_EOL;
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt124 [%u|b%"id"]=>
126 [%u|b%"label"]=>
133 [%u|b%"id"]=>
135 [%u|b%"label"]=>
151 [%u|b%"id"]=>
153 [%u|b%"label"]=>
160 [%u|b%"id"]=>
162 [%u|b%"label"]=>
169 [%u|b%"id"]=>
171 [%u|b%"label"]=>
[all …]
H A Dbug44327.phpt45 [%u|b%"queryString"]=>
47 [%u|b%"one"]=>
55 [%u|b%"queryString"]=>
57 [%u|b%"id"]=>
H A Dbug46292.phpt64 [%u|b%"value"]=>
69 [%u|b%"value"]=>
76 [%u|b%"value"]=>
81 [%u|b%"value"]=>
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c2313 } u; member
2926 tok->u.c = c; in fetch_token_in_cc()
2943 tok->u.c = c; in fetch_token_in_cc()
3000 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); in fetch_token_in_cc()
3041 tok->u.c = num; in fetch_token_in_cc()
3073 tok->u.c = num; in fetch_token_in_cc()
3153 tok->u.c = c; in fetch_token()
3380 tok->u.c = num; in fetch_token()
3565 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); in fetch_token()
5187 *np = node_new_ctype(tok->u.prop.ctype, tok->u.prop.not); in parse_exp()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
25 ["u"]=>
91 ["u"]=>
174 ["u"]=>
239 ["u"]=>
301 ["u"]=>
360 ["u"]=>
419 ["u"]=>
/PHP-7.0/tests/classes/
H A Dproperty_recreate_private.phpt56 [%u|b%"p":%u|b%"C":private]=>
62 [%u|b%"p"]=>
68 [%u|b%"p"]=>
75 [%u|b%"p":%u|b%"C":private]=>
H A Dimplicit_instantiation_001.phpt137 [%u|b%"boolFalse"]=>
139 [%u|b%"prop"]=>
142 [%u|b%"emptyString"]=>
144 [%u|b%"prop"]=>
147 [%u|b%"null"]=>
149 [%u|b%"prop"]=>
152 [%u|b%"boolTrue"]=>
154 [%u|b%"nonEmptyString"]=>
156 [%u|b%"intZero"]=>
/PHP-7.0/Zend/tests/
H A Dbug55445.phpt6 <?php $u = "chris"; ?><p>Welcome <?= $u ?></p>
H A Dor_001.phpt27 string(4) "wou"
28 string(4) "wou"
H A Dcall_user_func_003.phpt25 [%u|b%"static"]=>
27 [%u|b%"instance"]=>
/PHP-7.0/tests/lang/string/
H A Dunicode_escape_legacy.phpt7 var_dump("\u");
12 string(2) "\u"
/PHP-7.0/ext/standard/tests/strings/
H A Dbug47842.phpt13 sscanf("4294967295", '%u', $int);
18 sscanf("18446744073709551615", '%u', $int);
22 printf("printf 64-bit signed int '18446744073709551615' (2^64)-1 = %u\n", 18446744073709551615);
/PHP-7.0/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt12 "й"=>"i","ц"=>"c","у"=>"u","к"=>"k","е"=>"e","н"=>"n",
26 foreach($replacement as $i=>$u) {
27 $st = mb_eregi_replace($i,$u,$st);
/PHP-7.0/ext/xmlrpc/tests/
H A Dbug71501.phpt9 $params = 'Lê Trung Hiếu';
19 <string>Lê Trung Hiếu</string>
/PHP-7.0/ext/date/tests/
H A Dbug45554.phpt2 Bug #45554 (Inconsistent behavior of the u format char)
7 $format = "m-d-Y H:i:s.u T";

Completed in 55 milliseconds

12345678910>>...19