Home
last modified time | relevance | path

Searched refs:object (Results 376 – 400 of 1987) sorted by last modified time

1...<<11121314151617181920>>...80

/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error2.phpt87 Warning: ftell() expects parameter 1 to be resource, object given in %s on line %d
H A Dfseek_ftell_rewind_error3.phpt87 Warning: rewind() expects parameter 1 to be resource, object given in %s on line %d
H A Dftruncate_error.phpt113 Warning: ftruncate() expects parameter 1 to be resource, object given in %s on line %d
H A Dfwrite_error.phpt111 Warning: fwrite() expects parameter 1 to be resource, object given in %s on line %d
H A D007_error.phpt158 Warning: fopen() expects parameter 1 to be a valid path, object given in %s on line %d
161 Warning: fclose() expects parameter 1 to be resource, object given in %s on line %d
164 Warning: feof() expects parameter 1 to be resource, object given in %s on line %d
H A Dbasename-win32.phpt126 $object = new stdclass;
130 var_dump( basename( $object, "bar" ) );
131 var_dump( basename( $object ) );
132 var_dump( basename( $object, $object ) );
133 var_dump( basename( "bar", $object ) );
330 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
333 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
336 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
339 Warning: basename() expects parameter 2 to be string, object given in %s on line %d
H A Dbasename.phpt147 $object = new stdclass;
151 var_dump( basename( $object, "bar" ) );
152 var_dump( basename( $object ) );
153 var_dump( basename( $object, $object ) );
154 var_dump( basename( "bar", $object ) );
420 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
423 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
426 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
429 Warning: basename() expects parameter 2 to be string, object given in %s on line %d
H A Dfgets_error.phpt99 Warning: fgets() expects parameter 1 to be resource, object given in %s on line %d
H A Dfgetss_error.phpt100 Warning: fgetss() expects parameter 1 to be resource, object given in %s on line %d
/PHP-7.4/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Prototype: object dir(string directory[, resource context])
61 object(Directory)#%d (0) {
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_variation.phpt65 echo "Reset callback options to use an object method \n";
123 Reset callback options to use an object method
132 &object(c1)#1 (0) {
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt66 // object data
H A Dget_class_variation_001.phpt5 /* Prototype : proto string get_class([object object])
67 // loop through each element of the array for object
85 Warning: get_class() expects parameter 1 to be object, int given in %sget_class_variation_001.php o…
90 Warning: get_class() expects parameter 1 to be object, int given in %sget_class_variation_001.php o…
95 Warning: get_class() expects parameter 1 to be object, int given in %sget_class_variation_001.php o…
100 Warning: get_class() expects parameter 1 to be object, int given in %sget_class_variation_001.php o…
105 Warning: get_class() expects parameter 1 to be object, float given in %sget_class_variation_001.php…
155 Warning: get_class() expects parameter 1 to be object, null given in %s on line %d
160 Warning: get_class() expects parameter 1 to be object, null given in %s on line %d
205 Warning: get_class() expects parameter 1 to be object, null given in %s on line %d
[all …]
H A Dget_class_vars_variation2.phpt54 echo "\n-- From inside an object instance --\n";
62 echo "\n-- From inside an parent object instance --\n";
70 echo "\n-- From inside a child object instance --\n";
89 -- From inside an object instance --
121 -- From inside an parent object instance --
145 -- From inside a child object instance --
H A Dget_parent_class_variation_002.phpt5 /* Prototype : proto string get_parent_class([mixed object])
6 * Description: Retrieves the parent class name for object or class or current scope.
67 // object data
77 // loop through each element of the array for object
H A Dis_a_variation_001.phpt5 /* Prototype : proto bool is_a(object object, string class_name)
6 * Description: Returns true if the object is of this class or has this class as one of its parents
68 // loop through each element of the array for object
H A Dis_subclass_of_variation_001.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
6 * Description: Returns true if the object has this class as one of its parents
78 // loop through each element of the array for object
H A Dis_subclass_of_variation_004.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
6 * Description: Returns true if the object has this class as one of its parents
78 // loop through each element of the array for object
H A Dmethod_exists_variation_001.phpt5 /* Prototype : proto bool method_exists(object object, string method)
77 // loop through each element of the array for object
H A Dproperty_exists_error.phpt6 * Description: Checks if the object or class has a property
45 Warning: First parameter must either be an object or the name of an existing class in %sproperty_ex…
H A Dproperty_exists_variation1.phpt6 * Description: Checks if the object or class has a property
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt12 * Prototype : object dir(string $directory[, resource $context])
64 object(Directory)#%d (2) {
82 object(Directory)#%d (2) {
H A Ddir_basic.phpt6 * Prototype : object dir(string $directory[, resource $context])
58 object(Directory)#%d (2) {
76 object(Directory)#%d (2) {
H A Dscandir_variation3-win32-mb.phpt35 return "Class A object";
83 // object data
222 Warning: scandir() expects parameter 3 to be resource, object given in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dbug70713.phpt26 Warning: array_walk_recursive(): Iterated value is no longer an array or object in %s on line %d

Completed in 38 milliseconds

1...<<11121314151617181920>>...80