| /PHP_5_4/ext/mbstring/ucgendat/ |
| H A D | ucgendat.c | 88 static _prop_t props[NUMPROPS] = { variable 244 if (props[i].len == len && memcmp(props[i].name, name, len) == 0) 349 if (props[i].len == len && memcmp(props[i].name, name, len) == 0)
|
| /PHP_5_4/Zend/ |
| H A D | zend_gc.c | 288 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local 298 if (!props && i == n - 1) { 306 if (!props) { 309 p = props->pListHead; 343 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local 356 if (!props) { 359 p = props->pListHead; 395 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local 404 if (!props && i == n - 1) { 411 if (!props) { 451 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local 535 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local 592 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local 654 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local 726 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); local [all...] |
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.c | 489 /* {{{ proto bool ldap_sasl_bind(resource link [, string binddn [, string password [, string sasl_mech [, string sasl_realm [, string sasl_authc_id [, string sasl_authz_id [, string props]]]]]]]) 501 char *props = NULL; local 505 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|sssssss", &link, &binddn, &dn_len, &passwd, &passwd_len, &sasl_mech, &mech_len, &sasl_realm, &realm_len, &sasl_authc_id, &authc_id_len, &sasl_authz_id, &authz_id_len, &props, &props_len) != SUCCESS) { 513 if (props) { 514 ldap_set_option(ld->link, LDAP_OPT_X_SASL_SECPROPS, props); 2403 ZEND_ARG_INFO(0, props)
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_observer.c | 317 HashTable *props; local 326 props = Z_OBJPROP_P(obj); 327 zend_hash_del(props, "\x00gcdata", sizeof("\x00gcdata")); 331 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(props) + 1, 0); 335 zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)); 369 HashTable *props; local 374 props = std_object_handlers.get_properties(obj TSRMLS_CC); 380 if (zend_hash_find(props, "\x00gcdata", sizeof("\x00gcdata"), (void**) &gcdata_arr_pp) == SUCCESS) { 392 zend_hash_add(props, "\x00gcdata", sizeof("\x00gcdata"), &gcdata_arr, sizeof(gcdata_arr), NULL); 402 return props; [all...] |
| /PHP_5_4/ext/date/ |
| H A D | php_date.h | 115 HashTable *props; member in struct:_php_date_obj 137 HashTable *props; member in struct:_php_interval_obj
|
| H A D | php_date.c | 2075 HashTable *props; local 2082 props = zend_std_get_properties(object TSRMLS_CC); 2085 return props; 2091 zend_hash_update(props, "date", 5, &zv, sizeof(zval), NULL); 2097 zend_hash_update(props, "timezone_type", 14, &zv, sizeof(zval), NULL); 2120 zend_hash_update(props, "timezone", 9, &zv, sizeof(zval), NULL); 2123 return props; 2228 HashTable *props; local 2235 props = zend_std_get_properties(object TSRMLS_CC); 2238 return props; [all...] |
| /PHP_5_4/ext/zip/ |
| H A D | php_zip.c | 1022 HashTable *props; local 1031 props = zend_std_get_properties(object TSRMLS_CC); 1045 zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); 1048 return props;
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli.c | 457 HashTable *retval, *props = obj->prop_handler; local 462 ZEND_INIT_SYMTABLE_EX(retval, zend_hash_num_elements(props) + 1, 0); 464 zend_hash_internal_pointer_reset_ex(props, &pos); 465 while (zend_hash_get_current_data_ex(props, (void **)&entry, &pos) == SUCCESS) { 475 zend_hash_move_forward_ex(props, &pos);
|
| /PHP_5_4/ext/snmp/ |
| H A D | snmp.c | 2098 HashTable *props; local 2106 props = zend_std_get_properties(object TSRMLS_CC); 2116 zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL);
|