Home
last modified time | relevance | path

Searched refs:prop (Results 51 – 75 of 81) sorted by relevance

1234

/PHP-5.5/Zend/tests/
H A Dadd_003.phpt9 $o->prop = "value";
H A Dbug41075.phpt15 $var = $this->blah->prop = "string";
/PHP-5.5/Zend/tests/traits/
H A Dbug60809.phpt24 public $prop = "ops";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt24 public function __set($prop, $value) {
25 printf("%s(%s, %s)\n", __METHOD__, var_export($prop, true), var_export($value, true));
26 $this->{$prop} = $value;
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2304 } prop; member
2943 tok->u.prop.not = 0; in fetch_token_in_cc()
2948 tok->u.prop.not = 1; in fetch_token_in_cc()
2953 tok->u.prop.not = 0; in fetch_token_in_cc()
2958 tok->u.prop.not = 1; in fetch_token_in_cc()
2963 tok->u.prop.not = 0; in fetch_token_in_cc()
2968 tok->u.prop.not = 1; in fetch_token_in_cc()
2995 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); in fetch_token_in_cc()
3560 tok->u.prop.not = (tok->u.prop.not == 0 ? 1 : 0); in fetch_token()
4321 r = add_ctype_to_cc(cc, tok->u.prop.ctype, tok->u.prop.not, env); in parse_char_class()
[all …]
H A Dregenc.c864 onigenc_property_list_add_property(UChar* name, const OnigCodePoint* prop, in onigenc_property_list_add_property() argument
878 (*plist)[*pnum] = prop; in onigenc_property_list_add_property()
H A Dregint.h802 extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop, hash_tabl…
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt13 $propInfo = new ReflectionProperty("NonExistentClass", "prop");
H A DReflectionProperty_export_error.phpt13 ReflectionProperty::export("NonExistentClass", "prop", true);
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt27 foreach($this as $prop => $val) {
28 $serialized[$prop] = $val;
38 foreach(unserialize($serialized) as $prop => $val) {
39 $this->$prop = '#'.$val;
/PHP-5.5/ext/spl/tests/
H A Dbug45614.phpt2 SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object)
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1653 zval *prop; in to_zval_object_ex() local
1658 if (!prop) { in to_zval_object_ex()
1677 Z_ADDREF_P(prop); in to_zval_object_ex()
1680 prop = arr; in to_zval_object_ex()
1899 HashTable *prop = NULL; in to_xml_object() local
1914 prop = Z_OBJPROP_P(data); in to_xml_object()
1916 prop = Z_ARRVAL_P(data); in to_xml_object()
1952 if (prop) prop->nApplyCount++; in to_xml_object()
1954 if (prop) prop->nApplyCount--; in to_xml_object()
1975 if (prop != NULL) { in to_xml_object()
[all …]
H A Dsoap.c3892 HashTable* prop; local
3897 prop = Z_OBJPROP_P(ret);
3900 zend_hash_find(prop, "headerfault", sizeof("headerfault"), (void**)&tmp) == SUCCESS) {
3962 …if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == I…
4009 if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS &&
4025 if (zend_hash_find(prop, "faultstring", sizeof("faultstring"), (void**)&tmp) == SUCCESS) {
4029 if (zend_hash_find(prop, "faultactor", sizeof("faultactor"), (void**)&tmp) == SUCCESS) {
4035 if (zend_hash_find(prop, "faultcode", sizeof("faultcode"), (void**)&tmp) == SUCCESS &&
4051 if (zend_hash_find(prop, "faultstring", sizeof("faultstring"), (void**)&tmp) == SUCCESS) {
4065 if (zend_hash_find(prop, "detail", sizeof("detail"), (void**)&tmp) == SUCCESS &&
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c2620 zval *prop; in _php_curl_setopt() local
2623prop = zend_read_property(curl_CURLFile_class, *current, "name", sizeof("name")-1, 0 TSRMLS_CC); in _php_curl_setopt()
2624 if(Z_TYPE_P(prop) != IS_STRING) { in _php_curl_setopt()
2627 postval = Z_STRVAL_P(prop); in _php_curl_setopt()
2633prop = zend_read_property(curl_CURLFile_class, *current, "mime", sizeof("mime")-1, 0 TSRMLS_CC); in _php_curl_setopt()
2634 if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { in _php_curl_setopt()
2635 type = Z_STRVAL_P(prop); in _php_curl_setopt()
2637prop = zend_read_property(curl_CURLFile_class, *current, "postname", sizeof("postname")-1, 0 TSRML… in _php_curl_setopt()
2638 if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { in _php_curl_setopt()
2639 filename = Z_STRVAL_P(prop); in _php_curl_setopt()
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt186 prop 221D
H A Dents_xhtml.txt218 prop 221D
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt245 [∝] => ∝
H A Dget_html_translation_table_basic2.phpt429 string(6) "∝"
938 string(6) "∝"
1445 string(6) "∝"
H A Dhtml_entity_decode_html4.phpt222 "∝",
H A Dget_html_translation_table_basic1.phpt416 string(6) "∝"
H A Dhtmlentities_html4.phpt278 ∝ U+0221D
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c908 zval *prop, *prop_copy; in add_class_vars() local
926 prop = NULL; in add_class_vars()
929 prop = ce->default_static_members_table[prop_info->offset]; in add_class_vars()
931 prop = ce->default_properties_table[prop_info->offset]; in add_class_vars()
934 if (!prop) { in add_class_vars()
940 *prop_copy = *prop; in add_class_vars()
H A DZEND_CHANGES40 $object->prop = 'Hello';
43 $other->prop = 'Bye';
47 print $object->prop; // still shows 'Hello'
1000 public $prop;
1009 ReflectionProperty::export('Foo', 'prop');
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c2558 const ucd_record *prop = GET_UCD(c); in match() local
2567 if ((prop->chartype == ucp_Lu || in match()
2568 prop->chartype == ucp_Ll || in match()
2569 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()
2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2579 if ((ecode[2] != prop->chartype) == (op == OP_PROP)) in match()
2584 if ((ecode[2] != prop->script) == (op == OP_PROP)) in match()
2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
[all …]
H A Dpcre_compile.c2831 const ucd_record *prop = GET_UCD(c); in check_char_prop() local
2836 return (prop->chartype == ucp_Lu || in check_char_prop()
2837 prop->chartype == ucp_Ll || in check_char_prop()
2838 prop->chartype == ucp_Lt) == negated; in check_char_prop()
2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2844 return (pdata == prop->chartype) == negated; in check_char_prop()
2847 return (pdata == prop->script) == negated; in check_char_prop()
2852 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2873 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2874 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
[all …]

Completed in 137 milliseconds

1234