Home
last modified time | relevance | path

Searched refs:props (Results 1 – 20 of 20) sorted by relevance

/PHP-7.0/ext/reflection/tests/
H A Dbug40431.phpt11 $props = $RefObj->getProperties();
13 var_dump($props);
14 var_dump($props[0]->isStatic());
15 var_dump($props[0]->isPrivate());
16 var_dump($props[0]->isPublic());
33 var_dump($props);
34 var_dump($props[0]->isStatic());
36 var_dump($props[0]->isPublic());
50 var_dump($props);
51 var_dump($props[0]->isStatic());
[all …]
H A DReflectionParameter_isDefault.phpt12 $props = $ro->getProperties();
13 $prop1 = $props[0];
15 $prop2 = $props[1];
H A D012.phpt11 $props = $class->getDefaultProperties();
12 echo $props["test"];
H A Dbug36308.phpt18 $props = $reflect->getProperties();
19 echo $props[0]->getDocComment();
H A D001.phpt73 $props = array_keys(get_class_vars('ReflectionClassEx'));
74 sort($props);
75 var_dump($props);
H A Dproperty_exists.phpt20 static function test($oc, $props)
23 foreach($props as $p2) {
34 static function test($oc, $props)
37 foreach($props as $p2) {
48 static function test($oc, $props)
51 foreach($props as $p2) {
H A DReflectionClass_export_basic2.phpt2 ReflectionClass::export() - ensure inherited private props are hidden.
H A DReflectionProperty_constructor_variation1.phpt2 ReflectionProperty::__construct(): ensure inherited private props can't be accessed through Reflect…
/PHP-7.0/Zend/tests/
H A Dbug72813.phpt7 private $props = ['a' => 'text', 'b' => 1];
11 return $this->props[$prop];
17 $this->props[$prop] = $value;
22 return [$this->props];
H A Dbug28444.phpt24 public $props = array();
35 return $this->props[$prop];
41 $this->props[$prop] = $val;
/PHP-7.0/ext/date/tests/
H A Ddate_interval_prop_dim.phpt2 Test DateInterval props with dimension handling
/PHP-7.0/ext/date/
H A Dphp_date.h138 HashTable *props; member
156 HashTable *props; member
168 HashTable *props; member
H A Dphp_date.c2229 HashTable *props; in date_object_get_properties() local
2239 return props; in date_object_get_properties()
2274 return props; in date_object_get_properties()
2328 HashTable *props; in date_object_get_properties_timezone() local
2338 return props; in date_object_get_properties_timezone()
2365 return props; in date_object_get_properties_timezone()
2409 HashTable *props; in date_object_get_properties_interval() local
2418 return props; in date_object_get_properties_interval()
2446 return props; in date_object_get_properties_interval()
4955 return props; in date_object_get_properties_period()
[all …]
/PHP-7.0/ext/mbstring/ucgendat/
H A Ducgendat.c88 static _prop_t props[NUMPROPS] = { variable
244 if (props[i].len == len && memcmp(props[i].name, name, len) == 0) in add_range()
349 if (props[i].len == len && memcmp(props[i].name, name, len) == 0) in ordered_range_insert()
/PHP-7.0/ext/spl/
H A Dspl_observer.c275 HashTable *props; in spl_object_storage_debug_info() local
283 props = Z_OBJPROP_P(obj); in spl_object_storage_debug_info()
286 ZEND_INIT_SYMTABLE_EX(debug_info, zend_hash_num_elements(props) + 1, 0); in spl_object_storage_debug_info()
287 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c423 HashTable *retval, *props = obj->prop_handler; in mysqli_object_get_debug_info() local
427 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in mysqli_object_get_debug_info()
429 ZEND_HASH_FOREACH_PTR(props, entry) { in mysqli_object_get_debug_info()
/PHP-7.0/ext/ldap/
H A Dldap.c616 char *props = NULL; in PHP_FUNCTION() local
620 …realm_len, &sasl_authc_id, &authc_id_len, &sasl_authz_id, &authz_id_len, &props, &props_len) != SU… in PHP_FUNCTION()
630 if (props) { in PHP_FUNCTION()
631 ldap_set_option(ld->link, LDAP_OPT_X_SASL_SECPROPS, props); in PHP_FUNCTION()
3072 ZEND_ARG_INFO(0, props)
/PHP-7.0/ext/zip/
H A Dphp_zip.c972 HashTable *props; in php_zip_get_properties() local
977 props = zend_std_get_properties(object); in php_zip_get_properties()
989 zend_hash_update(props, key, ret); in php_zip_get_properties()
992 return props; in php_zip_get_properties()
/PHP-7.0/ext/snmp/
H A Dsnmp.c2082 HashTable *props; in php_snmp_get_properties() local
2088 props = zend_std_get_properties(object); in php_snmp_get_properties()
2094 zend_hash_update(props, key, &rv); in php_snmp_get_properties()
/PHP-7.0/ext/gmp/
H A Dgmp.c434 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info() local
439 ht = zend_array_dup(props); in gmp_get_debug_info()

Completed in 83 milliseconds