Home
last modified time | relevance | path

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

123

/php-src/ext/standard/tests/file/
H A Dftruncate_variation6-win32.phpt11 /* truncate the file to smaller size and display the content */
51 /* try to truncate it and display the file content */
77 -- Testing ftruncate(): truncate to smaller size and display the file content --
84 -- Testing ftruncate(): truncate to smaller size and display the file content --
91 -- Testing ftruncate(): truncate to smaller size and display the file content --
98 -- Testing ftruncate(): truncate to smaller size and display the file content --
106 -- Testing ftruncate(): truncate to smaller size and display the file content --
114 -- Testing ftruncate(): truncate to smaller size and display the file content --
122 -- Testing ftruncate(): truncate to smaller size and display the file content --
130 -- Testing ftruncate(): truncate to smaller size and display the file content --
[all …]
H A Dftruncate_variation6.phpt11 /* truncate the file to smaller size and display the content */
51 /* try to truncate it and display the file content */
77 -- Testing ftruncate(): truncate to smaller size and display the file content --
84 -- Testing ftruncate(): truncate to smaller size and display the file content --
91 -- Testing ftruncate(): truncate to smaller size and display the file content --
98 -- Testing ftruncate(): truncate to smaller size and display the file content --
106 -- Testing ftruncate(): truncate to smaller size and display the file content --
114 -- Testing ftruncate(): truncate to smaller size and display the file content --
122 -- Testing ftruncate(): truncate to smaller size and display the file content --
130 -- Testing ftruncate(): truncate to smaller size and display the file content --
[all …]
/php-src/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.phpt9 function display() {
27 $person->getName()->display();
/php-src/ext/pcre/tests/
H A Dpreg_grep_basic.phpt8 ….EXAMPLE.COM', '/index.html', '/info/stat/', 'http://test.uk.com/index/html', '/display/dept.php');
28 string(17) "/display/dept.php"
46 string(17) "/display/dept.php"
60 string(17) "/display/dept.php"
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt19 method() { display $a; }
32 $source = '<PDP display $a; <';
176 string(7) "display"
263 string(19) "<PDP display $a; <"
H A Dtoken_get_all_variation9.phpt30 * display result
271 * display result
/php-src/tests/output/
H A Dbug65593.phpt12 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug6…
H A Dob_start_error_005.phpt22 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
H A Dob_011.phpt19 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…
/php-src/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-src/ext/pdo/tests/
H A Ddebug_emulated_prepares.phpt26 // "Sent SQL" shouldn't display
36 // "Sent SQL" should display
/php-src/ext/standard/tests/strings/
H A Dbug36306.phpt8 display crc32 like a signed integer.
/php-src/ext/standard/tests/array/
H A Dsizeof_object2.phpt31 public function display()
50 abstract protected function display();
56 protected function display()
H A Darray_fill_object.phpt141 abstract protected function display();
147 protected function display()
157 public function display();
163 public function display()
/php-src/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-src/ext/intl/tests/
H A Dtimezone_getDisplayName_error.phpt15 Warning: IntlTimeZone::getDisplayName(): wrong display type in %s on line %d
/php-src/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-src/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_toString_Internal.phpt2 ReflectionParameter::__toString() should display default values for internal functions as well
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader_error_callback_name.phpt2 libxml_get_external_entity_loader() display correct callable name
/php-src/ext/phar/tests/
H A Dbug69720.phpt16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/php-src/ext/standard/tests/general_functions/
H A Dprint_r.phpt41 /* calling check_printr() to display contents of integer variables
80 /* calling check_printr() to display contents of float variables
101 /* calling check_printr() to display contents of strings using print_r() */
111 /* calling check_printr() to display boolean variables using print_r() */
135 /* calling check_printr() to display contents of $arrays */
215 /* calling check_printr() to display contents of the objects using print_r() */
236 /* calling check_printr() to display the resource content type
257 /* calling check_printr() to display combinations of scalar and
268 /* calling check_printr() to display miscellaneous data using print_r() */

Completed in 27 milliseconds

123