| /PHP_5_5/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_5/ext/mbstring/oniguruma/ |
| H A D | regenc.c | 864 onigenc_property_list_add_property(UChar* name, const OnigCodePoint* prop, argument 878 (*plist)[*pnum] = prop;
|
| H A D | regint.h | 802 extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
|
| H A D | regparse.c | 2304 } prop; member in union:__anon255::__anon256 2942 tok->u.prop.ctype = ONIGENC_CTYPE_WORD; 2943 tok->u.prop.not = 0; 2947 tok->u.prop.ctype = ONIGENC_CTYPE_WORD; 2948 tok->u.prop.not = 1; 2952 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; 2953 tok->u.prop.not = 0; 2957 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; 2958 tok->u.prop.not = 1; 2962 tok->u.prop [all...] |
| /PHP_5_5/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_5/ext/pcre/pcrelib/ |
| 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...] |
| 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...] |
| /PHP_5_5/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 | 3805 HashTable* prop; local 3810 prop = Z_OBJPROP_P(ret); 3813 zend_hash_find(prop, "headerfault", sizeof("headerfault"), (void**)&tmp) == SUCCESS) { 3871 if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) { 3875 if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) { 3922 if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS) { 3937 if (zend_hash_find(prop, "faultstring", sizeof("faultstring"), (void**)&tmp) == SUCCESS) { 3941 if (zend_hash_find(prop, "faultactor", sizeof("faultactor"), (void**)&tmp) == SUCCESS) { 3947 if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS) { 3962 if (zend_hash_find(prop, "faultstrin [all...] |
| /PHP_5_5/ext/opcache/ |
| H A D | zend_persist_calc.c | 221 static uint zend_persist_property_info_calc(zend_property_info *prop TSRMLS_DC) 224 ADD_INTERNED_STRING(prop->name, prop->name_length + 1); 225 if (ZCG(accel_directives).save_comments && prop->doc_comment) { 226 ADD_DUP_SIZE(prop->doc_comment, prop->doc_comment_len + 1);
|
| H A D | zend_persist.c | 439 static void zend_persist_property_info(zend_property_info *prop TSRMLS_DC) 441 zend_accel_store_interned_string(prop->name, prop->name_length + 1); 442 if (prop->doc_comment) { 444 zend_accel_store(prop->doc_comment, prop->doc_comment_len + 1); 446 if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) { 447 zend_shared_alloc_register_xlat_entry(prop->doc_comment, prop->doc_comment); 448 efree((char*)prop [all...] |
| /PHP_5_5/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 3353 zval *prop, *prop_copy; local 3427 zval **prop, *def_value = NULL; local [all...] |
| /PHP_5_5/ext/curl/ |
| H A D | interface.c | 2561 zval *prop; local 2564 prop = zend_read_property(curl_CURLFile_class, *current, "name", sizeof("name")-1, 0 TSRMLS_CC); 2565 if(Z_TYPE_P(prop) != IS_STRING) { 2568 postval = Z_STRVAL_P(prop); 2575 prop = zend_read_property(curl_CURLFile_class, *current, "mime", sizeof("mime")-1, 0 TSRMLS_CC); 2576 if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { 2577 type = Z_STRVAL_P(prop); 2579 prop = zend_read_property(curl_CURLFile_class, *current, "postname", sizeof("postname")-1, 0 TSRMLS_CC); 2580 if(Z_TYPE_P(prop) [all...] |
| /PHP_5_5/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;
|