Lines Matching refs:resource
6 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
9 Prototype: bool rewind ( resource $handle );
12 Prototype: int ftell ( resource $handle );
67 Warning: rewind() expects parameter 1 to be resource, string given in %s on line %d
71 Warning: rewind() expects parameter 1 to be resource, integer given in %s on line %d
75 Warning: rewind() expects parameter 1 to be resource, double given in %s on line %d
79 Warning: rewind() expects parameter 1 to be resource, boolean given in %s on line %d
83 Warning: rewind() expects parameter 1 to be resource, array given in %s on line %d
87 Warning: rewind() expects parameter 1 to be resource, object given in %s on line %d
90 Warning: rewind(): %d is not a valid stream resource in %s on line %d
93 Warning: rewind() expects parameter 1 to be resource, null given in %s on line %d