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/ext/zend_test/
H A Dzend_mm_custom_handlers.c80 void observe_shutdown(bool full, bool silent) in observe_shutdown() argument
84 ZT_G(custom_shutdown)(full, silent); in observe_shutdown()
87 zend_mm_shutdown(ZT_G(original_heap), full, silent); in observe_shutdown()
89 printf("Shutdown happened: full -> %d, silent -> %d\n", full, silent); in observe_shutdown()
/php-src/Zend/tests/gc/
H A Dgc_037.phpt21 ["full"]=>
47 ["full"]=>
/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.phpt44 echo "Test 4 - full info\n";
65 Test 4 - full info
/php-src/Zend/tests/closures/
H A Dclosure_067.phpt17 // Closures are not inside of a namespace, thus the short name is the full name.
23 // And the namespace name + the short name together must be the full name.
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c148 int full, has_start_time; in fpm_status_handle_request() local
182 full = fpm_php_is_key_in_table(_GET_str, ZEND_STRL("full")); in fpm_status_handle_request()
191 …oreboard_p = fpm_scoreboard_copy(scoreboard_p->shared ? scoreboard_p->shared : scoreboard_p, full); in fpm_status_handle_request()
254 if (!full) { in fpm_status_handle_request()
320 if (!full) { in fpm_status_handle_request()
369 if (!full) { in fpm_status_handle_request()
442 if (!full) { in fpm_status_handle_request()
473 if (full) { in fpm_status_handle_request()
/php-src/ext/intl/tests/
H A Dbug58756_MessageFormatter_variant2.phpt20 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
27 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant4.phpt19 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
24 '{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/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 --
H A Dgmdate_variation6.phpt11 echo "\n-- Testing gmdate() function with full textual representation of month format --\n";
35 -- Testing gmdate() function with full textual representation of month 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
H A Diterator_045.phpt92 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
93 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
/php-src/Zend/tests/list/
H A Dlist_002.phpt2 Testing full-reference on list()
/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",
/php-src/tests/output/
H A Dbug60768.phpt13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time

Completed in 26 milliseconds

1234