Home
last modified time | relevance | path

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

1234

/PHP-7.1/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) || get_basename_with_cp($full, $cp, false) !== $basename) {
98 echo "failed to create dir '$full'\n";
/PHP-7.1/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-7.1/sapi/fpm/fpm/
H A Dfpm_status.c54 int full, encode; in fpm_status_handle_request() local
130 full = (fpm_php_get_string_from_table(_GET_str, "full") != NULL); in fpm_status_handle_request()
165 if (!full) { in fpm_status_handle_request()
236 if (!full) { in fpm_status_handle_request()
286 if (!full) { in fpm_status_handle_request()
336 if (full) { in fpm_status_handle_request()
/PHP-7.1/ext/dba/tests/
H A Ddba_db4_handlers.phpt32 echo "Test 2 - full info\n";
49 Test 2 - full info
H A Ddba_handlers.phpt44 echo "Test 5 - full info\n";
68 Test 5 - full info
/PHP-7.1/ext/intl/tests/
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.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_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}}}');
/PHP-7.1/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-7.1/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt2 Test session_set_save_handler() : full handler implementation
19 echo "*** Testing session_set_save_handler() : full handler implementation ***\n";
93 *** Testing session_set_save_handler() : full handler implementation ***
/PHP-7.1/ext/soap/
H A DTODO16 ? full support for standard simple types (
28 ? full support for standard date/time types (
37 ? full support for arrays
81 ? full support for content model encoding/decoding
/PHP-7.1/ext/date/tests/
H A Dgmdate_variation4.phpt21 echo "\n-- Testing gmdate() function with full textual representation of day --\n";
38 -- Testing gmdate() function with full textual representation of day --
H A Dgmdate_variation7.phpt29 echo "\n-- Testing gmdate() function with full numeric representation of year format --\n";
53 -- Testing gmdate() function with full numeric representation of year format --
H A Dgmdate_variation8.phpt29 echo "\n-- Testing gmdate() function with full numeric representation of year format --\n";
53 -- Testing gmdate() function with full numeric representation of year format --
H A Dgmdate_variation6.phpt17 echo "\n-- Testing gmdate() function with full textual representation of month format --\n";
42 -- Testing gmdate() function with full textual representation of month format --
/PHP-7.1/ext/spl/tests/
H A DSplFixedArray_setsize_shrink.phpt2 shrink a full array of integers
/PHP-7.1/Zend/tests/
H A Dlist_002.phpt2 Testing full-reference on list()
H A Dgc_033.phpt19 /* let's full the gc roots */
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug35229.phpt2 Bug #35229 (call_user_func() crashes when argument stack is nearly full)
/PHP-7.1/ext/gd/tests/
H A Dbug72604.phpt2 Bug #72604 (imagearc() ignores thickness for full arcs)
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt24 printf("[002] Cannot get full processlist, [%d] %s\n",
57 printf("[008] Cannot get full processlist, [%d] %s\n",
85 the server always manages to send a full a reply. Whereas MySQl 5.5
103 printf("[014] Cannot get full processlist, [%d] %s\n",
/PHP-7.1/tests/output/
H A Dbug60768.phpt13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time

Completed in 32 milliseconds

1234