Home
last modified time | relevance | path

Searched refs:final (Results 26 – 50 of 77) sorted by path

1234

/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_007.phpt11 //The final crlf was removed. This test is coded to work with or without the crlf.
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c66 c->pos = sizeof(c->final); in cdb_make_start()
196 uint32_pack(c->final + 8 * i,c->pos); in cdb_make_finish()
197 uint32_pack(c->final + 8 * i + 4,len); in cdb_make_finish()
234 if (cdb_make_write(c, c->final, sizeof(c->final) TSRMLS_CC) != 0) in cdb_make_finish()
H A Dcdb_make.h44 char final[2048]; member
/PHP-5.5/ext/hash/
H A Dhash.c235 static inline void php_hash_hmac_round(unsigned char *final, const php_hash_ops *ops, void *context… in php_hash_hmac_round() argument
239 ops->hash_final(final, context); in php_hash_hmac_round()
/PHP-5.5/ext/ldap/tests/
H A Dldap_control_paged_results_variation3.phpt2 ldap_ldap_control_paged_result() test (fetching the first page then the next final page)
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja72 "Japanese Patch" (or distribution). Our final goal is to have true
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Dconv_encoding.c31 int final = 0; in main() local
67 final = 1; in main()
99 } while (!final); in main()
H A Dconv_kana.c30 int final = 0; in main() local
113 final = 1; in main()
144 } while (!final); in main()
H A Demoji.c52 int final = 0; in main() local
H A Dstrcut.c32 int final = 0; in main() local
76 final = 1; in main()
110 } while (!final); in main()
H A Dstrwidth.c19 int final = 0; in main() local
47 final = 1; in main()
76 } while (!final); in main()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2242 the group uses the captured value from the final iteration of the group
2314 final character ended with (*FAIL).
2631 of files, instead of just to the final components.
3635 definition from the final binary if PCRE is built into a static library and
3858 accidentally printed for the final match.
5526 the final delimiter, add \ to the end of the pattern (to test the error).
H A DHACKING193 OP_DOLL $ (end of data, or before final newline)
430 minimum is zero), with the final copy terminating with OP_KETRMIN or OP_KETRMAX
441 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
H A DREADME794 whose code point values are less than 256. The final argument of the
797 of tables in the current locale. If the final argument for pcre_compile() is
830 The final 256-byte table has bits indicating various character types, as
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt397 this. The final byte order is passed back at the end of processing.
728 this. The final byte order is passed back at the end of processing.
2092 If the final argument, tableptr, is NULL, PCRE uses a default set of
2638 PCRE contains an internal set of tables that are used when the final
3396 finally an empty string. If the pattern is studied, the final attempt
3562 flow) when in fact the vector is exactly the right size for the final
3573 porary overflow, but the final number of used slots is actually less
3887 end of the final string is not independently indicated.
5541 be included in the final matched sequence. For example, the pattern:
5564 The final use of backslash is for certain simple assertions. An asser-
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput13786 [0-9a-f]{1,4} $ # final hex number at end of string
H A Dtestinput2324 /Perl does not fail these two for the final subjects. Neither did PCRE until/
2900 [0-9a-f]{1,4} $ # final hex number at end of string
H A Dtestoutput16180 [0-9a-f]{1,4} $ # final hex number at end of string
H A Dtestoutput2850 /Perl does not fail these two for the final subjects. Neither did PCRE until/
10242 [0-9a-f]{1,4} $ # final hex number at end of string
/PHP-5.5/ext/reflection/tests/
H A D018.phpt12 string(5) "final"
H A DReflectionClass_getDocComment_001.phpt48 final class G extends C implements I {} {}
H A DReflectionClass_getModifierNames_basic.phpt10 final class c {}
22 final function g() {}
65 string(5) "final"
116 string(5) "final"
H A DReflectionClass_getModifiers_basic.phpt10 final class c {}
H A DReflectionClass_isFinal_basic.phpt10 final class TestFinalClass {}
H A DReflectionClass_modifiers_001.phpt11 final class D {}

Completed in 182 milliseconds

1234