| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 2276 } prop; member in union:__anon240::__anon241 2826 tok->u.prop.not = (c == 'P' ? 1 : 0); 2831 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); 3360 tok->u.prop.not = (c == 'P' ? 1 : 0); 3365 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); 3920 if (tok->u.prop.not != 0) CCLASS_SET_NOT(cc); 4223 r = add_ctype_to_cc(cc, ctype, tok->u.prop.not, env);
|
| /PHP_5_4/ext/mysqli/tests/ |
| H A D | reflection_tools.inc | 33 foreach ($properties as $prop) 34 $tmp[$prop->getName()] = $prop; 36 foreach ($tmp as $prop) 37 inspectProperty($prop); 61 function inspectProperty(&$prop) { 63 printf("\nInspecting property '%s'\n", $prop->getName()); 64 printf("isPublic: %s\n", ($prop->isPublic()) ? 'yes' : 'no'); 65 printf("isPrivate: %s\n", ($prop->isPrivate()) ? 'yes' : 'no'); 66 printf("isProtected: %s\n", ($prop [all...] |
| /PHP_5_4/ext/dom/ |
| H A D | documentfragment.c | 91 xmlAttrPtr prop; local 96 prop = tree->properties; 97 while (prop != NULL) { 98 prop->doc = doc; 99 if (prop->children) { 100 cur = prop->children; 106 prop = prop->next;
|
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 1646 zval *prop; local 1650 prop = get_zval_property(ret, (char*)trav->name TSRMLS_CC); 1651 if (!prop) { 1664 if (Z_TYPE_P(prop) != IS_ARRAY) { 1670 Z_ADDREF_P(prop); 1671 add_next_index_zval(arr, prop); 1673 prop = arr; 1676 add_next_index_zval(prop, tmpVal); 1892 HashTable *prop = NULL; local 1907 prop [all...] |
| H A D | soap.c | 3794 HashTable* prop; local 3799 prop = Z_OBJPROP_P(ret); 3802 zend_hash_find(prop, "headerfault", sizeof("headerfault"), (void**)&tmp) == SUCCESS) { 3860 if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) { 3864 if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) { 3911 if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS) { 3926 if (zend_hash_find(prop, "faultstring", sizeof("faultstring"), (void**)&tmp) == SUCCESS) { 3930 if (zend_hash_find(prop, "faultactor", sizeof("faultactor"), (void**)&tmp) == SUCCESS) { 3936 if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS) { 3951 if (zend_hash_find(prop, "faultstrin [all...] |
| /PHP_5_4/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 2983 const ucd_record *prop = GET_UCD(c); local 2988 return (prop->chartype == ucp_Lu || 2989 prop->chartype == ucp_Ll || 2990 prop->chartype == ucp_Lt) == negated; 2993 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; 2996 return (pdata == prop->chartype) == negated; 2999 return (pdata == prop->script) == negated; 3004 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || 3005 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; 3008 return (PRIV(ucp_gentype)[prop [all...] |
| H A D | pcre_exec.c | 2536 const ucd_record *prop = GET_UCD(c); local 2545 if ((prop->chartype == ucp_Lu || 2546 prop->chartype == ucp_Ll || 2547 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) 2552 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) 2557 if ((ecode[2] != prop->chartype) == (op == OP_PROP)) 2562 if ((ecode[2] != prop->script) == (op == OP_PROP)) 2569 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || 2570 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) 2575 if ((PRIV(ucp_gentype)[prop [all...] |
| H A D | pcre_internal.h | 2137 "notprop", "prop", "\\R", "\\H", "\\h", "\\V", "\\v", \
|
| H A D | pcre_xclass.c | 130 const ucd_record *prop = GET_UCD(c); local 139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || 140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated; 144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP)) 149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated; 153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated; 157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || 158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP)) 163 if ((PRIV(ucp_gentype)[prop [all...] |
| /PHP_5_4/Zend/ |
| H A D | zend_builtin_functions.c | 908 zval *prop, *prop_copy; local 926 prop = NULL; 929 prop = ce->default_static_members_table[prop_info->offset]; 931 prop = ce->default_properties_table[prop_info->offset]; 934 if (!prop) { 940 *prop_copy = *prop;
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 186 zend_property_info prop; member in struct:_property_reference 305 efree((char*)prop_reference->prop.name); 351 static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent TSRMLS_DC); 459 zend_property_info *prop; local 463 while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) { 464 if(prop->flags & ZEND_ACC_SHADOW) { 466 } else if (prop->flags & ZEND_ACC_STATIC) { 477 zend_property_info *prop; local 481 while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) { 482 if ((prop 541 zend_property_info *prop; local 559 zval **prop; local 926 _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent TSRMLS_DC) argument 1316 reflection_property_factory(zend_class_entry *ce, zend_property_info *prop, zval *object TSRMLS_DC) argument 3345 zval *prop, *prop_copy; local 3419 zval **prop, *def_value = NULL; local [all...] |