Home
last modified time | relevance | path

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

/PHP-5.3/ext/snmp/
H A Dsnmp.c788 char *pptr; in php_snmp() local
812 if ((pptr = strchr (hostname, ':'))) { in php_snmp()
813 remote_port = strtol (pptr + 1, NULL, 0); in php_snmp()
1186 char *pptr; local
1212 if ((pptr = strchr(hostname, ':'))) {
1213 remote_port = strtol(pptr + 1, NULL, 0);
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c3646 static int _addproperty(zend_property_info *pptr TSRMLS_DC, int num_args, va_list args, zend_hash_k… in _addproperty()
3653 if (pptr->flags & ZEND_ACC_SHADOW) { in _addproperty()
3657 if (pptr->flags & filter) { in _addproperty()
3659 reflection_property_factory(ce, pptr, property TSRMLS_CC); in _addproperty()
3667 static int _adddynproperty(zval **pptr TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_k… in _adddynproperty()

Completed in 34 milliseconds