Home
last modified time | relevance | path

Searched refs:prop (Results 151 – 172 of 172) sorted by relevance

1234567

/PHP-7.4/ext/standard/html_tables/
H A Dents_html401.txt186 prop 221D
H A Dents_xhtml.txt218 prop 221D
H A Dents_html5.txt1651 prop 0221D
/PHP-7.4/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
H A Dget_html_translation_table_basic5.phpt1242 [∝] => ∝
H A Dhtml_entity_decode_html5.phpt1656 "∝",
3790 ∝ => ∝ e2889d
H A Dhtmlentities_html5.phpt729 ∝ U+0221D
/PHP-7.4/Zend/
H A Dzend_vm_def.h1162 zval *prop, *value; variable
1179 ref = Z_REF_P(prop);
1180 prop = Z_REFVAL_P(prop);
1191 zend_binary_op(prop, prop, value OPLINE_CC);
1463 zval *prop; variable
1488 zval *prop; variable
1898 zval *prop; in ZEND_VM_HELPER() local
1904 prop = &EG(uninitialized_zval); in ZEND_VM_HELPER()
2572 zval *prop, *value; variable
2829 zval *prop, *value_ptr; variable
[all …]
H A Dzend_API.c1293 zval *prop; in object_properties_init_ex() local
1297 ZEND_HASH_FOREACH_STR_KEY_VAL(properties, key, prop) { in object_properties_init_ex()
1307 ZVAL_COPY_VALUE(&tmp, prop); in object_properties_init_ex()
1313 ZVAL_COPY_VALUE(slot, prop); in object_properties_init_ex()
1315 ZVAL_INDIRECT(prop, slot); in object_properties_init_ex()
1324 zval *prop, tmp; in object_properties_load() local
1356 ZVAL_COPY_VALUE(slot, prop); in object_properties_load()
1366 prop = zend_hash_update(object->properties, key, prop); in object_properties_load()
1367 zval_add_ref(prop); in object_properties_load()
1373 prop = zend_hash_index_update(object->properties, h, prop); in object_properties_load()
[all …]
H A Dzend_inheritance.c1081 zend_property_info **table, *prop; in zend_build_properties_info_table() local
1111 ZEND_HASH_FOREACH_PTR(&ce->properties_info, prop) { in zend_build_properties_info_table()
1112 if (prop->ce == ce && (prop->flags & ZEND_ACC_STATIC) == 0) { in zend_build_properties_info_table()
1113 table[OBJ_PROP_TO_NUM(prop->offset)] = prop; in zend_build_properties_info_table()
H A Dzend_vm_execute.h801 zval *prop, *value; in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER() local
818 ref = Z_REF_P(prop); in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER()
819 prop = Z_REFVAL_P(prop); in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER()
830 zend_binary_op(prop, prop, value OPLINE_CC); in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER()
846 zval *prop; in ZEND_PRE_INC_STATIC_PROP_SPEC_HANDLER() local
865 zval *prop; in ZEND_POST_INC_STATIC_PROP_SPEC_HANDLER() local
884 zval *prop; in zend_fetch_static_prop_helper_SPEC() local
968 zval *prop, *value; in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CONST_HANDLER() local
1000 zval *prop, *value; in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_TMP_HANDLER() local
1032 zval *prop, *value; in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_VAR_HANDLER() local
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c2421 const ucd_record *prop = GET_UCD(fc); in match() local
2430 if ((prop->chartype == ucp_Lu || in match()
2431 prop->chartype == ucp_Ll || in match()
2432 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match()
2442 if ((Fecode[2] != prop->chartype) == (Fop == OP_PROP)) in match()
2447 if ((Fecode[2] != prop->script) == (Fop == OP_PROP)) in match()
2454 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2455 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2473 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2480 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
[all …]
/PHP-7.4/ext/soap/
H A Dsoap.c3858 HashTable* prop; local
3863 prop = Z_OBJPROP_P(ret);
3866 (tmp = zend_hash_str_find(prop, "headerfault", sizeof("headerfault")-1)) != NULL) {
3928 …if ((tmp = zend_hash_str_find(prop, "_name", sizeof("_name")-1)) != NULL && Z_TYPE_P(tmp) == IS_ST…
3973 if ((tmp = zend_hash_str_find(prop, "faultcode", sizeof("faultcode")-1)) != NULL &&
3988 if ((tmp = zend_hash_str_find(prop, "faultstring", sizeof("faultstring")-1)) != NULL) {
3992 if ((tmp = zend_hash_str_find(prop, "faultactor", sizeof("faultactor")-1)) != NULL) {
3998 if ((tmp = zend_hash_str_find(prop, "faultcode", sizeof("faultcode")-1)) != NULL &&
4013 if ((tmp = zend_hash_str_find(prop, "faultstring", sizeof("faultstring")-1)) != NULL) {
4027 if ((tmp = zend_hash_str_find(prop, "detail", sizeof("detail")-1)) != NULL &&
[all …]
/PHP-7.4/ext/standard/
H A Darray.c4181 zval *prop = NULL; local
4190 if (prop) {
4191 ZVAL_DEREF(prop);
4192 if (prop != rv) {
4193 Z_TRY_ADDREF_P(prop);
4199 prop = zend_symtable_find(Z_ARRVAL_P(data), Z_STR_P(name));
4201 prop = zend_hash_index_find(Z_ARRVAL_P(data), Z_LVAL_P(name));
4203 if (prop) {
4204 ZVAL_DEREF(prop);
4205 Z_TRY_ADDREF_P(prop);
[all …]
/PHP-7.4/
H A D.gdbinit234 set $prop = (zend_property_info*)$p->val.value.ptr
235 set $val = (zval*)((char*)$zobj + $prop->offset)
H A DUPGRADING47 cases like `$null->prop[0] = $val` missed this warning.
/PHP-7.4/ext/date/
H A Dphp_date.c2064 zval *prop; in date_interval_has_property() local
2087 prop = date_interval_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in date_interval_has_property()
2089 if (prop != &EG(uninitialized_zval)) { in date_interval_has_property()
2093 retval = zend_is_true(prop); in date_interval_has_property()
2095 retval = (Z_TYPE_P(prop) != IS_NULL); in date_interval_has_property()
/PHP-7.4/ext/zip/
H A Dphp_zip.c970 zval tmp, *prop; in php_zip_has_property() local
974 } else if ((prop = php_zip_property_reader(obj, hnd, &tmp)) != NULL) { in php_zip_has_property()

Completed in 359 milliseconds

1234567