Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 55) sorted by relevance

123

/PHP-7.3/ext/standard/tests/file/
H A Dftruncate_variation6-win32.phpt16 /* truncate the file to smaller size and display the content */
56 /* try to truncate it and display the file content */
82 -- Testing ftruncate(): truncate to smaller size and display the file content --
89 -- Testing ftruncate(): truncate to smaller size and display the file content --
96 -- Testing ftruncate(): truncate to smaller size and display the file content --
103 -- Testing ftruncate(): truncate to smaller size and display the file content --
111 -- Testing ftruncate(): truncate to smaller size and display the file content --
119 -- Testing ftruncate(): truncate to smaller size and display the file content --
127 -- Testing ftruncate(): truncate to smaller size and display the file content --
135 -- Testing ftruncate(): truncate to smaller size and display the file content --
[all …]
H A Dftruncate_variation6.phpt16 /* truncate the file to smaller size and display the content */
56 /* try to truncate it and display the file content */
82 -- Testing ftruncate(): truncate to smaller size and display the file content --
89 -- Testing ftruncate(): truncate to smaller size and display the file content --
96 -- Testing ftruncate(): truncate to smaller size and display the file content --
103 -- Testing ftruncate(): truncate to smaller size and display the file content --
111 -- Testing ftruncate(): truncate to smaller size and display the file content --
119 -- Testing ftruncate(): truncate to smaller size and display the file content --
127 -- Testing ftruncate(): truncate to smaller size and display the file content --
135 -- Testing ftruncate(): truncate to smaller size and display the file content --
[all …]
/PHP-7.3/tests/classes/
H A Dinheritance.phpt11 function display() {
23 function display() { /* alternative display function for class bar */
35 $foo1->display();
44 $bar1->display();
H A Dclass_example.phpt10 function display()
32 $u->display();
43 $user1->display();
44 $user2->display();
47 $tmp->display();
H A Ddereferencing_001.phpt11 function display() {
29 $person->getName()->display();
/PHP-7.3/ext/pcre/tests/
H A Dpreg_grep_basic.phpt9 ….EXAMPLE.COM', '/index.html', '/info/stat/', 'http://test.uk.com/index/html', '/display/dept.php');
29 string(17) "/display/dept.php"
47 string(17) "/display/dept.php"
61 string(17) "/display/dept.php"
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt24 method() { display $a; }
37 $source = '<PDP display $a; <';
190 string(7) "display"
277 string(19) "<PDP display $a; <"
H A Dtoken_get_all_variation9.phpt35 * display result
276 * display result
/PHP-7.3/ext/mysqli/tests/
H A D003.phpt29 Seems that not all MySQL 6.0 installations use defaults that ignore the display widths.
31 From MySQL 4.1.0 on, TIMESTAMP display format differs from that of earlier MySQL releases:
35 the display width is ignored.
/PHP-7.3/tests/output/
H A Dbug65593.phpt12 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug6…
H A Dob_011.phpt13 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
H A Dbug70970.phpt28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
H A Dob_start_error_005.phpt23 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
/PHP-7.3/ext/phar/
H A Dgdbhelp45 display phar globals
50 graph display $phar_globals.$arg0
120 display phar_entry_info for a file within a phar. If the optional third param
/PHP-7.3/ext/pdo/tests/
H A Ddebug_emulated_prepares.phpt25 // "Sent SQL" shouldn't display
35 // "Sent SQL" should display
/PHP-7.3/ext/standard/tests/strings/
H A Dbug36306.phpt8 display crc32 like a signed integer.
/PHP-7.3/ext/simplexml/tests/
H A D031.phpt21 /* Try to add attribute again -> display warning as method is for new Attr only */
28 /* Try to add element to attribute -> display warning and do not add */
/PHP-7.3/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt5 which avoids the display of the warning message
H A DDOMDocument_load_variation3.phpt5 which avoids the display of the warning message
/PHP-7.3/ext/standard/tests/array/
H A Darray_fill_object.phpt146 abstract protected function display();
152 protected function display()
162 public function display();
168 public function display()
H A Dsizeof_object2.phpt38 public function display()
57 abstract protected function display();
63 protected function display()
/PHP-7.3/ext/phar/tests/
H A Dbug69720.phpt16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/PHP-7.3/ext/standard/tests/general_functions/
H A Dvar_dump.phpt16 Description: use var_dump() to display the variables */
44 /* calling check_vardump() to display contents of integer variables
83 /* calling check_vardump() to display contents of float variables
104 /* calling check_vardump() to display contents of strings
115 /* calling check_vardump() to display boolean variables
137 /* calling check_vardump() to display contents of an array
216 /* calling check_vardump() to display contents of the objects
238 /* calling check_vardump() to display the resource content type
259 /* calling check_vardump() to display combinations of scalar and
270 /* calling check_vardump() to display miscelleneous data using var_dump() */
H A Dvar_dump_64bit.phpt16 Description: use var_dump() to display the variables */
44 /* calling check_vardump() to display contents of integer variables
83 /* calling check_vardump() to display contents of float variables
104 /* calling check_vardump() to display contents of strings
115 /* calling check_vardump() to display boolean variables
137 /* calling check_vardump() to display contents of an array
216 /* calling check_vardump() to display contents of the objects
238 /* calling check_vardump() to display the resource content type
259 /* calling check_vardump() to display combinations of scalar and
270 /* calling check_vardump() to display miscelleneous data using var_dump() */
H A Dprint_r.phpt46 /* calling check_printr() to display contents of integer variables
85 /* calling check_printr() to display contents of float variables
106 /* calling check_printr() to display contents of strings using print_r() */
116 /* calling check_printr() to display boolean variables using print_r() */
140 /* calling check_printr() to display contents of $arrays */
218 /* calling check_printr() to display contents of the objects using print_r() */
239 /* calling check_printr() to display the resource content type
260 /* calling check_printr() to display combinations of scalar and
271 /* calling check_printr() to display miscelleneous data using print_r() */

Completed in 60 milliseconds

123