Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 1859) sorted by path

12345678910>>...75

/PHP-5.5/
H A DMakefile.global20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
46 @rm -f modules/*.la >/dev/null 2>&1
69 …_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \
90 …ILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \
96 …ors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \
H A DNEWS94 . Fixed bug #72114 (Integer underflow / arbitrary null write in
438 filename starts with null). (CVE-2015-4021) (Stas)
1675 . Fixed handling null bytes in subjectAltName (CVE-2013-4248).
2905 member of a null object). (Laruence)
2929 set to null). (Anatoliy)
3569 member of a null object). (Laruence)
3577 set to null). (Anatoliy)
4374 null default value). (Gustavo, Stas)
6987 - Fixed bug #43533 (escapeshellarg('') returns null). (Ilia)
9418 null default values). (Tony)
[all …]
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, int)
67 s - string (with possible null bytes) and its length (char*, int)
136 /* Gets an object or null, and an array.
137 If null is passed for object, obj will be set to NULL. */
146 /* Gets a separated array which can also be null. */
H A DREADME.REDIST.BINS65 in the public domain is deemed null and void, then the software is
/PHP-5.5/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
H A Dtsrm.m48 if eval $cmd 2>&1 | egrep -e $1 >/dev/null ; then
/PHP-5.5/Zend/
H A DZEND_CHANGES714 function my_function(&$var = null) {
715 if ($var === null) {
H A DZend.m4206 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
238 if echo "$target" | grep "darwin" > /dev/null; then
H A Dacinclude.m415 …bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's…
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 Dmicro_bench.php169 define('TEST', null);
208 $x = $val ?: null;
223 $x = $f ? null : $val;
253 function end_test($start, $name, $overhead = null)
/PHP-5.5/Zend/tests/
H A D019.phpt42 "null",
H A Dbug31098.phpt26 echo $simpleString->wrong === null?"ok\n":"bug\n";
H A Dbug32252.phpt17 return null;
H A Dbug32322.phpt9 private static $instance = null;
20 if ( self::$instance == null )
31 static $instance2 = null;
32 if ( $instance2 == null )
53 $getCopyofSingleton = null;
55 $getCopyofSingleton = null;
59 $getCopyofSingleton2 = null;
61 $getCopyofSingleton2 = null;
H A Dbug32799.phpt18 $p=null; //destroy the object by a new assignment (segfault)
H A Dbug35163.phpt10 $a[0] = null;
11 $a = null;
H A Dbug35163_2.phpt11 $a[0] = null;
12 $a = null;
H A Dbug35163_3.phpt11 $a->b = null;
12 $a = null;
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
20 $this->son = null;
H A Dbug38220.phpt36 // $drv->obj = null;
46 private static $drv = null;
H A Dbug40833.phpt35 $this->entity->whatever = null;
41 // $this->entity->{$this->name} = null;
H A Dbug42143.phpt12 var_dump(deg2rad(-5.6) == null);
H A Dbug42817.phpt5 $a = clone(null);
H A Dbug43201.phpt7 return null;

Completed in 74 milliseconds

12345678910>>...75