Lines Matching refs:zval
67 static void php_converter_default_callback(zval *return_value, zval *zobj, zend_long reason, zval *… in php_converter_default_callback()
123 zval *source, *codeUnits, *error; in PHP_METHOD()
145 zval *source, *codePoint, *error; in PHP_METHOD()
169 static void php_converter_append_toUnicode_target(zval *val, UConverterToUnicodeArgs *args, php_con… in php_converter_append_toUnicode_target()
211 zval *tmpzval; in php_converter_append_toUnicode_target()
232 zval retval; in php_converter_to_u_callback()
233 zval zargs[4]; in php_converter_to_u_callback()
266 static void php_converter_append_fromUnicode_target(zval *val, UConverterFromUnicodeArgs *args, php… in php_converter_append_fromUnicode_target()
288 zval *tmpzval; in php_converter_append_fromUnicode_target()
307 zval retval; in php_converter_from_u_callback()
308 zval zargs[4]; in php_converter_from_u_callback()
530 static void php_converter_resolve_callback(zval *zobj, in php_converter_resolve_callback()
536 zval caller; in php_converter_resolve_callback()
790 zval *options = NULL; in PHP_METHOD()
807 zval *tmpzval; in PHP_METHOD()
1047 static zend_object *php_converter_clone_object(zval *object) { in php_converter_clone_object()