Home
last modified time | relevance | path

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

/PHP-5.3/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());
35 var_dump($props[0]->isPrivate());
36 var_dump($props[0]->isPublic());
50 var_dump($props);
[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.phpt16 $props = $reflect->getProperties();
17 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.3/Zend/
H A Dzend_gc.c286 if(!props) { in zval_scan_black()
289 p = props->pListHead; in zval_scan_black()
321 if(!props) { in zobj_scan_black()
324 p = props->pListHead; in zobj_scan_black()
358 if(!props) { in zval_mark_grey()
396 if(!props) { in zobj_mark_grey()
399 p = props->pListHead; in zobj_mark_grey()
467 if(!props) { in zval_scan()
510 if(!props) { in zobj_scan()
562 if(!props) { in zval_collect_white()
[all …]
/PHP-5.3/Zend/tests/
H A Dbug28444.phpt24 public $props = array();
35 return $this->props[$prop];
41 $this->props[$prop] = $val;
/PHP-5.3/ext/spl/
H A Dspl_observer.c248 HashTable *props; in spl_object_storage_debug_info() local
257 props = Z_OBJPROP_P(obj); in spl_object_storage_debug_info()
258 zend_hash_del(props, "\x00gcdata", sizeof("\x00gcdata")); in spl_object_storage_debug_info()
262 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(props) + 1, 0); in spl_object_storage_debug_info()
301 HashTable *props; in spl_object_storage_get_properties() local
306 props = std_object_handlers.get_properties(obj TSRMLS_CC); in spl_object_storage_get_properties()
309 zend_hash_del(props, "\x00gcdata", sizeof("\x00gcdata")); in spl_object_storage_get_properties()
310 return props; in spl_object_storage_get_properties()
313 if (props->nApplyCount > 0) { in spl_object_storage_get_properties()
314 return props; in spl_object_storage_get_properties()
[all …]
/PHP-5.3/ext/date/
H A Dphp_date.h117 HashTable *props; member
139 HashTable *props; member
H A Dphp_date.c2125 HashTable *props; in date_object_get_properties() local
2132 props = zend_std_get_properties(object TSRMLS_CC); in date_object_get_properties()
2135 return props; in date_object_get_properties()
2173 return props; in date_object_get_properties()
2272 HashTable *props; in date_object_get_properties_interval() local
2278 props = zend_std_get_properties(object TSRMLS_CC); in date_object_get_properties_interval()
2281 return props; in date_object_get_properties_interval()
2311 return props; in date_object_get_properties_interval()
4331 HashTable *props; in date_object_get_properties_period() local
4340 return props; in date_object_get_properties_period()
[all …]
/PHP-5.3/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.3/ext/mysqli/
H A Dmysqli.c455 HashTable *retval, *props = obj->prop_handler; in mysqli_object_get_debug_info() local
460 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); in mysqli_object_get_debug_info()
462 zend_hash_internal_pointer_reset_ex(props, &pos); in mysqli_object_get_debug_info()
463 while (zend_hash_get_current_data_ex(props, (void **)&entry, &pos) == SUCCESS) { in mysqli_object_get_debug_info()
473 zend_hash_move_forward_ex(props, &pos); in mysqli_object_get_debug_info()
/PHP-5.3/ext/ldap/
H A Dldap.c501 char *props = NULL; in PHP_FUNCTION() local
505 …realm_len, &sasl_authc_id, &authc_id_len, &sasl_authz_id, &authz_id_len, &props, &props_len) != SU… in PHP_FUNCTION()
513 if (props) { in PHP_FUNCTION()
514 ldap_set_option(ld->link, LDAP_OPT_X_SASL_SECPROPS, props); in PHP_FUNCTION()
2217 ZEND_ARG_INFO(0, props)
/PHP-5.3/ext/zip/
H A Dphp_zip.c1016 HashTable *props; in php_zip_get_properties() local
1025 props = obj->zo.properties; in php_zip_get_properties()
1039 zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); in php_zip_get_properties()

Completed in 71 milliseconds