Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 39) sorted by path

12

/PHP-5.5/
H A DCODING_STANDARDS58 ``ZEND_*`` macros it gives a better understanding on what kind of macro
H A DNEWS2672 . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
H A DREADME.SUBMITTING_PATCH181 - Did I review the mail list archives to see if these kind of
/PHP-5.5/Zend/
H A DREADME.ZEND_VM94 zend_vm_gen.php can produce different kind of executors. You can select
95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can
102 $ php zend_vm_gen.php --with-vm-kind=CALL
H A Dzend_vm_gen.php388 switch($kind) {
504 switch($kind) {
539 switch($kind) {
583 switch ($kind) {
659 switch ($kind) {
674 switch ($kind) {
689 switch ($kind) {
781 switch ($kind) {
819 switch ($kind) {
951 switch ($kind) {
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c296 DESCKIND kind; in com_method_get() local
306 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get()
307 switch (kind) { in com_method_get()
/PHP-5.5/ext/date/tests/
H A DDateTime_data-absolute.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-dates.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type2-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type2-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type3-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type3-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-february.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-massive.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type2-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type2-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type3.inc5 * in a userland package. Please be so kind as to leave them.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic9901 # Canon RAW version 2 (CR2) files are a kind of TIFF with an extra magic
13875 # Check wich kind of file is
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog214 /^(?:(a)|b)(?(1)A|B)/, is another kind of back reference, but it was not
217 was no other kind of back reference (a situation which is probably quite
H A DHACKING131 support is not available for this kind of matching.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1444 matches. In Friedl's terminology, this is a kind of "DFA algorithm",
1996 parentheses (of any kind) in a pattern. This limit is imposed to cap
3476 with any kind of lookbehind. For example, consider the pattern
4094 theless, there are times when this kind of matching can be useful. For
5611 ments, you can mimic Perl's /g option, and it is in this kind of imple-
6407 is a kind of special parenthesis, starting with (?> as in this example:
6411 This kind of parenthesis "locks up" the part of the pattern it con-
6858 If the name used in a condition of this kind is a duplicate, the test
6873 recursion stack. If the name used in a condition of this kind is a
6972 PCRE and Python, this kind of recursion was subsequently introduced
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1289 int pdo_hash_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in pdo_hash_methods()
1300 funcs = dbh->methods->get_driver_methods(dbh, kind TSRMLS_CC); in pdo_hash_methods()
1305 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods()
1308 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, NULL, dbh->is_persistent, 0); in pdo_hash_methods()
1349 zend_hash_add(dbh->cls_methods[kind], lc_name, namelen+1, &func, sizeof(func), NULL); in pdo_hash_methods()
H A Dphp_pdo_driver.h296 typedef const zend_function_entry *(*pdo_dbh_get_driver_methods_func)(pdo_dbh_t *dbh, int kind TSRM…
H A Dphp_pdo_int.h74 int pdo_hash_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC);

Completed in 137 milliseconds

12