Home
last modified time | relevance | path

Searched refs:NULL (Results 3601 – 3625 of 3811) sorted by relevance

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

/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation37.phpt17 array(NULL),
H A Dsprintf_variation6.phpt20 array(NULL),
H A Dstripos_variation1.phpt32 NULL,
H A Dstrrchr_variation1.phpt32 NULL,
H A Dstrrpos_variation14.phpt63 NULL,
H A Dstrrpos_variation9.phpt65 NULL,
H A Dstripos_variation10.phpt69 NULL,
/PHP-5.3/ext/standard/tests/array/
H A Drange_errors.phpt32 $step_arr = array( "string", NULL, FALSE, "", "\0" );
H A Darray_rand_variation4.phpt41 "NULL" => 'key5', "\n" => 'newline as key',
H A Darray_fill_variation5.phpt34 array( NULL => "Hi", '1' => "Hello" , "1" => "Green"),
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt64 /*10*/ NULL,
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp66 UChar *stringVal = NULL; in umsg_format_helper()
/PHP-5.3/ext/curl/tests/
H A Dcurl_version_variation1.phpt69 NULL,
/PHP-5.3/ext/standard/tests/file/
H A Dfputcsv_variation4.phpt2 Test fputcsv() : usage variations - with delimiter and enclosure as NULL
10 /* Testing fputcsv() to write to a file when delimiter and enclosure is NULL */
12 echo "*** Testing fputcsv() : with delimiter and enclosure as NULL ***\n";
58 var_dump( fputcsv($file_handle, $csv_field, NULL, NULL) );
76 *** Testing fputcsv() : with delimiter and enclosure as NULL ***
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt38 $db1 = NULL; /* should be equal to closing to my understanding */
/PHP-5.3/ext/standard/
H A Dphp_string.h155 # define php_mblen(ptr, len) ((ptr) == NULL ? mbsinit(&BG(mblen_state)): (int)mbrlen(ptr, len, &BG…
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp51932.c63 static const char *mbfl_encoding_cp51932_aliases[] = {"cp51932", NULL};
H A Dmbfilter_tl_jisx0201_jisx0208.c287 if (filt->flush_function != NULL) { in mbfl_filt_tl_jisx0201_jisx0208_flush()
/PHP-5.3/ext/mbstring/tests/
H A Dmb_convert_encoding_variation1.phpt63 /*10*/ NULL,
/PHP-5.3/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_005w.phpt16 $struct = new SOAPList('arg1',1,new SOAPList('arg2',2,new SOAPList('arg3',3,NULL)));
H A Dr3_groupE_list_006w.phpt16 $struct = new SOAPList('arg1',1,new SOAPList('arg2',2,new SOAPList('arg3',3,NULL)));
/PHP-5.3/ext/posix/tests/
H A Dposix_kill_variation1.phpt42 NULL,
H A Dposix_kill_variation2.phpt42 NULL,
H A Dposix_strerror_variation1.phpt41 NULL,
/PHP-5.3/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…

Completed in 32 milliseconds

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