| /PHP_5_4/TSRM/ |
| H A D | buildconf | 12 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 D | buildconf | 12 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 D | micro_bench.php | 169 define('TEST', null); 208 $x = $val ?: null; 223 $x = $f ? null : $val; 253 function end_test($start, $name, $overhead = null) 351 $t = end_test($t, '$x = $a ?: null', $overhead);
|
| H A D | zend_vm_gen.php | 526 if ($param == null) { 1068 $handler = null; 1069 $helper = null; 1104 $helper = null; 1120 $helpers[$helper] = array("op1"=>$op1,"op2"=>$op2,"param"=>null,"code"=>""); 1121 $handler = null; 1143 $handler = null; 1167 } else if ($handler !== null) { 1170 } else if ($helper !== null) { 1344 if ($h['param'] == null) { [all...] |
| /PHP_5_4/build/ |
| H A D | build.mk | 49 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:]]/ /g'` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \ 71 (cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \
|
| H A D | buildcheck.sh | 32 ac_version=`$PHP_AUTOCONF --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
|
| H A D | shtool | 65 if [ ".$ZSH_VERSION" != . ] && (emulate sh) >/dev/null 2>&1; then 70 elif [ ".$BASH_VERSION" != . ] && (set -o posix) >/dev/null 2>&1; then 435 rm -rf "$tmpdir" >/dev/null 2>&1 || true 436 mkdir "$tmpdir" >/dev/null 2>&1 462 rm -rf "$tmpdir" >/dev/null 2>&1 || true 493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $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` [all...] |
| /PHP_5_4/ |
| H A D | config.guess | 107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; 108 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; 110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then 133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then 137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTE [all...] |
| H A D | ltmain.sh | 50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 58 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 70 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then 176 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` 208 win32_fileres=`file -L $1 2>/dev/null` 214 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ 215 $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then 271 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then 319 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then 384 darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | [all...] |
| H A D | makedist | 41 if echo '\c' | grep -s c >/dev/null 2>&1
|
| H A D | run-tests.php | 143 $php = null; 144 $php_cgi = null; 159 $php_cgi = null; 402 system(getenv('CC') . " $flag >/dev/null 2>&1", $cc_status); 409 $ldd = shell_exec("ldd $php 2>/dev/null"); 416 $failed_tests_data .= "Bison:\n". shell_exec('bison --version 2>/dev/null') . "\n"; 425 $failed_tests_data .= shell_exec($php . ' -ddisplay_errors=stderr -dhtml_errors=0 -i 2> /dev/null'); 465 $html_file = null; 466 $temp_source = null; 467 $temp_target = null; [all...] |
| /PHP_5_4/ext/bcmath/libbcmath/ |
| H A D | configure | 410 exec 6>/dev/null 511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 513 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 572 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 618 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 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 [all...] |
| H A D | mkinstalldirs | 23 mkdir "$pathcomp" > /dev/null 2>&1 || lasterr=$?
|
| /PHP_5_4/ext/curl/tests/responder/ |
| H A D | get.php | 2 $test = isset($_GET['test']) ? $_GET['test'] : null;
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo.php | 25 $stmt = null;
|
| /PHP_5_4/ext/phar/ |
| H A D | shortarc.php | 8 Phar::webPhar(null, $web);
|
| /PHP_5_4/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 63 function getFileLink($file, $test = null, $line = null) 158 function fileCoverage($sqlite, $file, $test = null) 175 return $this->controller->getFileLink($name, null, $line); 528 function coveragePercentage($sourcefile, $testfile = null) 683 function render(AbstractSourceDecorator $decorator = null) 685 if ($decorator === null) { 810 function coveragePercentage($sourcefile, $testfile = null) 936 function __construct($path = ':memory:', $codepath = null, $testpath = null) [all...] |
| /PHP_5_4/ext/standard/html_tables/ |
| H A D | html_table_gen.php | 542 $col3[$l] = null;
|
| /PHP_5_4/pear/ |
| H A D | fetch.php | 10 static $filesize = null; 54 $copt = null;
|
| /PHP_5_4/scripts/dev/ |
| H A D | find_tested.php | 133 if ($extension != null) { 156 if ($extension != null) {
|
| /PHP_5_4/win32/build/ |
| H A D | phpize.js.in | 63 if (calls != null) {
84 var item = null;
129 var item = null;
185 argval = null;
188 if (argname == '--clean' && argval != null) {
|
| /PHP_5_4/ext/intl/doc/ |
| H A D | datefmt_api.php | 66 public function __construct($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pattern= null) {} 82 public static function create($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pattern= null) {} 89 * @return string a formatted string or, if an error occurred, 'null'. 181 * if null or the empty string, the default time zone for 262 function datefmt_create($locale, $datetype, $timetype, $timezone = null, $calendar= null , [all...] |
| H A D | formatter_api.php | 150 public function __construct($locale, $style, $pattern = null) {} 158 * This method is useful when you prefer just to get null on error, 168 public static function create($locale, $style, $pattern = null) {} 339 function numfmt_create($locale, $style, $pattern = null) {} 353 function numfmt_format($formatter, $number, $type = null) {}
|
| H A D | locale_api.php | 26 * * The null or empty string obtains the "root" locale. 45 const DEFAULT_LOCALE = null; 102 * or null in case of error. 111 * @return string the script subtag for the locale or null if not present 120 * @return string the region subtag for the locale or null if not present 130 * subtag for the locale or null if not present 149 * If is 'null' then the default locale is used. 153 public static function getDisplayName($locale, $in_locale = null) {} 161 * If is 'null' then the default locale is used. 165 public static function getDisplayLanguage($lang, $in_locale = null) {} [all...] |
| /PHP_5_4/ext/soap/interop/ |
| H A D | client_round2_params.php | 170 $soap_tests['base'][] = new SOAP_Test('echoString(null)', array('inputString' => NULL)); 171 $soap_tests['base'][] = new SOAP_Test('echoString(null)', array('inputString' => soap_value('inputString',NULL,XSD_STRING))); 203 // null array test 204 $soap_tests['base'][] = new SOAP_Test('echoStringArray(null)', array('inputStringArray' => NULL)); 205 $soap_tests['base'][] = new SOAP_Test('echoStringArray(null)', array('inputStringArray' => soap_value('inputStringArray',NULL,SOAP_ENC_ARRAY,"ArrayOfstring","http://soapinterop.org/xsd"))); 294 $soap_tests['base'][] = new SOAP_Test('echoDate', array('inputDate' => '2001-05-24T17:31:41Z'), null, 'date_compare'); 296 soap_value('inputDate','2001-05-24T17:31:41Z',XSD_DATETIME)), null, 'date_compare');
|