Home
last modified time | relevance | path

Searched refs:dev (Results 101 – 122 of 122) sorted by relevance

12345

/PHP-7.3/Zend/
H A Dacinclude.m418 …bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's…
/PHP-7.3/ext/session/tests/
H A Dsave_handler.inc136 // e.g. hash('sha2', random_bytes(64)) or use /dev/urandom
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.conf.in115 ; - /dev/poll (Solaris >= 7)
H A Dconfig.m4416 AC_MSG_CHECKING([for /dev/poll])
430 AC_DEFINE([HAVE_DEVPOLL], 1, [do we have /dev/poll?])
H A Dwww.conf.in376 ; stderr will be redirected to /dev/null according to FastCGI specs.
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_basic7.phpt4 sendmail_path=tee mailBasic.out >/dev/null
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic.out >/dev/null
/PHP-7.3/ext/mbstring/
H A Dmbstring.c4863 mbfl_wchar_device dev; in php_mb_ord() local
4867 mbfl_wchar_device_init(&dev); in php_mb_ord()
4870 mbfl_wchar_device_output, 0, &dev); in php_mb_ord()
4879 if (dev.pos < 1 || filter->num_illegalchar || dev.buffer[0] >= MBFL_WCSGROUP_UCS4MAX) { in php_mb_ord()
4881 mbfl_wchar_device_clear(&dev); in php_mb_ord()
4885 cp = dev.buffer[0]; in php_mb_ord()
4887 mbfl_wchar_device_clear(&dev); in php_mb_ord()
/PHP-7.3/ext/standard/tests/file/
H A Dfile.inc539 $string_keys = array("dev", "ino", "mode", "nlink", "uid", "gid",
589 "dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-7.3/ext/mbstring/oniguruma/
H A DINSTALL339 traditionally 'config.cache'. FILE defaults to '/dev/null' to
350 suppress all normal output, redirect it to '/dev/null' (any error
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc226 $apiver = `pear -q info PHP_Archive 2>/dev/null|grep 'API Version'`;
232 $phpdir = `pear config-get php_dir 2>/dev/null`;
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE495 ('g' and 'G' options are argued in ruby-dev ML)
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c2818 char perm[5], dev[6], name[MAXPATHLEN]; in accel_move_code_to_huge_pages() local
2821 ret = fscanf(f, "%lx-%lx %4s %lx %5s %ld %s\n", &start, &end, perm, &offset, dev, &inode, name); in accel_move_code_to_huge_pages()
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc337 "killit () { kill \$child 2> /dev/null; }; " .
/PHP-7.3/main/streams/
H A Duserspace.c856 STAT_PROP_ENTRY(dev); in statbuf_from_array()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1791 - tty = open("/dev/tty", O_RDWR); \
2468 # define minor(dev) ((dev) & 0xff)
3626 - inname == NULL ? "/dev/stdin" : inname);
/PHP-7.3/ext/standard/tests/misc/
H A Duser_agents.txt51 Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev
H A Dget_browser_variation3.phpt115 Agent Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev
H A Dbrowscap.ini279 [YahooSeeker/CafeKelsa-dev (compatible; Konqueror/3.2; FreeBSD*) (KHTML, like Gecko)]
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic6062 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
6088 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
6106 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
19097 !:ext sys/dev/bin
23674 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
H A Dmagic私はガラスを食べられます6062 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
6088 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
6106 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
19097 !:ext sys/dev/bin
23674 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c33613 dev_t dev; /* Device number */
33904 fileId.dev = statbuf.st_dev;
38274 while( pInode && (pInode->fileId.dev!=sStat.st_dev

Completed in 680 milliseconds

12345