Searched defs:ref (Results 1 - 11 of 11) sorted by relevance

/PHP_5_4/scripts/dev/
H A Dsearch_underscores.php49 $ref = new ReflectionClass($c); variable
50 if (!($ext = $ref->getExtensionName())) {;
51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP_5_4/ext/gd/libgd/
H A Dgdtest.c22 gdImagePtr im, ref, im2, im3; local
47 ref = gdImageCreateFromPng (in);
51 printf ("Reference File has %d Palette entries\n", ref->colorsTotal);
53 CompareImages ("Initial Versions", ref, im);
73 CompareImages ("GD->PNG File->GD", ref, im2);
82 CompareImages ("GD->PNG ptr->GD", ref, im2);
105 CompareImages ("GD->GD2 File->GD", ref, im2);
117 CompareImages ("GD->GD2 ptr->GD", ref, im2);
140 CompareImages ("GD->GD File->GD", ref, im2);
152 CompareImages ("GD->GD ptr->GD", ref, im
[all...]
/PHP_5_4/ext/mbstring/oniguruma/
H A Dregparse.c2536 fetch_name(UChar** src, UChar* end, UChar** rname_end, ScanEnv* env, int ref) argument
2559 if (ref == 1)
2612 fetch_name(UChar** src, UChar* end, UChar** rname_end, ScanEnv* env, int ref) argument
/PHP_5_4/ext/dom/
H A Dnode.c1001 zval *id, *node, *ref = NULL; local
1006 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_entry, &ref, dom_node_class_entry) == FAILURE) {
1048 if (ref != NULL) {
1049 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj);
/PHP_5_4/ext/imap/
H A Dphp_imap.c224 ZEND_ARG_INFO(0, ref)
230 ZEND_ARG_INFO(0, ref)
236 ZEND_ARG_INFO(0, ref)
272 ZEND_ARG_INFO(0, ref)
278 ZEND_ARG_INFO(0, ref)
1838 /* {{{ proto array imap_list(resource stream_id, string ref, string pattern)
1843 char *ref, *pat; local
1848 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &streamind, &ref, &ref_len, &pat, &pat_len) == FAILURE) {
1858 mail_list(imap_le_struct->imap_stream, ref, pat);
1875 /* {{{ proto array imap_getmailboxes(resource stream_id, string ref, strin
1881 char *ref, *pat; local
1931 char *ref, *pat, *content; local
2150 char *ref, *pat; local
2187 char *ref, *pat; local
[all...]
/PHP_5_4/ext/soap/
H A Dphp_schema.c1053 ref = QName>
1060 xmlAttrPtr ns, name, ref = NULL; local
1070 name = ref = get_attribute(groupType->properties, "ref");
1076 if (ref) {
1080 parse_namespace(ref->children->content, &type, &ns);
1131 soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes");
1143 if (ref != NULL) {
1144 soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent");
1150 if (ref !
1481 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; local
1715 xmlAttrPtr attr, name, ref = NULL, type = NULL; local
1924 xmlAttrPtr name, ref = NULL; local
[all...]
H A Dphp_sdl.h211 char *ref; member in struct:_sdlType
247 char *ref; member in struct:_sdlAttribute
/PHP_5_4/sapi/cli/
H A Dphp_cli.c1090 zval *arg, *ref; local
1116 ALLOC_ZVAL(ref);
1117 object_init_ex(ref, pce);
1118 INIT_PZVAL(ref);
1123 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg);
1131 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref);
1133 zval_ptr_dtor(&ref);
/PHP_5_4/ext/reflection/
H A Dphp_reflection.c2141 parameter_reference *ref; local
2298 ref = (parameter_reference*) emalloc(sizeof(parameter_reference));
2299 ref->arg_info = &arg_info[position];
2300 ref->offset = (zend_uint)position;
2301 ref->required = fptr->common.required_num_args;
2302 ref->fptr = fptr;
2304 intern->ptr = ref;
4854 property_reference *ref; local
4860 GET_REFLECTION_OBJECT_PTR(ref);
4862 _property_string(&str, &ref
4881 property_reference *ref; local
4936 property_reference *ref; local
4952 property_reference *ref; local
4998 property_reference *ref; local
5068 property_reference *ref; local
5107 property_reference *ref; local
[all...]
/PHP_5_4/ext/fileinfo/libmagic/
H A Dcdf_time.c187 static const char *ref = "Sat Apr 23 01:30:00 1977"; local
194 if (strcmp(ref, p) != 0)
195 errx(1, "Error date %s != %s\n", ref, p);
/PHP_5_4/main/
H A Dmain.c806 char *ref; /* temp copy for duplicated docref */ local
810 ref = estrdup(docref);
814 docref_buf = ref;
816 p = strrchr(ref, '#');
826 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext));
827 efree(ref);

Completed in 49 milliseconds