Home
last modified time | relevance | path

Searched refs:q (Results 76 – 100 of 198) sorted by last modified time

12345678

/PHP-7.4/ext/mysqli/
H A Dmysqli_mysqlnd.h43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/PHP-7.4/ext/intl/tests/
H A Dlocale_accept.phpt17 'en-us,en;q=0.5',
18 'da, en-gb;q=0.8, en;q=0.7',
19 'zh, en-us;q=0.8, en;q=0.7',
20 'xx, fr-FR;q=0.3, de-DE;q=0.5',
41 Accepting en-us,en;q=0.5: en_US
42 Accepting da, en-gb;q=0.8, en;q=0.7: da
43 Accepting zh, en-us;q=0.8, en;q=0.7: zh
44 Accepting xx, fr-FR;q=0.3, de-DE;q=0.5: de_DE
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c353 static void collator_sortkey_swap(collator_sort_key_index_t *p, collator_sort_key_index_t *q) /* {{… in collator_sortkey_swap() argument
357 *p = *q; in collator_sortkey_swap()
358 *q = t; in collator_sortkey_swap()
/PHP-7.4/ext/gd/
H A Dgd_ctx.c89 int q = -1, i; in _php_image_output_ctx() local
127 q = quality; /* or colorindex for foreground of BW images (defaults to black) */ in _php_image_output_ctx()
180 (*func_p)(im, ctx, q); in _php_image_output_ctx()
183 if (q == -1) { in _php_image_output_ctx()
184 q = 80; in _php_image_output_ctx()
186 (*func_p)(im, ctx, q); in _php_image_output_ctx()
189 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
197 q = i; in _php_image_output_ctx()
200 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
202 (*func_p)(im, q, ctx); in _php_image_output_ctx()
/PHP-7.4/ext/dba/tests/
H A Ddba011.phpt15 var_dump(dba_open($db_file, 'q', $handler));
33 Warning: dba_open(%stest0.dbm,q): Illegal DBA mode in %sdba011.php on line %d
/PHP-7.4/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%%q %%a", $t));
18 var_dump(strftime("%q", $t));
25 var_dump(gmstrftime("%%q %%a", $t));
26 var_dump(gmstrftime("%q", $t));
37 string(5) "%q %a"
46 string(5) "%q %a"
H A D009_win32.phpt23 var_dump(strftime("%%q %%a", $t));
33 var_dump(gmstrftime("%%q %%a", $t));
46 string(5) "%q %a"
53 string(5) "%q %a"
/PHP-7.4/Zend/
H A Dzend_hash.h264 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q);
265 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q);
266 ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *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/win32/build/
H A DMakefile.phpize25 -rd /s /q $(BUILD_DIR)\pecl
30 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
31 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
/PHP-7.4/tests/lang/
H A D023.phpt199 $q=3<br>
200 $q=4<br>
202 $q=3<br>
203 $q=4<br>
215 $q=3<br>
216 $q=4<br>
218 $q=3<br>
219 $q=4<br>
231 $q=3<br>
232 $q=4<br>
[all …]
H A D024.phpt329 for ($q=0; $q<=10; $q++) {
336 echo " \$q=$q\n";
542 $q=3
543 $q=4
545 $q=3
546 $q=4
558 $q=3
559 $q=4
561 $q=3
562 $q=4
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt8 q
H A Dbug73704.phpt8 q
H A Dbug76801.phpt5 q
H A Dbug78297.phpt5 q
H A Ddelimiter.phpt4 ev 1 + 3 # ev 2 ** 3#q
H A Dexceptions_001.phpt8 q
H A Dexceptions_002.phpt8 q
H A Dexceptions_003.phpt11 q
H A Dgenerator_run.phpt5 q
H A Dinclude_once_001.phpt5 q
H A Dinfo_001.phpt19 q
H A Dnext_001.phpt9 q
/PHP-7.4/sapi/phpdbg/tests/bug73615/
H A D.phpdbginit2 q

Completed in 50 milliseconds

12345678