Home
last modified time | relevance | path

Searched refs:null (Results 326 – 350 of 1859) sorted by path

1...<<11121314151617181920>>...75

/PHP-5.5/ext/imap/tests/
H A Dimap_close_variation2.phpt51 // null data
53 null,
H A Dimap_fetch_overview_variation1.phpt57 // null data
59 null,
147 Warning: imap_fetch_overview() expects parameter 1 to be resource, null given in %s on line %d
152 Warning: imap_fetch_overview() expects parameter 1 to be resource, null given in %s on line %d
214 Warning: imap_fetch_overview() expects parameter 1 to be resource, null given in %s on line %d
219 Warning: imap_fetch_overview() expects parameter 1 to be resource, null given in %s on line %d
H A Dimap_fetch_overview_variation2.phpt61 // null data
63 null,
H A Dimap_fetchbody_variation1.phpt58 // null data
60 null,
147 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
152 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
212 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
217 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
H A Dimap_fetchbody_variation2.phpt60 // null data
62 null,
H A Dimap_fetchbody_variation3.phpt60 // null data
62 null,
H A Dimap_fetchheader_variation1.phpt63 // null data
65 null,
158 Warning: imap_fetchheader() expects parameter 1 to be resource, null given in %s on line %d
163 Warning: imap_fetchheader() expects parameter 1 to be resource, null given in %s on line %d
238 Warning: imap_fetchheader() expects parameter 1 to be resource, null given in %s on line %d
243 Warning: imap_fetchheader() expects parameter 1 to be resource, null given in %s on line %d
H A Dimap_fetchheader_variation2.phpt63 // null data
65 null,
H A Dimap_include.inc38 function displayOverviewFields($resp, $fields=null) {
66 function setup_test_mailbox($mailbox_suffix, $message_count, &$new_mailbox = null, $msg_type = "sim…
/PHP-5.5/ext/interbase/tests/
H A D003.phpt13 iter integer not null,
31 @ibase_query("insert into test3 (iter) values (?)", null);
H A Dbug45575.phpt14 ibase_set_event_handler($db, null, 'TEST1');
H A Dibase_drop_db_001.phpt30 Warning: ibase_drop_db() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt3 If a sever error occurs (such as out of memory condition) this will return null.
H A Ddatefmt_api.php66 …n __construct($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pattern= null) {}
82 …nction create($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pattern= null) {}
262 …datefmt_create($locale, $datetype, $timetype, $timezone = null, $calendar= null ,$pattern=null ) {}
H A Dformatter_api.php150 public function __construct($locale, $style, $pattern = null) {}
168 public static function create($locale, $style, $pattern = null) {}
339 function numfmt_create($locale, $style, $pattern = null) {}
353 function numfmt_format($formatter, $number, $type = null) {}
H A Dlocale_api.php45 const DEFAULT_LOCALE = null;
153 public static function getDisplayName($locale, $in_locale = null) {}
165 public static function getDisplayLanguage($lang, $in_locale = null) {}
176 public static function getDisplayScript($script, $in_locale = null) {}
188 public static function getDisplayRegion($region, $in_locale = null) {}
200 public static function getDisplayVariant($variant, $in_locale = null) {}
336 function locale_get_display_name($locale, $in_locale = null) {}
348 function locale_get_display_language($lang, $in_locale = null) {}
359 function locale_get_display_script($script, $in_locale = null) {}
371 function locale_get_display_region($region, $in_locale = null) {}
[all …]
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_factories_basic.phpt17 $o1 = $o2 = null;
H A Dbug62082.phpt9 var_dump(locale_get_display_name(str_repeat("a", 300), null));
10 var_dump(locale_get_display_name(str_repeat("a", 512), null));
11 var_dump(locale_get_display_name(str_repeat("a", 600), null));
H A Dcalendar_clear_basic.phpt25 intlcal_clear($intlcal2, null);
H A Dcalendar_createInstance_variation1.phpt21 $cal = intlcal_create_instance('Europe/Lisbon', null);
31 $cal = intlcal_create_instance(null, "pt");
H A Dcalendar_equals_before_after_basic.phpt15 $intlcal2 = IntlCalendar::createInstance(null, '@calendar=japanese');
H A Dcalendar_getErrorCode_error.phpt17 var_dump(intlcal_get_error_code(null));
26 …1 passed to intlcal_get_error_code() must be an instance of IntlCalendar, null given in %s on line…
H A Dcalendar_getErrorMessage_error.phpt17 var_dump(intlcal_get_error_message(null));
26 …assed to intlcal_get_error_message() must be an instance of IntlCalendar, null given in %s on line…
H A Dcalendar_getType_basic.phpt16 $intlcal = IntlCalendar::createInstance(null, "nl_NL@calendar=hebrew");
H A Dcalendar_setTimeZone_variation1.phpt18 $intlcal->setTimeZone(null);

Completed in 109 milliseconds

1...<<11121314151617181920>>...75