Home
last modified time | relevance | path

Searched refs:null (Results 176 – 200 of 1738) sorted by relevance

12345678910>>...70

/PHP-5.3/sapi/nsapi/
H A Dconfig.w326 ARG_WITH('nsapi-includes', 'Where to find NSAPI headers', null);
7 ARG_WITH('nsapi-libs', 'Where to find NSAPI libraries', null);
/PHP-5.3/ext/standard/tests/file/
H A Dmkdir_variation1-win32.phpt57 // null data
59 'lowercase null' => null,
99 --lowercase null--
H A Dmkdir_variation1.phpt57 // null data
59 'lowercase null' => null,
98 --lowercase null--
H A Drmdir_variation1.phpt58 // null data
60 'lowercase null' => null,
96 --lowercase null--
H A Drmdir_variation1-win32.phpt57 // null data
59 'lowercase null' => null,
96 --lowercase null--
/PHP-5.3/ext/intl/doc/
H A Dformatter_api.php150 public function __construct($locale, $style, $pattern = null) {}
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) {}
/PHP-5.3/ext/standard/tests/array/
H A Darray_pad_variation6.phpt67 // associative array, containing null/empty/boolean values as key/value
68 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
71 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
72 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
501 string(4) "null"
504 ["null"]=>
521 string(4) "null"
524 ["null"]=>
H A Darray_merge_variation10.phpt19 $arr3 = array ('null', 'eins', 'zwei');
56 string(4) "null"
69 $arr3: 0 => null
H A Darray_key_exists_variation6.phpt21 $array = array ('null' => null,
40 $search = null;
49 -- Key in $search array is : null --
H A Darray_shift_variation2.phpt57 // null data
58 /*3*/ 'null' => array(
60 null,
149 -- Iteration 3: null data --
H A Darray_filter_variation3.phpt34 array(null, NULL), // null values
36 …array("one" => 1, null => 'null', 5.2 => "float", true => 1, "" => 'empty'), // associative array…
H A Darray_values_variation2.phpt56 // null data
57 /*3*/ 'null' => array(
59 null,
149 -- Iteration 3: null data --
/PHP-5.3/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.3/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt2 Test if bindtextdomain() returns string id if no directory path is set(if directory path is 'null')
16 bindtextdomain('messages',null);
/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_array.phpt235 func_mysql_fetch_array($link, $engine, "BINARY(1)", "a", "a", 630, null , true);
237 func_mysql_fetch_array($link, $engine, "BINARY(1)", NULL, NULL, 660, null , true);
239 func_mysql_fetch_array($link, $engine, "VARBINARY(1)", "a", "a", 670, null , true);
243 func_mysql_fetch_array($link, $engine, "TINYBLOB", "a", "a", 710, null , true);
245 func_mysql_fetch_array($link, $engine, "TINYBLOB", NULL, NULL, 740, null , true);
251 func_mysql_fetch_array($link, $engine, "BLOB", "a", "a", 780, null , true);
252 func_mysql_fetch_array($link, $engine, "BLOB", NULL, NULL, 790, null , true);
257 func_mysql_fetch_array($link, $engine, "MEDIUMBLOB", "a", "a", 830, null , true);
258 func_mysql_fetch_array($link, $engine, "MEDIUMBLOB", NULL, NULL, 850, null , true);
263 func_mysql_fetch_array($link, $engine, "LONGBLOB", "a", "a", 890, null , true);
[all …]
/PHP-5.3/ext/reflection/tests/
H A D004.phpt2 ReflectionMethod::invoke() with non object or null value
19 $m->invoke(null);
H A DReflectionClass_isIterateable_001.phpt40 var_dump($rc->isIterateable(null));
41 var_dump($rc->isIterateable(null, null));
46 var_dump($rc->isIterateable(null));
/PHP-5.3/ext/gd/tests/
H A Dimagecolorallocatealpha_error1.phpt16 imagecolorallocatealpha(null, 255, 255, 255, 50);
25 Warning: imagecolorallocatealpha() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.3/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation3.phpt27 'lowercase null' => null
H A Dfloatval_variation1.phpt34 "null" => null,
102 -- Iteration : null --
152 -- Iteration : null --
/PHP-5.3/build/
H A Dbuild.mk50 rm -f $(SUBDIRS) 2>/dev/null || true; \
67 …(cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v config.nice | sed 's/[[:space:]]…
72 …(cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *…
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_error.phpt32 $errno = null;
33 $errstr = null;
41 $errno = null;
42 $errstr = null;
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
39 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n";
53 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n";
87 Testing pgsqlCopyToArray() with different field separator and not null indicator
118 Testing pgsqlCopyToFile() with different field separator and not null indicator
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strtolower_variation2.phpt61 // null data
63 null,
161 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
166 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
213 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
218 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
H A Dmb_strtoupper_variation2.phpt61 // null data
63 null,
162 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d
167 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d
214 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d
219 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d

Completed in 72 milliseconds

12345678910>>...70