Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 95) sorted by relevance

1234

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc75 $full = $prefix . DIRECTORY_SEPARATOR . $basename;
77 if (!touch($full)) {
78 echo "failed to touch create $full\n";
82 $now = get_basename_with_cp($full, $cp, false);
89 file_put_contents($full, $content);
95 $full = $prefix . DIRECTORY_SEPARATOR . $basename;
97 if (!mkdir($full)) {
98 echo "failed to create dir '$full'\n";
102 $now = get_basename_with_cp($full, $cp, false);
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt63 echo "Convert full-width kana to half-width:\n";
85 echo "Convert full-width hiragana to full-width katakana:\n";
90 echo "Convert full-width katakana to full-width hiragana:\n";
160 Convert ASCII letter to full-width: A -> ff21
161 Convert ASCII letter to full-width: A -> ff21
162 Convert ASCII numeral to full-width: 1 -> ff11
163 Convert ASCII space to full-width: 3000
182 Convert various full-width characters to half-width:
189 Convert full-width kana to half-width:
211 Convert full-width hiragana to full-width katakana:
[all …]
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt42 \TraitB::exit as bye; // full qualified
44 as byebye; // even more full qualified
48 exit as farewell; // full qualified with weird spacing
/php-src/Zend/tests/
H A Dgc_037.phpt21 ["full"]=>
47 ["full"]=>
H A Dlist_002.phpt2 Testing full-reference on list()
H A Dclosure_067.phpt2 ReflectionFunction::getShortName() returns the full name for closures defined in namespaces.
/php-src/ext/dba/tests/
H A Ddba_db4_handlers.phpt36 echo "Test 2 - full info\n";
53 Test 2 - full info
H A Ddba_handlers.phpt42 echo "Test 4 - full info\n";
63 Test 4 - full info
/php-src/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter_variant2.phpt24 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
31 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant2.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant3.phpt16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
21 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant4.phpt20 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
25 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug80763.phpt8 $formatter = new \MessageFormatter('en_US', 'Today is {today, date, full}.');
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_002.phpt2 Test session_set_save_handler() : full handler implementation
13 echo "*** Testing session_set_save_handler() : full handler implementation ***\n";
88 *** Testing session_set_save_handler() : full handler implementation ***
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c144 int full, has_start_time; in fpm_status_handle_request() local
178 full = fpm_php_is_key_in_table(_GET_str, ZEND_STRL("full")); in fpm_status_handle_request()
187 …oreboard_p = fpm_scoreboard_copy(scoreboard_p->shared ? scoreboard_p->shared : scoreboard_p, full); in fpm_status_handle_request()
249 if (!full) { in fpm_status_handle_request()
314 if (!full) { in fpm_status_handle_request()
362 if (!full) { in fpm_status_handle_request()
432 if (!full) { in fpm_status_handle_request()
462 if (full) { in fpm_status_handle_request()
/php-src/ext/date/tests/
H A Dgmdate_variation4.phpt15 echo "\n-- Testing gmdate() function with full textual representation of day --\n";
31 -- Testing gmdate() function with full textual representation of day --
H A Dgmdate_variation7.phpt23 echo "\n-- Testing gmdate() function with full numeric representation of year format --\n";
46 -- Testing gmdate() function with full numeric representation of year format --
/php-src/ext/opcache/jit/ir/
H A DREADME2 See the full version at https://github.com/dstogov/ir
/php-src/ext/exif/tests/
H A Dredhat-bug1362571.phpt2 Redhat bug #1362571 (PHP not returning full results for exif_read_data function)
/php-src/ext/spl/tests/
H A DSplFixedArray_setsize_shrink.phpt2 shrink a full array of integers
/php-src/ext/standard/tests/general_functions/
H A Dbug35229.phpt2 Bug #35229 (call_user_func() crashes when argument stack is nearly full)
/php-src/ext/gd/tests/
H A Dbug72604.phpt2 Bug #72604 (imagearc() ignores thickness for full arcs)
/php-src/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt22 printf("[002] Cannot get full processlist, [%d] %s\n",
55 printf("[008] Cannot get full processlist, [%d] %s\n",
83 the server always manages to send a full a reply. Whereas MySQl 5.5
98 printf("[014] Cannot get full processlist, [%d] %s\n",

Completed in 99 milliseconds

1234