Home
last modified time | relevance | path

Searched refs:ref (Results 126 – 150 of 155) sorted by relevance

1234567

/PHP-5.6/ext/soap/tests/soap12/
H A DT57.phpt22 <test:inputString enc:ref="#data" xsi:type="xsd:string" />
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
/PHP-5.6/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)
1861 char *ref, *pat; in PHP_FUNCTION() local
1876 mail_list(imap_le_struct->imap_stream, ref, pat); in PHP_FUNCTION()
1899 char *ref, *pat; in PHP_FUNCTION() local
1949 char *ref, *pat, *content; in PHP_FUNCTION() local
2168 char *ref, *pat; in PHP_FUNCTION() local
[all …]
/PHP-5.6/ext/oci8/tests/
H A Dbug42841.phpt27 type cursortype is ref Cursor;
H A Drefcur_prefetch_4.phpt31 type refcursortype is ref cursor;
H A Drefcur_prefetch_2.phpt29 type refcursortype is ref cursor;
H A Drefcur_prefetch_1.phpt29 type refcursortype is ref cursor;
H A Dbug43492.phpt32 While fetching data from a ref cursor, the parent statement needs to
/PHP-5.6/ext/soap/tests/
H A Dbug68361.phpt16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
/PHP-5.6/tests/lang/
H A Dbug20175.phpt2 Bug #20175 (Static vars can't store ref to new instance)
H A DforeachLoop.014.phpt16 $ref = &$a;
H A DforeachLoop.015.phpt16 $ref = &$a;
/PHP-5.6/main/
H A Dmain.c895 char *ref; /* temp copy for duplicated docref */ in php_verror() local
899 ref = estrdup(docref); in php_verror()
903 docref_buf = ref; in php_verror()
905 p = strrchr(ref, '#'); in php_verror()
915 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
916 efree(ref); in php_verror()
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput11-16545 11 1 Cond ref
562 8 1 Cond ref
H A Dtestoutput11-32545 11 1 Cond ref
562 8 1 Cond ref
H A Dtestoutput11-8545 17 1 Cond ref
562 12 1 Cond ref
H A Dtestoutput27730 2 Cond ref
8267 1 Cond ref
8291 2 Cond ref
8324 1 Cond ref
8340 1 Cond ref
10330 Cond ref <D>2
14477 1 Cond ref
/PHP-5.6/ext/dom/
H A Dnode.c1003 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
1008 …tThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_entry, &ref, dom_node_class_ent… in PHP_FUNCTION()
1050 if (ref != NULL) { in PHP_FUNCTION()
1051 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_FUNCTION()
/PHP-5.6/ext/soap/
H A Dphp_sdl.c1235 attr->ref = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1332 type->ref = sdl_deserialize_string(in); in sdl_deserialize_type()
1848 sdl_serialize_string(attr->ref, out); in sdl_serialize_attribute()
1938 sdl_serialize_string(type->ref, out); in sdl_serialize_type()
2626 if (pattr->ref) { in make_persistent_sdl_attribute()
2627 pattr->ref = strdup(pattr->ref); in make_persistent_sdl_attribute()
2745 if (ptype->ref) { in make_persistent_sdl_type()
2746 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
/PHP-5.6/
H A DUPGRADING.INTERNALS89 /* pass rest by prefer-ref */
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c5996 if (ref) in compile_ref_matchingpath()
6011 if (ref) in compile_ref_matchingpath()
6040 if (ref) in compile_ref_matchingpath()
6099 if (ref) in compile_ref_iterator_matchingpath()
6143 if (ref) in compile_ref_iterator_matchingpath()
6151 if (ref) in compile_ref_iterator_matchingpath()
6187 if (!ref) in compile_ref_iterator_matchingpath()
6224 if (ref) in compile_ref_iterator_matchingpath()
6234 if (ref) in compile_ref_iterator_matchingpath()
6249 if (ref) in compile_ref_iterator_matchingpath()
[all …]
/PHP-5.6/Zend/tests/
H A D019.phpt310 echo "\n** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **\…
324 $ref_val = "new value by ref";
1320 ** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **
/PHP-5.6/win32/build/
H A Dconfig.w32.phpize.in194 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
H A Dconfig.w32214 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregparse.c2621 UChar** rname_end, ScanEnv* env, int* rback_num, int ref) in fetch_name() argument
2649 if (ref == 1) in fetch_name()
2657 if (ref == 1) { in fetch_name()
2738 UChar** rname_end, ScanEnv* env, int* rback_num, int ref) in fetch_name() argument

Completed in 143 milliseconds

1234567