Searched refs:refs (Results 1 – 18 of 18) sorted by relevance
/PHP-5.4/ext/ldap/tests/ |
H A D | ldap_parse_reference_error.phpt | 12 $refs = null; 15 ldap_parse_reference($link, $link, $refs), 16 ldap_parse_reference($link, $refs, $refs, "Additional data"), 17 $refs
|
H A D | ldap_parse_reference_basic.phpt | 22 $refs = null; 24 ldap_parse_reference($link, $ref, $refs), 25 $refs
|
H A D | ldap_first_reference_basic.phpt | 22 $refs = null; 23 ldap_parse_reference($link, $ref, $refs); 24 var_dump($refs);
|
H A D | ldap_parse_result_basic.phpt | 21 $errcode = $dn = $errmsg = $refs = null; 23 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs), 24 $errcode, $dn, $errmsg, $refs
|
H A D | ldap_next_reference_basic.phpt | 28 ldap_parse_reference($link, $ref2, $refs); 29 var_dump($refs);
|
/PHP-5.4/ext/standard/tests/serialize/ |
H A D | serialization_objects_013.phpt | 33 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 D | serialization_arrays_002.phpt | 38 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 D | serialization_arrays_003.phpt | 31 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 D | serialization_objects_014.phpt | 33 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 D | serialization_arrays_004.phpt | 31 echo "\n\n--- 1 refs container:\n"; 55 --- 1 refs container:
|
H A D | serialization_objects_015.phpt | 23 echo "\n\n--- a refs container:\n"; 74 --- a refs container:
|
/PHP-5.4/tests/lang/ |
H A D | passByReference_006.phpt | 6 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.4/Zend/tests/ |
H A D | call_with_refs.phpt | 2 Check call to non-ref function with call-time refs
|
/PHP-5.4/ |
H A D | makedist | 67 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
|
/PHP-5.4/ext/phar/tests/ |
H A D | test_alias_unset.phpt | 31 $phar2 = new Phar($fname2); // succeeds because all refs are closed
|
/PHP-5.4/ext/ereg/regex/ |
H A D | tests | 162 # check out normal matching in the presence of back refs
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regparse.c | 2263 int* refs; member 3318 tok->u.backref.refs = backs; in fetch_token() 5077 (len > 1 ? tok->u.backref.refs : &(tok->u.backref.ref1)), in parse_exp()
|
H A D | regcomp.c | 3018 int n, num, *refs; in setup_subexp_call() local 3024 n = onig_name_to_group_numbers(env->reg, cn->name, cn->name_end, &refs); in setup_subexp_call() 3058 cn->ref_num = refs[0]; in setup_subexp_call()
|
Completed in 100 milliseconds