Lines Matching refs:zval
40 int zend_parse_parameter(int flags, int arg_num, zval **arg, const char *spec, ...);
43 reading the arguments from the stack, it receives a single zval to convert
44 (passed with double indirection). The passed zval may be changed in place as
59 a - array (zval*)
60 A - array or object (zval*)
70 o - object of any type (zval*)
71 O - object of specific type given by class entry (zval*, zend_class_entry)
74 r - resource (zval*)
77 z - the actual zval (zval*)
121 /* Gets a long, a string and its length, and a zval */
125 zval *param;
133 zval *obj;
144 zval *obj;
145 zval *arr;
153 zval *arr;
187 zval *varargs = NULL;
208 zval *varargs = NULL;
220 zval *array;
222 zval *varargs = NULL;