Home
last modified time | relevance | path

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

1234567891011

/PHP-5.6/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-5.6/ext/mbstring/libmbfl/tests/
H A Dstrwidth.c17 mbfl_memory_device dev; in main() local
40 mbfl_memory_device_init(&dev, 0, 4096); in main()
60 if (dev.pos >= dev.length) { in main()
61 if (dev.length + dev.allocsz < dev.length) { in main()
66 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, in main()
67 dev.allocsz); in main()
70 dev.buffer[dev.pos++] = (unsigned char)c; in main()
73 mbfl_memory_device_result(&dev, &string); in main()
H A Dconv_kana.c28 mbfl_memory_device dev; in main() local
106 mbfl_memory_device_init(&dev, 0, 4096); in main()
126 if (dev.pos >= dev.length) { in main()
127 if (dev.length + dev.allocsz < dev.length) { in main()
132 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, in main()
133 dev.allocsz); in main()
136 dev.buffer[dev.pos++] = (unsigned char)c; in main()
139 mbfl_memory_device_result(&dev, &string); in main()
H A Dconv_encoding.c29 mbfl_memory_device dev; in main() local
60 mbfl_memory_device_init(&dev, 0, 4096); in main()
80 if (dev.pos >= dev.length) { in main()
81 if (dev.length + dev.allocsz < dev.length) { in main()
86 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, in main()
87 dev.allocsz); in main()
90 dev.buffer[dev.pos++] = (unsigned char)c; in main()
93 mbfl_memory_device_result(&dev, &string); in main()
H A Dstrcut.c29 mbfl_memory_device dev; in main() local
69 mbfl_memory_device_init(&dev, 0, 4096); in main()
89 if (dev.pos >= dev.length) { in main()
90 if (dev.length + dev.allocsz < dev.length) { in main()
95 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, in main()
96 dev.allocsz); in main()
99 dev.buffer[dev.pos++] = (unsigned char)c; in main()
102 mbfl_memory_device_result(&dev, &string); in main()
H A Demoji.c33 mbfl_memory_device dev, dev2; in main() local
70 mbfl_memory_device_init(&dev, 0, 4096); in main()
72 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, dev.allocsz); in main()
74 strcpy(dev.buffer, str); in main()
75 dev.pos += strlen(str); in main()
77 mbfl_memory_device_result(&dev, &string); in main()
/PHP-5.6/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation9.phpt49 echo "lstat() returns lstat['dev'] as $s1[0]\n";
51 echo "\nlinkinfo() value matches lstat['dev']\n";
64 echo "lstat() returns lstat['dev'] as $s1[0]\n";
66 echo "\nlinkinfo() value matches lstat['dev']\n";
81 echo "lstat() returns lstat['dev'] as $s1[0]\n";
104 lstat() returns lstat['dev'] as %d
106 linkinfo() value matches lstat['dev']
111 lstat() returns lstat['dev'] as %d
113 linkinfo() value matches lstat['dev']
118 lstat() returns lstat['dev'] as %d
[all …]
H A Dfiletype_variation3.phpt8 die('skip no /dev on Windows');
10 if (!file_exists("/dev/ram0")) {
11 die('skip /dev/ram0 not available');
23 print( filetype("/dev/ram0") )."\n";
H A Dfiletype_variation2.phpt8 die('skip no /dev on Windows');
10 if (!file_exists("/dev/null")) {
11 die('skip /dev/null not available');
23 print( filetype("/dev/null") )."\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-5.6/
H A D.travis.yml10 - libgmp-dev
11 - libicu-dev
12 - libmcrypt-dev
13 - libtidy-dev
14 - libenchant-dev
15 - libaspell-dev
16 - libpspell-dev
17 - librecode-dev
H A Dbuildconf6 *-dev)
7 dev=1
10 dev=0
30 if test "$dev" = "0" -a "$devok" = "0"; then
H A Dconfig.guess354 grep IS_64BIT_ARCH >/dev/null
1051 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1070 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1122 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1124 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1127 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1133 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1135 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1137 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1164 if uname -p 2>/dev/null >/dev/null ; then
[all …]
H A Dphp5.spec.in39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
40 #test rpm -q solid-devel >&/dev/null && OPTIONS="$OPTIONS --with-solid=shared,/home/solid"
41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
/PHP-5.6/Zend/
H A Dbuildconf12 mv aclocal.m4 aclocal.m4.old 2>/dev/null
14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
25 mv configure configure.old 2>/dev/null
27 if cmp configure.old configure > /dev/null 2>&1; then
H A DZend.m4206 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
238 if echo "$target" | grep "darwin" > /dev/null; then
338 dnl test for memory allocation using mmap("/dev/zero")
339 AC_MSG_CHECKING(for memory allocation using mmap("/dev/zero"))
367 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
422 AC_MSG_CHECKING(whether /dev/urandom exists)
423 if test -r "/dev/urandom" && test -c "/dev/urandom"; then
424 AC_DEFINE([HAVE_DEV_URANDOM], 1, [Define if the target system has /dev/urandom device])
428 AC_MSG_CHECKING(whether /dev/arandom exists)
429 if test -r "/dev/arandom" && test -c "/dev/arandom"; then
[all …]
/PHP-5.6/TSRM/
H A Dbuildconf12 mv aclocal.m4 aclocal.m4.old 2>/dev/null
14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
25 mv configure configure.old 2>/dev/null
27 if cmp configure.old configure > /dev/null 2>&1; then
/PHP-5.6/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 …]
/PHP-5.6/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-5.6/ext/standard/tests/math/
H A Dpow-operator.phpt17 echo "On failure, please mail result to php-dev@lists.php.net\n";
21 On failure, please mail result to php-dev@lists.php.net
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-5.6/ext/fileinfo/libmagic/
H A Dfsmagic.c58 # define major(dev) (((dev) >> 8) & 0xff) argument
59 # define minor(dev) ((dev) & 0xff) argument
/PHP-5.6/ext/bcmath/libbcmath/
H A Dconfigure511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
675 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
715 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
728 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
741 if (automake --version) < /dev/null > /dev/null 2>&1; then
754 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
767 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1108 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1163 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1180 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
[all …]
/PHP-5.6/pear/
H A DMakefile.frag8 WGET = `which wget 2>/dev/null`
9 FETCH = `which fetch 2>/dev/null`

Completed in 64 milliseconds

1234567891011