Home
last modified time | relevance | path

Searched refs:null (Results 101 – 125 of 1738) sorted by relevance

12345678910>>...70

/PHP-5.3/ext/standard/tests/array/
H A Darray_product_variation1.phpt20 "resource" => $fp, "object" => new A(), "null" => null,
52 null
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
/PHP-5.3/ext/oci8/tests/
H A Dfetch_assoc.phpt13 "insert into fetch_assoc_tab values (1,1,null)",
14 "insert into fetch_assoc_tab values (1,1,null)",
15 "insert into fetch_assoc_tab values (1,1,null)"
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.3/ext/soap/tests/bugs/
H A Dbug31755.phpt7 $client=new SOAPClient(null, array('location' => 'http://localhost',
10 $header = new SOAPHeader(null, 'foo', 'bar');
12 $response= $client->__call('function', array(), null, $header);
/PHP-5.3/ext/json/tests/
H A Dpass001.phpt23 null,
44 \"null\": null,
106 null,
127 "null": null,
223 ["null"]=>
361 ["null"]=>
432null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"_empty_":0,"z…
434null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,…
503 ["null"]=>
641 ["null"]=>
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("blah" => null));
/PHP-5.3/ext/phar/tests/files/
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-5.3/tests/lang/
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
9 $this = null;
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt243 func_mysqli_fetch_array($link, $engine, "BINARY(1)", "a", "a", 630, null, true);
246 func_mysqli_fetch_array($link, $engine, "BINARY(1)", NULL, NULL, 660, null, true);
248 func_mysqli_fetch_array($link, $engine, "VARBINARY(1)", "a", "a", 670, null, true);
253 func_mysqli_fetch_array($link, $engine, "TINYBLOB", "a", "a", 710, null, true);
256 func_mysqli_fetch_array($link, $engine, "TINYBLOB", NULL, NULL, 740, null, true);
262 func_mysqli_fetch_array($link, $engine, "BLOB", "a", "a", 780, null, true);
264 func_mysqli_fetch_array($link, $engine, "BLOB", NULL, NULL, 790, null, true);
270 func_mysqli_fetch_array($link, $engine, "MEDIUMBLOB", "a", "a", 830, null, true);
278 func_mysqli_fetch_array($link, $engine, "LONGBLOB", "a", "a", 890, null, true);
280 func_mysqli_fetch_array($link, $engine, "LONGBLOB", NULL, NULL, 910, null, true);
[all …]
/PHP-5.3/ext/mssql/
H A Dconfig.w3222 EXTENSION("dblib", "php_mssql.c", null, null, null, "ext\\dblib");
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt9 C $c = null,
12 $f = null,
14 array $h = null) {}
/PHP-5.3/Zend/tests/
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
15 //$undefined = null; // defined variable does not cause problems
/PHP-5.3/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.3/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.3/ext/ldap/tests/
H A Dldap_parse_result_error.phpt11 var_dump(ldap_parse_result(null, null));
/PHP-5.3/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
/PHP-5.3/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.3/ext/intl/tests/
H A Dcollator_compare.phpt73 array( 'ac' , null ),
78 array( null , null )
93 array( 'а', null )
/PHP-5.3/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.3/ext/posix/tests/
H A Dposix_mkfifo_wrongparams.phpt14 posix_mkfifo(null);
15 var_dump(posix_mkfifo(null, 0644));
/PHP-5.3/ext/phar/tests/tar/files/
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));

Completed in 34 milliseconds

12345678910>>...70