Home
last modified time | relevance | path

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

12345678910

/PHP-5.4/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.4/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.4/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_variation2.phpt8 die('skip no /dev on Windows');
10 if (!file_exists("/dev/console")) {
11 die('skip /dev/console not available');
23 print( filetype("/dev/console") )."\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');
23 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-5.4/
H A Dbuildconf6 *-dev)
7 dev=1
10 dev=0
30 if test "$dev" = "0" -a "$devok" = "0"; then
H A Dconfig.guess133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
173 | grep __ELF__ >/dev/null
643 grep __LP64__ >/dev/null
1069 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1088 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1137 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1139 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1142 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1169 if uname -p 2>/dev/null >/dev/null ; then
1170 UNAME_MACHINE=`(uname -p) 2>/dev/null`
[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"
H A DMakefile.global20 -@$(LIBTOOL) --silent --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 |…
90 …INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/nu…
96 …ors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \
/PHP-5.4/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.4/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.4/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`
1228 ) 2>/dev/null`
1672 if [ -x /bin/sh ] 2>/dev/null; then
1716 rm -f $tmpfile >/dev/null 2>&1
1740 rm -f $tmpfile >/dev/null 2>&1
[all …]
H A Dbuild.mk49 rm -f $(SUBDIRS) 2>/dev/null || true; \
66 …(cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v config.nice | sed 's/[[:space:]]…
71 …(cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *…
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfsmagic.c58 # define major(dev) (((dev) >> 8) & 0xff) argument
59 # define minor(dev) ((dev) & 0xff) argument
/PHP-5.4/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.4/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-5.4/pear/
H A DMakefile.frag8 WGET = `which wget 2>/dev/null`
9 FETCH = `which fetch 2>/dev/null`
/PHP-5.4/scripts/
H A Dphpize.m443 prefix=`$PHP_CONFIG --prefix 2>/dev/null`
44 phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null`
45 INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
46 EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
47 PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null`

Completed in 49 milliseconds

12345678910