Home
last modified time | relevance | path

Searched refs:q (Results 101 – 125 of 198) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace.phpt23 var_dump( str_replace("q", "q", "q", $count) );
106 array("q", "q"),
112 array("q", "q"),
158 array("q", "q", "c"),
165 array("q", "q", "c"),
172 var_dump(str_replace("a", array("q", "q", "c"), array("aaa", "bbb"), $count));
246 string(1) "q"
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re84 char *q;
89 for (q = key; *q; q++) {
90 *q = tolower(*q);
92 keylen = q - key;
136 char *q;
138 for (q = key; *q; q++) {
139 *q = tolower(*q);
141 keylen = q - key;
182 #define YYLIMIT q
332 #define YYMARKER q
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt8 q
H A Dbreakpoints_003.phpt11 q
H A Dbreakpoints_004.phpt10 q
H A Dfinish_leave_001.phpt12 q
H A Dbreakpoints_009.phpt10 q
H A Dwatch_002.phpt18 q
H A Dbreakpoints_002.phpt11 q
H A Dwatch_003.phpt19 q
H A Dexceptions_001.phpt8 q
H A Dexceptions_003.phpt11 q
H A Dclean_001.phpt16 q
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_error.phpt29 function callback2($p, $q) {
30 return $p * $q;
H A Dbug24220.phpt50 string(1) "q"
/PHP-7.4/sapi/cgi/tests/
H A Dapache_request_headers.phpt25 passthru("$php -n -q $file");
H A Dapache_response_headers.phpt31 passthru( "$php -n -q " . escapeshellarg( $test_file ) );
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1090 DO_CVT(q, uint64_t); in cvt_64()
1253 p->q = BE64(p); in mconvert()
1258 p->q = LE64(p); in mconvert()
1555 off = SEXT(sgn,8,q->b); in mget()
1560 off = SEXT(sgn,16,q->h); in mget()
1565 off = SEXT(sgn,16,BE16(q)); in mget()
1570 off = SEXT(sgn,16,LE16(q)); in mget()
1575 off = SEXT(sgn,32,q->l); in mget()
1581 off = SEXT(sgn,32,BE32(q)); in mget()
1965 uint64_t l = m->value.q; in magiccheck()
[all …]
H A Dcdf.c859 const uint8_t *q; in cdf_get_property_info_pos() local
872 if (q < p) { in cdf_get_property_info_pos()
873 DPRINTF(("Wrapped around %p < %p\n", q, p)); in cdf_get_property_info_pos()
877 if (q >= e) { in cdf_get_property_info_pos()
881 return q; in cdf_get_property_info_pos()
944 const uint8_t *p, *q, *e; in cdf_read_property_info() local
984 left = CAST(size_t, e - q); in cdf_read_property_info()
989 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
997 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
1050 l = CDF_GETUINT32(q, slen); in cdf_read_property_info()
[all …]
/PHP-7.4/ext/standard/tests/math/
H A Dhexdec.phpt12 var_dump(hexdec("12345q"));
/PHP-7.4/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-7.4/azure/macos/
H A Dtest.yml12 /usr/local/bin/php run-tests.php -P -q \
/PHP-7.4/win32/
H A Dglob.c522 compare(const void *p, const void *q) in compare() argument
524 return(strcmp(*(char **)p, *(char **)q)); in compare()
557 Char *p, *q; local
585 q = pathend;
590 if (q+1 > pathend_last)
592 *q++ = *p++;
596 pathend = q;
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1452 if (*q-- == '.') { in php_cli_server_request_translate_vpath()
1461 if (*q == '/') { in php_cli_server_request_translate_vpath()
1462 *q = '\\'; in php_cli_server_request_translate_vpath()
1464 } while (q-- > p); in php_cli_server_request_translate_vpath()
1468 q = p; in php_cli_server_request_translate_vpath()
1469 while (q > buf) { in php_cli_server_request_translate_vpath()
1480 q += l; in php_cli_server_request_translate_vpath()
1497 *q = DEFAULT_SLASH; in php_cli_server_request_translate_vpath()
1499 while (q > buf && *(--q) != DEFAULT_SLASH); in php_cli_server_request_translate_vpath()
1500 prev_path_len = p - q; in php_cli_server_request_translate_vpath()
[all …]
/PHP-7.4/azure/i386/
H A Dtest.yml16 php run-tests.php -P -q \

Completed in 43 milliseconds

12345678