Home
last modified time | relevance | path

Searched refs:scan (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation16.phpt11 /* Test fscanf() to scan resource type using different string format types */
151 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
154 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
H A Dfscanf_variation54.phpt11 /* Test fscanf() to scan a file to read objects */
H A Dfscanf.phpt92 Warning: fscanf(): Bad scan conversion character "." in %s on line %d
H A Dfscanf_variation52.phpt11 /* Test fscanf() to scan an empty file */
H A Dfscanf_variation55.phpt18 Test fscanf() to scan data using different format types and also
H A Dfscanf_variation51.phpt11 /* Test fscanf() to scan a file for read when file is opened inwrite only mode */
/PHP-7.4/Zend/tests/
H A Dwarning_during_heredoc_scan_ahead.phpt2 No warnings should be thrown during heredoc scan-ahead
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_bug73971.phpt2 Bug #73971 Filename got limited to MAX_PATH on Win32 when scan directory
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt24 Delivered-To: ezmlm-scan-internals@lists.php.net
66 string(34) "ezmlm-scan-internals@lists.php.net"
/PHP-7.4/azure/
H A Dconfigure.yml61 --with-config-file-scan-dir=/etc/php.d
H A Dmsan_job.yml54 --with-config-file-scan-dir=/etc/php.d
/PHP-7.4/Zend/
H A Dzend_gc.c934 gc_root_buffer *scan = GC_IDX2PTR(GC_G(first_unused) - 1); in gc_compact() local
939 while (free < scan) { in gc_compact()
943 while (GC_IS_UNUSED(scan->ref)) { in gc_compact()
944 scan--; in gc_compact()
946 if (scan > free) { in gc_compact()
947 p = scan->ref; in gc_compact()
953 scan--; in gc_compact()
954 if (scan <= end) { in gc_compact()
/PHP-7.4/ext/standard/
H A Dconfig.w3217 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
H A Durl_scanner_ex.re445 * we continue to scan the tag, otherwise we simply copy the complete
/PHP-7.4/azure/i386/
H A Djob.yml67 --with-config-file-scan-dir=/etc/php.d
/PHP-7.4/azure/macos/
H A Djob.yml70 --with-config-file-scan-dir=/etc/php.d
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re162 /* date parser's scan function too large for VC6 - VC7.x
167 static int scan(Scanner *s)
411 t = scan(&in);
H A Dparse_iso_intervals.c169 static int scan(Scanner *s) in scan() function
1016 t = scan(&in); in timelib_strtointerval()
H A Dparse_date.re880 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper)
1882 t = scan(&in, tz_get_wrapper);
H A Dparse_date.c882 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan() function
24990 t = scan(&in, tz_get_wrapper); in timelib_strtotime()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re44 static int scan(Scanner *s)
105 while((t = scan(&s)) != PDO_PARSER_EOI) {
/PHP-7.4/
H A Dconfigure.ac890 AC_MSG_CHECKING([where to scan for configuration files])
891 PHP_ARG_WITH([config-file-scan-dir],,
892 [AS_HELP_STRING([--with-config-file-scan-dir=PATH],
893 [Set the path where to scan for configuration files])],
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar559 function scan($testpath)
766 $files = $this->scan($testpath);
841 function scan($testpath)
/PHP-7.4/build/
H A Dltmain.sh2246 if test "$pass" = scan; then
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11405 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
11478 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
15453 #>>>>&488 ulelong x - scan offset 0x%8.8x
21937 # file of ePub or OpenDocument, we'll have to scan for a filename
21956 # header, we need to scan for the next header
21958 # now skip to the *third* local file header; again, we need to scan due to a

Completed in 139 milliseconds

1234