Home
last modified time | relevance | path

Searched refs:used (Results 551 – 569 of 569) sorted by relevance

1...<<212223

/PHP-7.3/ext/standard/tests/file/
H A Dreadfile_basic-win32.phpt14 // common file used
H A Dreadfile_basic.phpt14 // common file used
H A Dunlink_variation5.phpt19 // temp file used
/PHP-7.3/sapi/fpm/tests/
H A Dfcgi.inc179 * @param bool $b true if persistent socket should be used, false otherwise
/PHP-7.3/ext/standard/tests/general_functions/
H A Dprint_r.phpt292 /* closing resource handle used */
H A Dprint_r_64bit.phpt296 /* closing resource handle used */
H A Dvar_dump.phpt289 /* closing resource handle used */
H A Dvar_dump_64bit.phpt289 /* closing resource handle used */
/PHP-7.3/ext/standard/tests/strings/
H A Dstr_repeat.phpt38 values are used as string to be repeated as well as multiplier */
H A Dstr_replace.phpt104 string is used for the rest of replacement values */
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch360 +/* XXX disabling default magic loading so the compiled in data is used */
419 * Shows sorted patterns list in the order which is used for the matching
1802 - * The following python code is not really used because ZLIBSUPPORT is only
2409 -// this mode allows only the necessary syscalls used during normal operation
2725 + /* stat is used, if it made here then the link is broken */
/PHP-7.3/ext/standard/
H A Dvar_unserializer.re71 /* VAR_FLAG used in var_dtor entries to signify an entry on which __wakeup should be called */
/PHP-7.3/ext/oci8/tests/
H A Dbug43492.phpt42 global $s; // (*) Allow parent statement to be available when child is used
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c233 buf->used = 0; in bbuf_init()
260 to->used = from->used; in bbuf_clone()
261 xmemcpy(to->p, from->p, from->used); in bbuf_clone()
H A Dregexec.c1516 int used; in stack_double() local
1555 used = (int )(stk - stk_base); in stack_double()
1559 *arg_stk = *arg_stk_base + used; in stack_double()
H A Dregcomp.c954 len = (size_t )mbuf->used; in set_multi_byte_cclass()
7200 for (i = 0; i < bbuf->used; i++) { in print_indent_tree()
/PHP-7.3/
H A Dltmain.sh2302 $echo "*** that it is just a static archive that I should not used here."
/PHP-7.3/ext/standard/tests/misc/
H A Dbrowscap.ini5208 …AutoDownloader; created by Tom Kelleher Consulting, Inc. (tkelleher.com); used with special permis…
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c26576 void(*xCallback)(void *pArg, sqlite3_int64 used,int N),

Completed in 604 milliseconds

1...<<212223