Home
last modified time | relevance | path

Searched refs:refs (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/ext/ldap/tests/
H A Dldap_parse_reference_error.phpt12 $refs = null;
15 ldap_parse_reference($link, $link, $refs),
16 ldap_parse_reference($link, $refs, $refs, "Additional data"),
17 $refs
H A Dldap_parse_reference_basic.phpt22 $refs = null;
24 ldap_parse_reference($link, $ref, $refs),
25 $refs
H A Dldap_first_reference_basic.phpt22 $refs = null;
23 ldap_parse_reference($link, $ref, $refs);
24 var_dump($refs);
H A Dldap_parse_result_basic.phpt21 $errcode = $dn = $errmsg = $refs = null;
23 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs),
24 $errcode, $dn, $errmsg, $refs
H A Dldap_next_reference_basic.phpt28 ldap_parse_reference($link, $ref2, $refs);
29 var_dump($refs);
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt38 echo "\n\n--- 0 refs 1:\n";
45 echo "\n\n--- 0 refs 2:\n";
52 echo "\n\n--- 1 refs 0:\n";
59 echo "\n\n--- 1 refs 2:\n";
66 echo "\n\n--- 2 refs 0:\n";
150 --- 0 refs 1:
194 --- 0 refs 2:
238 --- 1 refs 0:
282 --- 1 refs 2:
326 --- 2 refs 0:
[all …]
H A Dserialization_objects_013.phpt33 echo "\n\n--- a refs b:\n";
40 echo "\n\n--- a refs c:\n";
100 --- a refs b:
144 --- a refs c:
188 --- b refs a:
232 --- b refs c:
276 --- c refs a:
320 --- c refs b:
364 --- a,b refs c:
408 --- a,c refs b:
[all …]
H A Dserialization_arrays_003.phpt31 echo "\n\n--- 0 refs external:\n";
39 echo "\n\n--- 1 refs external:\n";
47 echo "\n\n--- 2 refs external:\n";
76 --- 0 refs external:
120 --- 1 refs external:
164 --- 2 refs external:
H A Dserialization_objects_014.phpt33 echo "\n\n--- a refs external:\n";
41 echo "\n\n--- b refs external:\n";
49 echo "\n\n--- c refs external:\n";
77 --- a refs external:
121 --- b refs external:
165 --- c refs external:
H A Dserialization_arrays_004.phpt31 echo "\n\n--- 1 refs container:\n";
55 --- 1 refs container:
H A Dserialization_objects_015.phpt23 echo "\n\n--- a refs container:\n";
74 --- a refs container:
/PHP-5.5/tests/lang/
H A DpassByReference_006.phpt6 function refs(&$ref1, &$ref2, &$ref3, &$ref4, &$ref5) {
25 function refs(&$ref1, &$ref2, &$ref3, &$ref4, &$ref5) {
37 refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
42 C::refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
52 $c->refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
94 Strict Standards: Non-static method C::refs() should not be called statically in %s on line 39
/PHP-5.5/Zend/tests/
H A Dcall_with_refs.phpt2 Check call to non-ref function with call-time refs
/PHP-5.5/
H A Dmakedist70 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
/PHP-5.5/ext/phar/tests/
H A Dtest_alias_unset.phpt31 $phar2 = new Phar($fname2); // succeeds because all refs are closed
/PHP-5.5/ext/ereg/regex/
H A Dtests162 # check out normal matching in the presence of back refs
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2289 int* refs; member
3510 tok->u.backref.refs = backs; in fetch_token()
5315 (len > 1 ? tok->u.backref.refs : &(tok->u.backref.ref1)), in parse_exp()
H A Dregcomp.c3040 int *refs; in setup_subexp_call() local
3043 &refs); in setup_subexp_call()
3055 cn->group_num = refs[0]; in setup_subexp_call()

Completed in 55 milliseconds