Home
last modified time | relevance | path

Searched refs:NULL (Results 3651 – 3675 of 3811) sorted by relevance

1...<<141142143144145146147148149150>>...153

/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation32.phpt31 "NULL",
H A Dsprintf_variation44.phpt38 "NULL",
H A Dsprintf_variation44_64bit.phpt34 "NULL",
H A Dstrripos_variation2.phpt32 NULL,
H A Dstrcmp.phpt14 array("1", "0", 0, "-1", -1, NULL, "", TRUE, FALSE, "string"),
109 var_dump(strcmp($str, NULL));
131 var_dump(strcmp("\x00", NULL));
132 var_dump(strcmp("\000", NULL));
595 NULL
/PHP-5.3/ext/xml/tests/
H A Dbug32001b.phpt56 $parser = xml_parser_create(NULL);
/PHP-5.3/ext/dba/libcdb/
H A Dcdb_make.c68 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Fseek failed"); in cdb_make_start()
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_open.c61 static const char *mbfl_encoding_sjis_open_aliases[] = {"SJIS-open", "SJIS-ms", NULL};
/PHP-5.3/ext/iconv/tests/
H A Diconv_strpos_variation3.phpt64 /*10*/ NULL,
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_int.phpt85 array(NULL),
112 "NULL",
H A Dis_int_64bit.phpt87 array(NULL),
114 "NULL",
/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_in.c101 gdIOCtx *in = gdNewSSCtx(inSource, NULL); in gdImageCreateFromGifSource()
353 char *tmp = NULL; in GetDataBlock()
/PHP-5.3/ext/standard/tests/array/
H A Dsizeof_variation4.phpt40 // NULL values
41 /* 11 */ NULL,
H A Darsort_variation2.phpt41 /*7*/ NULL,
H A Dasort_variation2.phpt41 /*7*/ NULL,
H A Dkrsort_variation2.phpt40 /*7*/ NULL,
H A Dksort_variation2.phpt40 /*7*/ NULL,
/PHP-5.3/Zend/
H A DOBJECTS2_HOWTO57 Otherwise this handler should be NULL and the engine will use
66 referencing for your objects, you can set this handler to NULL.
/PHP-5.3/ext/standard/tests/file/
H A Dfputcsv_variation2.phpt2 Test fputcsv() : usage variations - with delimiter as NULL
10 /* Testing fputcsv() to write to a file when delimiter is NULL */
12 echo "*** Testing fputcsv() : with delimiter as NULL ***\n";
58 var_dump( fputcsv($file_handle, $csv_field, NULL, $enclosure) );
76 *** Testing fputcsv() : with delimiter as NULL ***
H A Dfputcsv_variation3.phpt2 Test fputcsv() : usage variations - with enclosure as NULL
10 /* Testing fputcsv() to write to a file when enclosure is NULL */
12 echo "*** Testing fputcsv() : with enclosure as NULL ***\n";
58 var_dump( fputcsv($file_handle, $csv_field, $delimiter, NULL) );
76 *** Testing fputcsv() : with enclosure as NULL ***
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt61 …exec_and_count(3, $db, sprintf('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, col1 CHAR(10)) ENGI…
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt28 var_dump($st->fetchAll(PDO::FETCH_FUNC, NULL));
/PHP-5.3/ext/mbstring/tests/
H A Dmb_internal_encoding_variation1.phpt60 /*10*/ NULL,
H A Dmb_strripos_variation3_Bug45923.phpt64 /*10*/ NULL,
/PHP-5.3/ext/soap/tests/
H A Dsetheaders.phpt7 $client = new SoapClient(NULL, array("location"=>"test://","uri"=>"test://",

Completed in 191 milliseconds

1...<<141142143144145146147148149150>>...153