Home
last modified time | relevance | path

Searched refs:decoct (Results 1 – 19 of 19) sorted by relevance

/PHP-5.5/ext/standard/tests/math/
H A Ddecoct_error.phpt2 Test decoct() - error conditions
10 echo "*** Testing decoct() : error conditions ***\n";
13 decoct();
14 decoct(23,2,true);
19 *** Testing decoct() : error conditions ***
22 Warning: decoct() expects exactly 1 parameter, 0 given in %s on line %d
24 Warning: decoct() expects exactly 1 parameter, 3 given in %s on line %d
H A Ddecoct_basic.phpt2 Test decoct() - basic function test decoct()
21 $res = decoct($values[$i]);
H A Ddecoct_variation1.phpt2 Test decoct() function : usage variations - different data types as $number arg
11 /* Prototype : string decoct ( int $number )
16 echo "*** Testing decoct() : usage variations ***\n";
85 // loop through each element of $inputs to check the behaviour of decoct()
89 var_dump(decoct($input));
96 *** Testing decoct() : usage variations ***
H A Ddecoct_variation1_64bit.phpt2 Test decoct() function : usage variations - different data types as $number arg
11 /* Prototype : string decoct ( int $number )
16 echo "*** Testing decoct() : usage variations ***\n";
85 // loop through each element of $inputs to check the behaviour of decoct()
89 var_dump(decoct($input));
96 *** Testing decoct() : usage variations ***
H A Ddecoct_basiclong_64bit.phpt2 Test decoct function : 64bit long tests
24 var_dump(decoct($longVal));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite18.phar3 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
5 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
H A Dwrite18.phar.inc9 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
11 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc82 decoct($stat['mode']),
83 sprintf('%6s ',decoct($stat['uid'])),
84 sprintf('%6s ',decoct($stat['gid'])),
85 sprintf('%11s ',decoct($stat['size'])),
86 sprintf('%11s ',decoct($stat['mtime']))
108 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
H A Dcorrupt_tarmaker.php.inc89 decoct($stat['mode']),
90 sprintf('%6s ',decoct($stat['uid'])),
91 sprintf('%6s ',decoct($stat['gid'])),
92 sprintf('%11s ',decoct($stat['size'])),
93 sprintf('%11s ',decoct($stat['mtime']))
116 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
H A Dmake.dangerous.tar.php.inc84 sprintf('%6s ',decoct($stat['uid'])),
85 sprintf('%6s ',decoct($stat['gid'])),
86 sprintf('%11s ',decoct($stat['size'])),
87 sprintf('%11s ',decoct($stat['mtime']))
109 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
/PHP-5.5/ext/spl/tests/
H A DDirectoryIterator_getInode_basic.phpt21 var_dump(decoct($dirIterator->getInode()));
/PHP-5.5/ext/session/tests/
H A Dbug42596.phpt29 var_dump(decoct(fileperms($sessfile)));
/PHP-5.5/ext/standard/
H A Dphp_math.h60 PHP_FUNCTION(decoct);
H A Dmath.c1033 PHP_FUNCTION(decoct) in PHP_FUNCTION() argument
H A Dbasic_functions.c2934 PHP_FE(decoct, arginfo_decoct)
/PHP-5.5/ext/phar/tests/tar/
H A Dall.phpt38 var_dump((string) decoct(fileperms($pname2 . '/b')));
H A DallU.phpt38 var_dump((string) decoct(fileperms($pname2 . '/b')));
/PHP-5.5/ext/phar/tests/zip/
H A Dall.phpt41 var_dump((string) decoct(fileperms($pname2 . '/b')));
H A DallU.phpt41 var_dump((string) decoct(fileperms($pname2 . '/b')));

Completed in 86 milliseconds