Home
last modified time | relevance | path

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

1234

/PHP-8.0/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-8.0/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-8.0/ext/dba/tests/
H A Ddba_db4_handlers.phpt32 echo "Test 2 - full info\n";
49 Test 2 - full info
H A Ddba_handlers.phpt40 echo "Test 4 - full info\n";
61 Test 4 - full info
/PHP-8.0/ext/session/tests/
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-8.0/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 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_variant4.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 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.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 Dbug80763.phpt10 $formatter = new \MessageFormatter('en_US', 'Today is {today, date, full}.');
/PHP-8.0/ext/pspell/tests/
H A D001.phpt21 $string .= "Ya! See-gar-ets! Ya! Uh... My hovercraft is full of eels. ";
23 $string .= "My hovercraft (pantomimes puffing a cigarette)... is full of eels (pretends to strike a…
95 full : true
106 full : true
/PHP-8.0/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-8.0/sapi/fpm/fpm/
H A Dfpm_status.c143 int full, encode; in fpm_status_handle_request() local
175 full = (fpm_php_get_string_from_table(_GET_str, "full") != NULL); in fpm_status_handle_request()
182 …oreboard_p = fpm_scoreboard_copy(scoreboard_p->shared ? scoreboard_p->shared : scoreboard_p, full); in fpm_status_handle_request()
244 if (!full) { in fpm_status_handle_request()
309 if (!full) { in fpm_status_handle_request()
355 if (!full) { in fpm_status_handle_request()
401 if (full) { in fpm_status_handle_request()
/PHP-8.0/ext/spl/tests/
H A DSplFixedArray_setsize_shrink.phpt2 shrink a full array of integers
/PHP-8.0/ext/exif/tests/
H A Dredhat-bug1362571.phpt2 Redhat bug #1362571 (PHP not returning full results for exif_read_data function)
/PHP-8.0/Zend/tests/
H A Dlist_002.phpt2 Testing full-reference on list()
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug35229.phpt2 Bug #35229 (call_user_func() crashes when argument stack is nearly full)
H A Ddl-full-path-not-supported.phpt2 dl() fails when trying to load full path to module
/PHP-8.0/ext/gd/tests/
H A Dbug72604.phpt2 Bug #72604 (imagearc() ignores thickness for full arcs)
/PHP-8.0/tests/output/
H A Dbug60768.phpt13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt23 printf("[002] Cannot get full processlist, [%d] %s\n",
56 printf("[008] Cannot get full processlist, [%d] %s\n",
84 the server always manages to send a full a reply. Whereas MySQl 5.5
102 printf("[014] Cannot get full processlist, [%d] %s\n",

Completed in 48 milliseconds

1234