Searched refs:property_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_builtin_functions.c | 1173 int property_len; local 1179 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs", &object, &property, &property_len) == FAILURE) { 1183 if (property_len == 0) { 1199 h = zend_get_hash_value(property, property_len+1); 1200 if (zend_hash_quick_find(&ce->properties_info, property, property_len+1, h, (void **) &property_info) == SUCCESS 1205 ZVAL_STRINGL(&property_z, property, property_len, 0);
|
Completed in 5 milliseconds