Home
last modified time | relevance | path

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

123

/PHP-5.5/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-5.5/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.phpt11 function display()
33 $u->display();
44 $user1->display();
45 $user2->display();
48 $tmp->display();
H A Ddereferencing_001.phpt13 function display() {
31 $person->getName()->display();
/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/standard/tests/array/
H A Dsizeof_object2.phpt38 public function display()
57 abstract protected function display();
63 protected function display()
H A Darray_fill_object.phpt148 abstract protected function display();
154 protected function display()
164 public function display();
170 public function display()
H A Darray_fill_object_2_4.phpt148 abstract protected function display();
154 protected function display()
164 public function display();
170 public function display()
/PHP-5.5/tests/output/
H A Dob_010.phpt13 Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_01…
H A Dob_011.phpt13 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
H A Dob_start_error_005.phpt23 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dbug36306.phpt8 display crc32 like a signed integer.
/PHP-5.5/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-5.5/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-5.5/ext/phar/tests/
H A Dbug69720.phpt16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/PHP-5.5/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.phpt50 /* calling check_printr() to display contents of integer variables
89 /* calling check_printr() to display contents of float variables
110 /* calling check_printr() to display contents of strings using print_r() */
120 /* calling check_printr() to display boolean variables using print_r() */
144 /* calling check_printr() to display contents of $arrays */
222 /* calling check_printr() to display contents of the objects using print_r() */
243 /* calling check_printr() to display the resource content type
264 /* calling check_printr() to display combinations of scalar and
275 /* calling check_printr() to display miscelleneous data using print_r() */
H A Dprint_r_64bit.phpt51 /* calling check_printr() to display contents of integer variables
90 /* calling check_printr() to display contents of float variables
111 /* calling check_printr() to display contents of strings using print_r() */
121 /* calling check_printr() to display boolean variables using print_r() */
145 /* calling check_printr() to display contents of $arrays */
223 /* calling check_printr() to display contents of the objects using print_r() */
244 /* calling check_printr() to display the resource content type
265 /* calling check_printr() to display combinations of scalar and
276 /* calling check_printr() to display miscelleneous data using print_r() */

Completed in 54 milliseconds

123