mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Getting rid of c++ style comments
This commit is contained in:
parent
db56268231
commit
f68114414b
1 changed files with 5 additions and 3 deletions
|
@ -219,8 +219,10 @@ static SWFCharacter getCharacter(zval *id TSRMLS_DC)
|
||||||
return (SWFCharacter)getBitmap(id TSRMLS_CC);
|
return (SWFCharacter)getBitmap(id TSRMLS_CC);
|
||||||
else if(Z_OBJCE_P(id) == sound_class_entry_ptr)
|
else if(Z_OBJCE_P(id) == sound_class_entry_ptr)
|
||||||
return (SWFCharacter)getSound(id TSRMLS_CC);
|
return (SWFCharacter)getSound(id TSRMLS_CC);
|
||||||
// else if(Z_OBJCE_P(id) == soundinstance_class_entry_ptr)
|
/*
|
||||||
// return (SWFCharacter)getSoundInstance(id TSRMLS_CC);
|
else if(Z_OBJCE_P(id) == soundinstance_class_entry_ptr)
|
||||||
|
return (SWFCharacter)getSoundInstance(id TSRMLS_CC);
|
||||||
|
*/
|
||||||
else
|
else
|
||||||
php_error_docref(NULL TSRMLS_CC, E_ERROR, "Called object is not an SWFCharacter");
|
php_error_docref(NULL TSRMLS_CC, E_ERROR, "Called object is not an SWFCharacter");
|
||||||
return NULL;
|
return NULL;
|
||||||
|
@ -1461,7 +1463,7 @@ PHP_FUNCTION(swffont_getUTF8Width)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* }}} */
|
/* }}} */
|
||||||
// not sure about 0 bytes !!!!!!!!!
|
/* not sure about 0 bytes !!!!!!!!! */
|
||||||
/* {{{ proto int swffont_getWideWidth(string)
|
/* {{{ proto int swffont_getWideWidth(string)
|
||||||
Calculates the width of the given string in this font at full height */
|
Calculates the width of the given string in this font at full height */
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue