/php-src/ext/standard/tests/file/windows_mb_path/ |
H A D | util.inc | 75 $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 D | mb_convert_kana.phpt | 63 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 D | semi_reserved_008.phpt | 42 \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 D | zend_mm_custom_handlers.c | 80 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 D | gc_037.phpt | 21 ["full"]=> 47 ["full"]=>
|
/php-src/ext/dba/tests/ |
H A D | dba_db4_handlers.phpt | 36 echo "Test 2 - full info\n"; 53 Test 2 - full info
|
H A D | dba_handlers.phpt | 44 echo "Test 4 - full info\n"; 65 Test 4 - full info
|
/php-src/Zend/tests/closures/ |
H A D | closure_067.phpt | 17 // 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 D | fpm_status.c | 148 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 D | bug58756_MessageFormatter_variant2.phpt | 20 $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 D | msgfmt_format_intlcalendar_variant4.phpt | 19 $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 D | bug80763.phpt | 8 $formatter = new \MessageFormatter('en_US', 'Today is {today, date, full}.');
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_class_002.phpt | 2 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 D | gmdate_variation4.phpt | 15 echo "\n-- Testing gmdate() function with full textual representation of day --\n"; 31 -- Testing gmdate() function with full textual representation of day --
|
H A D | gmdate_variation7.phpt | 23 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 D | gmdate_variation6.phpt | 11 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 D | README | 2 See the full version at https://github.com/dstogov/ir
|
/php-src/ext/exif/tests/ |
H A D | redhat-bug1362571.phpt | 2 Redhat bug #1362571 (PHP not returning full results for exif_read_data function)
|
/php-src/ext/spl/tests/ |
H A D | SplFixedArray_setsize_shrink.phpt | 2 shrink a full array of integers
|
H A D | iterator_045.phpt | 92 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 D | list_002.phpt | 2 Testing full-reference on list()
|
/php-src/ext/standard/tests/general_functions/ |
H A D | bug35229.phpt | 2 Bug #35229 (call_user_func() crashes when argument stack is nearly full)
|
/php-src/ext/gd/tests/ |
H A D | bug72604.phpt | 2 Bug #72604 (imagearc() ignores thickness for full arcs)
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_no_reconnect.phpt | 22 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 D | bug60768.phpt | 13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
|