Home
last modified time | relevance | path

Searched refs:dev (Results 76 – 100 of 131) sorted by relevance

123456

/PHP-7.2/ext/pdo_dblib/tests/
H A Dconfig.inc30 if (!strstartswith($version, 'freetds v1.1.dev.')) {
/PHP-7.2/ext/opcache/tests/
H A Dphp_cli_server.inc26 $cmd = "exec {$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS . " 2>/dev/null";
/PHP-7.2/ext/standard/tests/file/
H A Dcopy_variation18.phpt36 $stat_keys_to_compare = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dlstat_stat_variation2.phpt41 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dlstat_stat_variation3.phpt45 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic-win32-mb.phpt49 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic-win32.phpt49 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic.phpt50 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-7.2/ext/phar/tests/
H A Dstat.phpt104 ["dev"]=>
159 ["dev"]=>
/PHP-7.2/
H A Dltmain.sh58 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
208 win32_fileres=`file -L $1 2>/dev/null`
214 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
384 darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
891 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
2948 if grep "^installed=no" $deplib > /dev/null; then
5544 done | sort | sort -uc >/dev/null 2>&1); then
5813 $echo "X$nonopt" | grep shtool > /dev/null; then
6578 if (test -L "$file") >/dev/null 2>&1 \
6579 || (test -h "$file") >/dev/null 2>&1 \
[all …]
H A Dmakedist49 if echo '\c' | grep -s c >/dev/null 2>&1
H A DREADME.SUBMITTING_PATCH20 on the EFNet network and #winphp-dev on FreeNode.
99 and discuss it on the development mail list pecl-dev@lists.php.net.
111 the patch or pointer to the bug to pecl-dev@lists.php.net. Also CC
H A DREADME.PARAMETER_PARSING_API107 and their types (it can be found in ./scripts/dev/ directory of PHP sources):
109 # php ./scripts/dev/check_parameters.php /path/to/your/sources/
H A DREADME.RELEASE_PROCESS63 3. run the "scripts/dev/credits" script in php-src and commit the changes in the
84 F.e. if the RC is "5.4.1RC1" then the new one should be "5.4.2-dev" - regardless if we get
96 13. run ``scripts/dev/gen_verify_stub <version> [identity]``, this will sign the tarballs
176 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
/PHP-7.2/ext/curl/tests/
H A Dserver.inc35 $cmd .= " 2>/dev/null";
/PHP-7.2/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt9 error_log = /dev/null
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server.inc38 $cmd .= " 2>/dev/null";
/PHP-7.2/ext/curl/
H A Dconfig.m470 if ${CURL_DIR}/bin/curl-config --libs > /dev/null 2>&1; then
73 if ${CURL_DIR}/curl-config --libs > /dev/null 2>&1; then
/PHP-7.2/ext/opcache/
H A Dconfig.m4153 AC_MSG_CHECKING(for mmap() using /dev/zero shared memory support)
173 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
204 AC_DEFINE(HAVE_SHM_MMAP_ZERO, 1, [Define if you have mmap("/dev/zero") SHM support])
/PHP-7.2/TSRM/
H A Dtsrm.m49 if eval $cmd 2>&1 | egrep -e $1 >/dev/null ; then
/PHP-7.2/ext/pdo_oci/
H A Dconfig.m411 PHP_PDO_OCI_TAIL1=`echo a | tail -n1 2>/dev/null`
21 …PDO_OCI_LCS=`ls $PDO_OCI_LCS_BASE.*.1 2> /dev/null | $PHP_PDO_OCI_TAIL1` # Oracle 10g, 11g, 12c e…
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY338 2006/10/18: [dev] add tool/19.
693 2005/07/11: [bug] (thanks nobu) [ruby-dev:26505]
766 2005/03/08: [impl] (thanks matz) [ruby-dev:25783]
782 2005/03/01: [bug] (thanks matz) [ruby-dev:25778]
802 2005/02/12: [bug] (thanks nobu) [ruby-dev:25676]
1098 2004/06/17: [bug] (thanks nobu) [ruby-dev:23703]
1237 2004/03/08: [bug] (thanks eban) [ruby-dev:23172]
1291 [ruby-dev:20224] etc...
1997 2002/12/10: [bug] [ruby-dev:19042] (thanks Nobu)
1999 2002/11/30: [bug] [ruby-dev:18966] (thanks Nobu)
[all …]
/PHP-7.2/ext/imap/
H A Dconfig.m4202 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1
204 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
/PHP-7.2/ext/pdo_pgsql/
H A Dconfig.m472 grep openssl $PGSQL_INCLUDE/libpq-fe.h >/dev/null 2>&1
/PHP-7.2/ext/mysqli/
H A Dconfig.m469 if test -x "$MYSQL_CONFIG" && $MYSQL_CONFIG $MYSQL_LIB_CFG > /dev/null 2>&1; then

Completed in 67 milliseconds

123456