Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/odbc/
H A Dconfig.m416 ac_solid_uname_r=`uname -r 2>/dev/null`
17 ac_solid_uname_s=`uname -s 2>/dev/null`
23 if ldd -v /bin/sh | grep GLIBC > /dev/null; then
/PHP-7.2/
H A Dacinclude.m465 if test -z "$1" || echo "$1" | grep '^/' >/dev/null ; then
146 $EGREP $pattern'.*include/php' $srcdir/configure|$SED 's/.*>//'|xargs touch 2>/dev/null
339 if eval $cmd 2>&1 | $EGREP -e $1 >/dev/null ; then
1541 os=`uname -sr 2>/dev/null`
1585 (getconf $ac_lfsvar) >/dev/null 2>&1 || { ac_result=no; break; }
1683 os=`uname -sr 2>/dev/null`
2079 if ! $AWK 'function foo() {}' >/dev/null 2>&1 ; then
2128 flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
2168 re2c_vernum=`$RE2C --vernum 2>/dev/null`
2172 php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
[all …]
H A Dconfigure.ac111 PHP_EXTRA_VERSION="-dev"
138 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
573 if test "`uname -s 2>/dev/null`" != "QNX"; then
826 ltp_version_vars=`$LTP -v 2>/dev/null | $SED -e 's/^.* //' -e 's/\./ /g' | tr -d a-z`
1015 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1300 PHP_BUILD_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d 2>/dev/null`
1572 dnl mv -f main/internal_functions.c main/internal_functions.c.old 2>/dev/null
H A DINSTALL832 ones like php7-cgi, php7-cli and php7-dev. Determine which are needed
H A DNEWS2245 . Fixed bug #74105 (PHP on Linux should use /dev/urandom when getrandom is
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.conf.in97 ; - /dev/poll (Solaris >= 7)
H A Dconfig.m4423 AC_MSG_CHECKING([for /dev/poll])
438 AC_DEFINE([HAVE_DEVPOLL], 1, [do we have /dev/poll?])
H A Dwww.conf.in368 ; stderr will be redirected to /dev/null according to FastCGI specs.
/PHP-7.2/ext/
H A Dext_skel81 if echo '\c' | grep -s c >/dev/null 2>&1
/PHP-7.2/Zend/
H A Dacinclude.m420 …bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's…
/PHP-7.2/ext/session/tests/
H A Dsave_handler.inc136 // e.g. hash('sha2', random_bytes(64)) or use /dev/urandom
/PHP-7.2/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.2/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.2/ext/mbstring/oniguruma/
H A DINSTALL341 traditionally `config.cache'. FILE defaults to `/dev/null' to
352 suppress all normal output, redirect it to `/dev/null' (any error
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE336 ('g' and 'G' options are argued in ruby-dev ML)
/PHP-7.2/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.2/ext/opcache/
H A DZendAccelerator.c2643 char perm[5], dev[6], name[MAXPATHLEN]; in accel_move_code_to_huge_pages() local
2646 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.2/ext/fileinfo/
H A Dlibmagic.patch1191 - tty = open("/dev/tty", O_RDWR); \
1639 # define minor(dev) ((dev) & 0xff)
2772 - inname == NULL ? "/dev/stdin" : inname);
/PHP-7.2/main/streams/
H A Duserspace.c860 STAT_PROP_ENTRY(dev); in statbuf_from_array()
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc337 "killit () { kill \$child 2> /dev/null; }; " .
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja78 phpj-dev@kage.net
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME21 pcre-dev@exim.org. You can access the archives and subscribe or manage your
24 https://lists.exim.org/mailman/listinfo/pcre-dev
/PHP-7.2/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
/PHP-7.2/win32/
H A Dinstall.txt169 +--dev

Completed in 119 milliseconds

123456