Home
last modified time | relevance | path

Searched refs:null (Results 126 – 150 of 1859) sorted by relevance

12345678910>>...75

/PHP-5.5/ext/standard/tests/array/
H A Darray_filter_variation8.phpt17 $input = array(0, 1, -1, 10, 100, 1000, 'Hello', null, true);
44 // null as return value
47 return null;
49 echo "callback function with null return value\n";
127 callback function with null return value
H A Darray_combine_variation3.phpt65 // associative array, containing null/empty/boolean values as key/value
66 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
69 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
70 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
234 ["null"]=>
235 string(4) "null"
H A Darray_intersect_variation4.phpt54 '', null => "null", '' => 'emptys'
75 // associative array, containing null/empty/boolean values as key/value
76 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
79 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
80 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
/PHP-5.5/ext/oci8/tests/
H A Dbind_empty.phpt21 $name = null;
43 $name = null;
70 $s = oci_parse($c, "begin :bv := null; end; ");
78 $av = $bv = null;
79 $s = oci_parse($c, "begin :bv := null; end; ");
/PHP-5.5/ext/mssql/
H A Dconfig.w3222 EXTENSION("dblib", "php_mssql.c", null, null, null, "ext\\dblib");
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt9 C $c = null,
12 $f = null,
14 array $h = null) {}
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_005s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
11 new SoapVar(34, XSD_INT, null, null, "varInt"),
12 new SoapVar(325.325, XSD_FLOAT, null, null, "varFloat"),
/PHP-5.5/ext/ldap/tests/
H A Dldap_parse_result_error.phpt11 var_dump(ldap_parse_result(null, null));
/PHP-5.5/ext/date/tests/
H A Ddate_timestamp_set_nullparam2.phpt2 Test the function date_timestamp_set() with second null parameter.
14 var_dump(date_timestamp_set($dtms021, null));
/PHP-5.5/ext/standard/tests/general_functions/
H A D010.phpt9 function __call($name=null, $args=null) {
H A Dphp_uname_variation1.phpt37 // null data
39 "null" => null,
92 -- Iterator null --
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("blah" => null));
/PHP-5.5/ext/sockets/tests/
H A Dsocket_accept-wrongparams.phpt10 var_dump(socket_accept(null));
15 Warning: socket_accept() expects parameter 1 to be resource, null given in %s on line %d
H A Dsocket_select.phpt18 $write = null;
19 $except = null;
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug50285.phpt33 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
47 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
61 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
75 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_getcontent_error4.phpt53 Warning: curl_setopt() expects parameter 1 to be resource, null given in %s on line %d
57 Warning: curl_setopt() expects parameter 1 to be resource, null given in %s on line %d
61 Warning: curl_multi_add_handle() expects parameter 2 to be resource, null given in %s on line %d
65 Warning: curl_multi_getcontent() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_error002.phpt15 var_dump(file_get_contents("http://checkip.dyndns.com",null,null,0,-1));
/PHP-5.5/ext/posix/tests/
H A Dposix_mkfifo_wrongparams.phpt14 posix_mkfifo(null);
15 var_dump(posix_mkfifo(null, 0644));
/PHP-5.5/ext/phar/tests/tar/files/
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
H A Dcorrupt_count1.php.inc4 $a->addFile('hi', null, 'hii');
5 $a->addFile('hi2', null, 'hii2');
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation15.phpt26 /* null heardoc string */
42 'null',
188 string(4) "null"
190 string(4) "null"
192 string(5) " null"
193 string(5) "null "
194 string(5) " null"
196 null"
197 string(4) "null"
198 string(30) " null"
/PHP-5.5/Zend/tests/
H A Dbug60611.phpt17 $cls->{null}();
23 Cls::{null}();
H A Dgc_028.phpt10 if ($this->bar !== null) {
18 if ($this->foo !== null) {

Completed in 61 milliseconds

12345678910>>...75