Home
last modified time | relevance | path

Searched refs:q (Results 201 – 225 of 232) sorted by relevance

12345678910

/php-src/ext/phar/tests/files/
H A Dopenssl.phar293 ������������������� ���index.php���ׅX���E ٜ����������web.php���ׅX���q%�����������b/c.…
H A Dnophar.phar293 ������������������� ���index.php����X���E ٜ����������web.php����X���q%�����������b/…
/php-src/ext/phar/tests/cache_list/files/
H A Dopenssl.phar293 ������������������� ���index.php���ׅX���E ٜ����������web.php���ׅX���q%�����������b/c.…
/php-src/ext/fileinfo/libmagic/
H A Dfile.h191 uint64_t q; member
/php-src/ext/opcache/jit/ir/
H A Dir.c1254 ir_ref j, n, *p, *q, use; local
1259 for (j = 0, p = q = &ctx->use_edges[use_list->refs]; j < n; j++, p++) {
1264 if (p != q) {
1265 *q = use;
1267 q++;
1273 *q = IR_UNUSED;
1274 q++;
/php-src/build/
H A Dlibtool.m4450 for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
526 for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
534 if test "$prev" != 'sed 50q "[$]0"'; then
872 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
2594 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2600 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
3415 case `$CC -V 2>&1 | sed 5q` in
3968 case `$CC -V 2>&1 | sed 5q` in
4928 case `$CC -V 2>&1 | sed 5q` in
5193 case `$CC -V 2>&1 | sed 5q` in
[all …]
H A Dconfig.guess470 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
652 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
H A Dshtool1427 cpu_id=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c2477 zend_jit_trace_rec *q = p + 1; in zend_jit_trace_build_tssa() local
2479 q++; in zend_jit_trace_build_tssa()
2481 if (q->op == ZEND_JIT_TRACE_VM in zend_jit_trace_build_tssa()
2482 || (q->op == ZEND_JIT_TRACE_END in zend_jit_trace_build_tssa()
2484 const zend_op *opline = q->opline - 1; in zend_jit_trace_build_tssa()
6389 if (q->op != ZEND_JIT_TRACE_VM) { in zend_jit_trace()
6402 q++; in zend_jit_trace()
6907 zend_jit_trace_rec *q = p + 1; in zend_jit_trace() local
6908 while (q->op != ZEND_JIT_TRACE_VM && q->op != ZEND_JIT_TRACE_END) { in zend_jit_trace()
6909 q++; in zend_jit_trace()
[all …]
/php-src/sapi/fpm/
H A Dwww.conf.in336 ; %q: the query string
338 ; %r: the request URI (without the query string, see %q and %Q)
354 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"
/php-src/ext/standard/
H A Dvar_unserializer.re394 static inline zend_long parse_iv2(const unsigned char *p, const unsigned char **q)
418 if (q) {
419 *q = p;
H A Darray.c3648 zval *q = Z_ARRVAL_P(stack)->arPacked + k; local
3649 ZVAL_COPY_VALUE(q, val);
3661 zval *q = Z_ARRVAL_P(stack)->arPacked + k; local
3662 ZVAL_COPY_VALUE(q, val);
4903 static void array_bucketindex_swap(void *p, void *q) argument
4906 struct bucketindex *g = (struct bucketindex *)q;
5992 static void array_bucket_p_sawp(void *p, void *q) /* {{{ */ { argument
5995 Bucket **g = (Bucket **)q;
/php-src/Zend/
H A Dzend_hash.h294 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q);
295 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q);
296 ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *q);
H A Dzend_object_handlers.c1563 zval *q = &CE_STATIC_MEMBERS(class_type->parent)[i]; in zend_class_init_statics() local
1564 ZVAL_DEINDIRECT(q); in zend_class_init_statics()
1565 ZVAL_INDIRECT(&CE_STATIC_MEMBERS(class_type)[i], q); in zend_class_init_statics()
H A Dzend_vm_def.h9500 zval *p, *q; in ZEND_HASH_FILL_PACKED() local
9505 q = p; in ZEND_HASH_FILL_PACKED()
9507 ZVAL_DEREF(q); in ZEND_HASH_FILL_PACKED()
9508 if (Z_OPT_REFCOUNTED_P(q)) { in ZEND_HASH_FILL_PACKED()
9509 Z_ADDREF_P(q); in ZEND_HASH_FILL_PACKED()
9511 ZEND_HASH_FILL_SET(q); in ZEND_HASH_FILL_PACKED()
9527 q = p; in ZEND_HASH_FILL_PACKED()
9529 ZVAL_DEREF(q); in ZEND_HASH_FILL_PACKED()
9530 if (Z_OPT_REFCOUNTED_P(q)) { in ZEND_HASH_FILL_PACKED()
9531 Z_ADDREF_P(q); in ZEND_HASH_FILL_PACKED()
[all …]
/php-src/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt213 testValidString("\xFF\xE0", "\x1B\$B!q\x1B(B", 'UTF-16BE', $encoding, false);
/php-src/ext/mbstring/
H A Dmbstring.c2427 const unsigned char *p, *q, *end; in PHP_FUNCTION() local
2430 for (p = (const unsigned char*)string.val, q = p + from; p < q; p += (m = mbtab[*p])); in PHP_FUNCTION()
2431 if (p > q) { in PHP_FUNCTION()
2439 for (q = p + len; p < q; p += (m = mbtab[*p])); in PHP_FUNCTION()
2440 if (p > q) { in PHP_FUNCTION()
/php-src/ext/fileinfo/
H A Dlibmagic.patch829 q++;
832 - if (asprintf(&buf, "%.*s.mime%s", CAST(int, q - fn), fn, ext)
836 + spprintf(&buf, MAXPATHLEN, "%.*s.mime%s", CAST(int, q - fn), fn, ext);
848 - if (asprintf(&buf, "%.*s%s", CAST(int, q - fn), fn, ext) < 0)
850 + spprintf(&buf, MAXPATHLEN, "%.*s%s", CAST(int, q - fn), fn, ext);
3223 uint64_t l = m->value.q;
/php-src/docs/
H A Drelease-process.md214 && make test TEST_PHP_ARGS="-q -j$(nproc)" \
222 && make test TEST_PHP_ARGS="-q -j$(nproc)" \
518 && make test TEST_PHP_ARGS="-q -j$(nproc)" \
526 && make test TEST_PHP_ARGS="-q -j$(nproc)" \
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua379 b = 1, w = 2, d = 4, q = 8, o = 16, y = 32, t = 10,
384 b = "byte", w = "word", d = "dword", q = "qword", o = "oword", y = "yword",
H A Dminilua.c5391 StkId q;
5394 for(q=L->top;q>p;q--)setobj(L,q,q-1);
/php-src/ext/soap/
H A Dphp_sdl.c3379 sdl_cache_bucket *q; in get_sdl() local
3383 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(SOAP_GLOBAL(mem_cache), key, q) { in get_sdl()
3384 if (q->time < latest) { in get_sdl()
3385 latest = q->time; in get_sdl()
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h181 ZEND_ARG_TYPE_INFO(0, q, IS_STRING, 0)
/php-src/ext/intl/tests/
H A Dgrapheme.phpt374 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Opq", -1, "q" ),
1019 substring of "aa%CC%8Abco%CC%88Opq" from "-1" - grapheme_substr = q == q
H A Dgrapheme2.phpt374 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Opq", -1, "q" ),
1007 substring of "aa%CC%8Abco%CC%88Opq" from "-1" - grapheme_substr = q == q

Completed in 207 milliseconds

12345678910