Home
last modified time | relevance | path

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

/PHP-5.5/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.phpt19 $props = $reflect->getProperties();
20 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-5.5/Zend/
H A Dzend_gc.c301 if (!props) { in zval_scan_black()
351 if (!props) { in zobj_scan_black()
354 p = props->pListHead; in zobj_scan_black()
406 if (!props) { in zval_mark_grey()
457 if (!props) { in zobj_mark_grey()
460 p = props->pListHead; in zobj_mark_grey()
543 if (!props) { in zval_scan()
595 if (!props) { in zobj_scan()
651 if (!props) { in zval_collect_white()
673 if (!props) { in zval_collect_white()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug28444.phpt24 public $props = array();
35 return $this->props[$prop];
41 $this->props[$prop] = $val;
/PHP-5.5/ext/date/
H A Dphp_date.h132 HashTable *props; member
144 HashTable *props; member
150 HashTable *props; member
H A Dphp_date.c2211 HashTable *props; in date_object_get_properties() local
2221 return props; in date_object_get_properties()
2259 return props; in date_object_get_properties()
2319 HashTable *props; in date_object_get_properties_timezone() local
2329 return props; in date_object_get_properties_timezone()
2358 return props; in date_object_get_properties_timezone()
2408 HashTable *props; in date_object_get_properties_interval() local
2417 return props; in date_object_get_properties_interval()
2447 return props; in date_object_get_properties_interval()
4828 return props; in date_object_get_properties_period()
[all …]
/PHP-5.5/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-5.5/ext/mysqli/
H A Dmysqli.c460 HashTable *retval, *props = obj->prop_handler; in mysqli_object_get_debug_info() local
465 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in mysqli_object_get_debug_info()
467 zend_hash_internal_pointer_reset_ex(props, &pos); in mysqli_object_get_debug_info()
468 while (zend_hash_get_current_data_ex(props, (void **)&entry, &pos) == SUCCESS) { in mysqli_object_get_debug_info()
478 zend_hash_move_forward_ex(props, &pos); in mysqli_object_get_debug_info()
/PHP-5.5/ext/spl/
H A Dspl_observer.c323 HashTable *props; in spl_object_storage_debug_info() local
332 props = Z_OBJPROP_P(obj); in spl_object_storage_debug_info()
336 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(props) + 1, 0); in spl_object_storage_debug_info()
340 …zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(z… in spl_object_storage_debug_info()
/PHP-5.5/ext/ldap/
H A Dldap.c539 char *props = NULL; in PHP_FUNCTION() local
543 …realm_len, &sasl_authc_id, &authc_id_len, &sasl_authz_id, &authz_id_len, &props, &props_len) != SU… in PHP_FUNCTION()
551 if (props) { in PHP_FUNCTION()
552 ldap_set_option(ld->link, LDAP_OPT_X_SASL_SECPROPS, props); in PHP_FUNCTION()
2791 ZEND_ARG_INFO(0, props)
/PHP-5.5/ext/zip/
H A Dphp_zip.c1030 HashTable *props; in php_zip_get_properties() local
1039 props = zend_std_get_properties(object TSRMLS_CC); in php_zip_get_properties()
1053 zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); in php_zip_get_properties()
1056 return props; in php_zip_get_properties()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2112 HashTable *props; in php_snmp_get_properties() local
2120 props = zend_std_get_properties(object TSRMLS_CC); in php_snmp_get_properties()
2130 zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); in php_snmp_get_properties()

Completed in 248 milliseconds