/PHP-8.2/.github/actions/apt-x64/ |
H A D | action.yml | 18 libgmp-dev \ 19 libicu-dev \ 20 libtidy-dev \ 25 libxpm-dev \ 26 libzip-dev \ 28 libwebp-dev \ 29 libonig-dev \ 30 libkrb5-dev \ 35 libpq-dev \ 40 libmm-dev \ [all …]
|
/PHP-8.2/.github/actions/apt-x32/ |
H A D | action.yml | 21 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.2/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 60 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.2/ |
H A D | .travis.yml | 15 - 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 D | buildconf | 15 *-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/[a-z]* *$//')
|
/PHP-8.2/.circleci/ |
H A D | config.yml | 45 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.2/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation9.phpt | 13 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 D | filetype_variation2.phpt | 8 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 D | filetype_variation3.phpt | 8 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 D | bug24313.phpt | 6 die('skip "/dev" is not available'); 10 open_basedir=/dev 13 var_dump(file_exists("/dev/bogus_file_no_such_thing"));
|
H A D | fstat_variation8.phpt | 14 if ($isWin && ($key === 0 || $key === 6 || $key === 'dev' || $key === 'rdev')) { 15 // windows, dev and rdev will not match this is expected
|
/PHP-8.2/build/ |
H A D | shtool | 436 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 D | config.guess | 1201 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then 1220 elif /bin/uname -X 2>/dev/null >/dev/null ; then 1272 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 1274 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 1277 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 1283 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 1285 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 1287 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ 1314 if uname -p 2>/dev/null >/dev/null ; then 1405 if command -v xcode-select > /dev/null 2> /dev/null && \ [all …]
|
H A D | Makefile.global | 20 -@$(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.2/sapi/phpdbg/ |
H A D | phpdbg.init.d | 16 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.2/scripts/dev/ |
H A D | makedist | 57 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.2/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 65 # define major(dev) (((dev) >> 8) & 0xff) argument 66 # define minor(dev) ((dev) & 0xff) argument
|
/PHP-8.2/ext/standard/tests/file/windows_mb_path/ |
H A D | test_long_path_bug71103.phpt | 15 $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.2/.github/actions/verify-generated-files/ |
H A D | action.yml | 9 scripts/dev/credits 10 scripts/dev/genfiles
|
/PHP-8.2/sapi/fpm/ |
H A D | php-fpm.service.in | 23 # 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.2/pear/ |
H A D | Makefile.frag | 6 WGET = `which wget 2>/dev/null` 7 FETCH = `which fetch 2>/dev/null`
|
/PHP-8.2/ext/standard/tests/math/ |
H A D | log.phpt | 5 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.2/ext/opcache/jit/ |
H A D | Dockerfile.arm64.example | 9 libxml2-dev libsqlite3-dev
|
/PHP-8.2/sapi/apache2handler/ |
H A D | config.m4 | 13 $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.2/ext/spl/tests/ |
H A D | fixedarray_024.phpt | 2 SPL: FixedArray: Bug GH-8041 (php 8.2.0-dev crashes with assertion for cloning/get_object_vars on n…
|