Home
last modified time | relevance | path

Searched refs:u (Results 176 – 200 of 452) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/standard/tests/file/
H A Dfscanf_variation40.phpt49 $unsigned_formats = array( "%u", "%hu", "%lu", "%Lu", " %u", "%u ", "% u", "\t%u", "\n%u", "%4u", "…
H A Dfscanf_variation43.phpt45 $unsigned_formats = array( "%u", "%hu", "%lu", "%Lu", " %u", "%u ", "% u", "\t%u", "\n%u", "%4u", "…
H A Dfscanf_variation39.phpt51 $unsigned_formats = array( "%u", "%hu", "%lu", "%Lu", " %u", "%u ", "% u", "\t%u", "\n%u", "%4u", "…
/PHP-7.0/Zend/
H A Dzend_compile.c42 target = (src)->u.op; \
51 (target)->u.op = src; \
64 } u; member
2975 ZVAL_LONG(&result->u.constant, Z_STRLEN(arg_node.u.constant)); in zend_compile_func_strlen()
5993 &left_node.u.constant, &right_node.u.constant) in zend_compile_binary_op()
6056 &left_node.u.constant, &right_node.u.constant); in zend_compile_greater()
6128 ZVAL_BOOL(&result->u.constant, zend_is_true(&left_node.u.constant)); in zend_compile_short_circuiting()
6134 ZVAL_BOOL(&result->u.constant, zend_is_true(&right_node.u.constant)); in zend_compile_short_circuiting()
6788 … concat_function(&last_const_node.u.constant, &last_const_node.u.constant, &elem_node.u.constant); in zend_compile_encaps_list()
6792 ZVAL_COPY_VALUE(&last_const_node.u.constant, &elem_node.u.constant); in zend_compile_encaps_list()
[all …]
/PHP-7.0/Zend/tests/
H A Drequire_parse_exception.phpt39 var_dump("\u{xyz}");');
41 var_dump("\u{ffffff}");');
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_prefetch.phpt34 "insert into imp_res_prefetch_tab_2 values ('u')",
113 string(1) "u"
146 string(1) "u"
179 string(1) "u"
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt100 [%u|b%"set_calls":"myclass":private]=>
102 [%u|b%"grp":protected]=>
104 [%u|b%"id"]=>
106 [%u|b%"null"]=>
H A Dbug_41698.phpt29 [%u|b%"floatval"]=>
34 [%u|b%"floatval"]=>
H A Dpdo_mysql_prepare_emulated.phpt332 [%u|b%"one"]=>
338 [%u|b%"label"]=>
345 [%u|b%"label"]=>
352 [%u|b%"label"]=>
357 [%u|b%"label"]=>
364 [%u|b%"id"]=>
366 [%u|b%"label"]=>
371 [%u|b%"id"]=>
373 [%u|b%"label"]=>
406 [%u|b%"id"]=>
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation19.phpt24 "% u % u % u",
H A Dvfprintf_variation19_64bit.phpt24 "% u % u % u",
H A Daddslashes_variation2.phpt33 "don't disturb u'r neighbours",
34 "don't disturb u'r neighbours''",
99 string(30) "don\'t disturb u\'r neighbours"
102 string(34) "don\'t disturb u\'r neighbours\'\'"
H A Dcrc32.phpt7 printf("%u\n", crc32($i));
/PHP-7.0/ext/pcre/tests/
H A Dskip_002.inc3 if (@preg_match('/./u', '') === false) {
H A Dsplit.phpt73 string(1) "u"
85 string(1) "u"
/PHP-7.0/ext/standard/
H A Dvar.c119 --myht->u.v.nApplyCount; in php_var_dump()
130 --myht->u.v.nApplyCount; in php_var_dump()
288 myht->u.v.nApplyCount--; in php_debug_zval_dump()
298 myht->u.v.nApplyCount--; in php_debug_zval_dump()
312 if (myht->u.v.nApplyCount > 1) { in php_debug_zval_dump()
316 myht->u.v.nApplyCount++; in php_debug_zval_dump()
326 myht->u.v.nApplyCount--; in php_debug_zval_dump()
488 myht->u.v.nApplyCount--; in php_var_export_ex()
502 myht->u.v.nApplyCount--; in php_var_export_ex()
519 myht->u.v.nApplyCount++; in php_var_export_ex()
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt288 [%u|b%"id"]=>
292 [%u|b%"label"]=>
306 [%u|b%"id"]=>
310 [%u|b%"label"]=>
315 [%u|b%"id"]=>
324 [%u|b%"id"]=>
335 [%u|b%"a"]=>
341 [%u|b%"c"]=>
345 [%u|b%"C"]=>
349 [%u|b%"d"]=>
[all …]
H A Dmysqli_fetch_array.phpt300 [%u|b%"id"]=>
304 [%u|b%"label"]=>
318 [%u|b%"id"]=>
322 [%u|b%"label"]=>
327 [%u|b%"id"]=>
336 [%u|b%"id"]=>
347 [%u|b%"a"]=>
353 [%u|b%"c"]=>
357 [%u|b%"C"]=>
361 [%u|b%"d"]=>
[all …]
H A Dmysqli_connect_oo_defaults.phpt161 [%u|b%"testing"]=>
165 [%u|b%"testing"]=>
169 [%u|b%"testing"]=>
173 [%u|b%"all_defaults"]=>
177 [%u|b%"all_defaults"]=>
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Drecmul.c182 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul() argument
194 _bc_simp_mul (u, ulen, v, vlen, prod, full_scale); in _bc_rec_mul()
204 u0 = new_sub_num (ulen,0, u->n_value); in _bc_rec_mul()
206 u1 = new_sub_num (ulen-n, 0, u->n_value); in _bc_rec_mul()
207 u0 = new_sub_num (n, 0, u->n_value+ulen-n); in _bc_rec_mul()
/PHP-7.0/tests/classes/
H A Dserialize_001.phpt57 [%u|b%"data"]=>
61 [%u|b%"data"]=>
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt23 foreach ($a as $u) {
24 $q = $db->quote($u);
26 var_dump($u);
/PHP-7.0/tests/lang/string/
H A Dunicode_escape_empty.phpt6 var_dump("\u{}");
H A Dunicode_escape_incomplete.phpt6 var_dump("\u{blah");
/PHP-7.0/ext/fileinfo/libmagic/
H A Delfclass.h30 u.l = 1;
32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];

Completed in 75 milliseconds

12345678910>>...19