Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1173 int property_len; in ZEND_FUNCTION() local
1179 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs", &object, &property, &property_len) == F… in ZEND_FUNCTION()
1183 if (property_len == 0) { in ZEND_FUNCTION()
1199 h = zend_get_hash_value(property, property_len+1); in ZEND_FUNCTION()
1200 …if (zend_hash_quick_find(&ce->properties_info, property, property_len+1, h, (void **) &property_in… in ZEND_FUNCTION()
1205 ZVAL_STRINGL(&property_z, property, property_len, 0); in ZEND_FUNCTION()

Completed in 9 milliseconds