Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 25 of 118) sorted by relevance

12345

/PHP-8.3/.github/actions/apt-x64/
H A Daction.yml31 libgmp-dev \
32 libicu-dev \
33 libtidy-dev \
36 libbz2-dev \
39 libxpm-dev \
40 libzip-dev \
42 libwebp-dev \
43 libonig-dev \
49 libpq-dev \
54 libmm-dev \
[all …]
/PHP-8.3/.github/actions/apt-x32/
H A Daction.yml21 libbz2-dev:i386 \
24 libffi-dev:i386 \
26 libgmp-dev:i386 \
28 libicu-dev:i386 \
29 libjpeg-dev:i386 \
30 libkrb5-dev:i386 \
31 libonig-dev:i386 \
32 libpng-dev:i386 \
33 libpq-dev:i386 \
39 libssl-dev:i386 \
[all …]
/PHP-8.3/ext/standard/tests/versioning/
H A Dversion_compare.phpt60 1.0-dev = 1.0-dev
110 1.0-dev lt 1.0-dev : false
111 1.0-dev < 1.0-dev : false
112 1.0-dev le 1.0-dev : true
113 1.0-dev <= 1.0-dev : true
114 1.0-dev gt 1.0-dev : false
116 1.0-dev ge 1.0-dev : true
117 1.0-dev >= 1.0-dev : true
118 1.0-dev eq 1.0-dev : true
119 1.0-dev = 1.0-dev : true
[all …]
/PHP-8.3/
H A D.travis.yml15 - libaspell-dev
16 - libbz2-dev
20 - libgmp-dev
21 - libicu-dev
22 - libjpeg-dev
23 - libkrb5-dev
24 - libonig-dev
25 - libpng-dev
26 - libpq-dev
34 - libxpm-dev
[all …]
H A Dbuildconf15 *-dev*)
16 dev=1
19 dev=0
66 if test "$dev" = "0" && test "$force" = "0"; then
84 ac_version=$($PHP_AUTOCONF --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//' -e 's/[^0-9.]*$//')
/PHP-8.3/.circleci/
H A Dconfig.yml45 libgmp-dev \
46 libicu-dev \
47 libtidy-dev \
52 libxpm-dev \
53 libzip-dev \
54 libbz2-dev \
56 libwebp-dev \
63 libpq-dev \
68 libmm-dev \
82 libdb-dev \
[all …]
/PHP-8.3/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation9.phpt13 Check linkinfo() value with lstat['dev']
33 // confirming that linkinfo() = lstat['dev'] , this should always match
39 echo "\nlinkinfo() value matches lstat['dev']\n";
41 echo "\nWarning: linkinfo() value doesn't match lstat['dev']\n";
54 echo "\nlinkinfo() value matches lstat['dev']\n";
56 echo "\nWarning: linkinfo() value doesn't match lstat['dev']\n";
71 echo "\nlinkinfo() value matches lstat['dev']\n";
73 echo "\nWarning: linkinfo() value doesn't match lstat['dev']\n";
97 linkinfo() value matches lstat['dev']
103 linkinfo() value matches lstat['dev']
[all …]
H A Dfiletype_variation2.phpt8 die('skip no /dev on Windows');
10 if (!file_exists("/dev/null")) {
11 die('skip /dev/null not available');
17 print( filetype("/dev/null") )."\n";
H A Dfiletype_variation3.phpt8 die('skip no /dev on Windows');
10 if (!file_exists("/dev/ram0")) {
11 die('skip /dev/ram0 not available');
17 print( filetype("/dev/ram0") )."\n";
H A Dbug24313.phpt6 die('skip "/dev" is not available');
10 open_basedir=/dev
13 var_dump(file_exists("/dev/bogus_file_no_such_thing"));
H A Dfstat_variation8.phpt14 if ($isWin && ($key === 0 || $key === 6 || $key === 'dev' || $key === 'rdev')) {
15 // windows, dev and rdev will not match this is expected
/PHP-8.3/build/
H A Dshtool436 mkdir "$tmpdir" >/dev/null 2>&1
505 … term_bold=`awk 'BEGIN { printf("%c%c%c%c", 27, 91, 49, 109); }' </dev/null 2>/dev/null`
506 term_norm=`awk 'BEGIN { printf("%c%c%c", 27, 91, 109); }' </dev/null 2>/dev/null`
509 … term_bold=`awk 'BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); }' </dev/null 2>/dev/null`
510 … term_norm=`awk 'BEGIN { printf("%c%c%c%c%c", 27, 91, 109, 0, 0); }' </dev/null 2>/dev/null`
726 time_year=`date '+%Y' 2>/dev/null`
1235 ) 2>/dev/null`
1679 if [ -x /bin/sh ] 2>/dev/null; then
1723 rm -f $tmpfile >/dev/null 2>&1
1747 rm -f $tmpfile >/dev/null 2>&1
[all …]
H A Dconfig.guess1221 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1240 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1292 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1294 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1297 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1303 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1305 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1307 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1334 if uname -p 2>/dev/null >/dev/null ; then
1428 if command -v xcode-select > /dev/null 2> /dev/null && \
[all …]
H A DMakefile.global20 -@$(LIBTOOL) --silent --tag=CC --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
46 @rm -f modules/*.la >/dev/null 2>&1
69 …cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null |…
93 …INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/nu…
99 …ors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.init.d16 PHPDBG=$(which phpdbg 2>/dev/null)
32 PHPDBG=$(which phpdbg 2>>/dev/null)
60 nohup ${PHPDBG} -l${STDIN}/${STDOUT} ${OPTIONS} 2>>${LOGFILE} 1>/dev/null </dev/null &
/PHP-8.3/scripts/dev/
H A Dmakedist57 scripts/dev/makedist
60 scripts/dev/makedist PHP-7.4
63 scripts/dev/makedist php-7.4.0
66 scripts/dev/makedist php-7.4.0RC1
69 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0
146 ./scripts/dev/genfiles
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfsmagic.c65 # define major(dev) (((dev) >> 8) & 0xff) argument
66 # define minor(dev) ((dev) & 0xff) argument
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug71103.phpt15 $d = $base . '\\dev\\http\\tproj\\app\\cache\\dev_old\\annotations\\72';
48 string(%d) "%s\dev\http\tproj\app\cache\dev_old\annotations\72\5b53796d666f6e795c42756e646c655c5477…
56 string(%d) "%s\dev\http\tproj\app\cache\dev_old\annotations\72\5b53796d666f6e795c42756e646c655c5477…
/PHP-8.3/.github/actions/verify-generated-files/
H A Daction.yml9 scripts/dev/credits
10 scripts/dev/genfiles
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.service.in23 # Sets up a new /dev namespace for the executed processes and only adds API pseudo devices
24 # such as /dev/null, /dev/zero or /dev/random (as well as the pseudo TTY subsystem) to it,
25 # but no physical devices such as /dev/sda.
/PHP-8.3/pear/
H A DMakefile.frag6 WGET = `which wget 2>/dev/null`
7 FETCH = `which fetch 2>/dev/null`
/PHP-8.3/ext/standard/tests/math/
H A Dlog.phpt5 echo "On failure, please mail result to php-dev@lists.php.net\n";
32 On failure, please mail result to php-dev@lists.php.net
/PHP-8.3/ext/opcache/jit/
H A DDockerfile.arm64.example9 libxml2-dev libsqlite3-dev
/PHP-8.3/sapi/apache2handler/
H A Dconfig.m413 $APXS -q CFLAGS >/dev/null 2>&1
21 $APXS -q CFLAGS >/dev/null 2>&1
44 APR_CONFIG=`$APXS -q APR_CONFIG 2>/dev/null ||
46 APU_CONFIG=`$APXS -q APU_CONFIG 2>/dev/null ||
117 APACHE_THREADED_MPM=`$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes'`
/PHP-8.3/ext/spl/tests/
H A Dfixedarray_024.phpt2 SPL: FixedArray: Bug GH-8041 (php 8.2.0-dev crashes with assertion for cloning/get_object_vars on n…

Completed in 56 milliseconds

12345