Home
last modified time | relevance | path

Searched refs:u (Results 151 – 175 of 285) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/intl/tests/locale/
H A Dbug72809.phpt10 Locale::lookup(['en', 'en-US'], 'en-US-u-cu-EUR-tz-deber-fw-mon', true),
/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_variation4.phpt20 "t e s t i n g u c w o r d s ",
50 "/test/r\test\\ucwords\t\y\y\\u\3 \yy\ /uu/",
122 string(37) "/test/r Est\ucwords \y\y\u \yy\ /uu/"
H A Dfprintf_variation_006.phpt21 fprintf( $fp, "%u", $unsig_num );
H A Dfprintf_variation_006_64bit.phpt21 fprintf( $fp, "%u", $unsig_num );
H A Dwordwrap_variation5.phpt58 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
H A Dstripslashes_variation2.phpt43 "don't disturb u'r neighbours",
44 "don't disturb u'r neighbours''",
124 string(30) "don\'t disturb u\'r neighbours"
126 string(28) "don't disturb u'r neighbours"
130 string(34) "don\'t disturb u\'r neighbours\'\'"
132 string(30) "don't disturb u'r neighbours''"
H A Dcrc32_basic.phpt27 printf("%u\n", crc32($str) );
H A Dhtmlspecialchars.phpt24 var_dump( htmlspecialchars("<br>Testing<p>New file.</p><p><br>File <b><i><u>WORKS!!!</i></u></b></p…
314 … file.&lt;/p&gt;&lt;p&gt;&lt;br&gt;File &lt;b&gt;&lt;i&gt;&lt;u&gt;WORKS!!!&lt;/i&gt;&lt;/u&gt;&lt…
H A Dstrrev_variation1.phpt54 "/test/r\test\strrev\t\\u /uu/",
154 string(26) "/uu/ u\ verrts\tse r/tset/"
H A Dstrrev_variation2.phpt54 '/test/r\test\strrev\t\u /uu/',
148 string(28) "/uu/ u\t\verrts\tset\r/tset/"
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_4.phpt34 "insert into imp_res_get_4_tab_2 values ('u')",
128 u
135 u
H A Dimp_res_cursor.phpt34 "insert into imp_res_cursor_tab_2 values ('u')",
98 u
H A Dimp_res_3.phpt122 u
161 u
200 u
239 u
278 u
317 u
356 u
395 u
434 u
473 u
[all …]
H A Dimp_res_get_cursor.phpt34 "insert into imp_res_get_cursor_tab_2 values ('u')",
99 u
H A Dimp_res_get_2.phpt34 "insert into imp_res_get_2_tab_2 values ('u')",
105 u
/PHP-7.4/ext/intl/tests/
H A Dbug74298.phpt7 var_dump((new \DateTime('2017-01-01 01:02:03.123456'))->format('Y-m-d\TH:i:s.u'));
H A Dlocale_set_default.phpt60 'en-US-u-islamCal',
128 en-US-u-islamCal: set locale 'en-US-u-islamCal'
/PHP-7.4/ext/standard/tests/array/
H A Dbug24220.phpt58 string(1) "u"
/PHP-7.4/main/
H A Dmergesort.c336 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
341 u = t - size; in insertionsort()
342 if (cmp(u, t) <= 0) in insertionsort()
344 swap(u, t); in insertionsort()
/PHP-7.4/ext/soap/
H A Dphp_schema.c1021 newModel->u.content = emalloc(sizeof(HashTable)); in schema_all()
1577 newModel->u.element = newType; in schema_element()
2190 efree(model->u.group_ref); in schema_content_model_fixup()
2192 model->u.group = tmp; in schema_content_model_fixup()
2216 ZEND_HASH_FOREACH_PTR(model->u.content, tmp) { in schema_content_model_fixup()
2330 zend_hash_destroy(tmp->u.content); in delete_model()
2331 efree(tmp->u.content); in delete_model()
2334 efree(tmp->u.group_ref); in delete_model()
2351 zend_hash_destroy(tmp->u.content); in delete_model_persistent_int()
2352 free(tmp->u.content); in delete_model_persistent_int()
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace2.phpt5 if (@preg_match('/./u', '') === false) {
H A Dbug79241.phpt12 $pattern = '/\b/u';
/PHP-7.4/sapi/cli/
H A Dconfig.m436 …$\$2 == \"B\")) && (substr(\$\$3,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIB…
38 …$\$2 == \"B\")) && (substr(\$\$3,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIB…
/PHP-7.4/azure/i386/
H A Djob.yml85 #sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
86 #sudo -u postgres psql -c "CREATE DATABASE test;"
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1 diff -u libmagic.orig/apprentice.c libmagic/apprentice.c
826 + file_error(ms, 0, "Inconsistent entries in `%s' %u != %u",
1063 diff -u libmagic.orig/cdf.c libmagic/cdf.c
1090 -#define CDF_CALLOC(n, u) cdf_calloc(__FILE__, __LINE__, (n), (u))
1098 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1108 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1118 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %"
1119 - SIZE_T_FORMAT "u\n", file, line, __func__, n, u));
1120 - return calloc(n, u);
1124 +#define CDF_CALLOC(n, u) ecalloc(n, u)
[all …]

Completed in 39 milliseconds

12345678910>>...12