Home
last modified time | relevance | path

Searched refs:null (Results 151 – 175 of 1859) sorted by relevance

12345678910>>...75

/PHP-5.5/Zend/tests/
H A Dsettype_null.phpt2 casting different variables to null using settype()
33 settype($var, "null");
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.w327 …EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_THREADS…
21 …l", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/I" + configure_module_dirname, null
/PHP-5.5/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt18 new CallbackFilterIterator(null);
24 new CallbackFilterIterator(new ArrayIterator(array()), null);
46 Argument 1 passed to CallbackFilterIterator::__construct() must implement interface Iterator, null
/PHP-5.5/ext/intl/tests/
H A Dcollator_compare.phpt74 array( 'ac' , null ),
79 array( null , null )
94 array( 'а', null )
H A Dcollator_compare_variant2.phpt74 array( 'ac' , null ),
79 array( null , null )
94 array( 'а', null )
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc16 function http_server($socket_string, array $files, &$output = null) {
25 if ($output === null) {
53 list($r, $w, $e) = array(array($sock), null, null);
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_variation3.phpt12 * integer, float, string, bool, null, empty & mixed
45 // null values
46 array(null, NULL),
55 /*8*/ array(16, 8.345, "Fruits", true, null, FALSE, -98, 0.005, 'banana')
H A Dbug43495.phpt14 $a["key1"]["key2"]["key3"] = null;
15 $b["key1"]["key2"]["key3"] = null;
H A Darray_walk_recursive_variation3.phpt12 * integer, float, string, bool, null, empty & mixed
45 // null values
46 array( array(null), array(NULL)),
55 /*8*/ array(16, 8.345, array("Fruits"), array(true, null), array(FALSE), array(-98, 0.005, 'banana…
/PHP-5.5/
H A Dphp5.spec.in39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
40 #test rpm -q solid-devel >&/dev/null && OPTIONS="$OPTIONS --with-solid=shared,/home/solid"
41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
/PHP-5.5/tests/classes/
H A Dtype_hinting_004.phpt16 function f2(A $a = null) {
24 call_user_func('f2', null);
36 static function f2(A $a = null) {
49 call_user_func(array('C', 'f2'), null);
61 function f2(A $a = null) {
75 call_user_func(array($d, 'f2'), null);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt68 // null data
70 'lowercase null' => null,
148 Error: 2 - call_user_func_array() expects parameter 2 to be array, null given, %s(%d)
151 --lowercase null--
152 Error: 2 - call_user_func_array() expects parameter 2 to be array, null given, %s(%d)
204 Error: 2 - call_user_func_array() expects parameter 2 to be array, null given, %s(%d)
208 Error: 2 - call_user_func_array() expects parameter 2 to be array, null given, %s(%d)
/PHP-5.5/ext/sockets/tests/
H A Dsocket_select-wrongparams-1-win32.phpt17 $write = null;
18 $except = null;
H A Dsocket_select-wrongparams-4.phpt20 $write = null;
21 $except = null;
/PHP-5.5/ext/date/tests/
H A Ddate_interval_create_from_date_string_nullparam.phpt2 Test date_interval_create_from_date_string() function : null parameter
7 $i = date_interval_create_from_date_string(null); //returns a empty object
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt17 var_dump(file_get_contents("http://checkip.dyndns.com",null,null,8000,1));
H A Dparse_ini_file_variation2.phpt26 value1=null
39 value1="null"
106 string(4) "null"
/PHP-5.5/ext/ldap/tests/
H A Dldap_errno_error.phpt14 var_dump(ldap_errno(null, null));
H A Dldap_error_error.phpt14 var_dump(ldap_error(null, null));
/PHP-5.5/ext/oci8/tests/
H A Dextauth_04.phpt15 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
24 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
33 $c = oci_pconnect('/', '', 'anything', null, OCI_CRED_EXT);
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt2 Read $ownerElement with null parent.
16 $root = null;
/PHP-5.5/ext/sysvmsg/tests/
H A D005.phpt8 $tests = array(null, 'foo');
12 if ($q === null) {
29 var_dump(msg_receive($q, 0, $null, 1, $msg, true, 0, $errno));
32 var_dump(msg_receive($q, 0, $null, 0, $msg));
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc_nullparam.phpt2 Check XSLTProcessor::transformToDoc() with null parameter
51 echo $proc->transformToDoc(null);
54 Warning: XSLTProcessor::transformToDoc() expects parameter 1 to be object, null given in %s on line…
H A Dxsltprocessor_transformToXML_nullparam.phpt2 Check XSLTProcessor::transformToXml() with null parameter
51 echo $proc->transformToXML(null);
54 Warning: XSLTProcessor::transformToXml() expects parameter 1 to be object, null given in %s on line…
/PHP-5.5/ext/json/tests/
H A Dfail001.phpt28 '{"Missing colon" null}',
29 '{"Double colon":: null}',
30 '{"Comma instead of colon", null}',
136 Testing: {"Missing colon" null}
141 Testing: {"Double colon":: null}
146 Testing: {"Comma instead of colon", null}

Completed in 26 milliseconds

12345678910>>...75