Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/tests/
H A Dformatter_format5.phpt20 $styles = array(
51 foreach( $styles as $style => $pattern )
H A Dformatter_format.phpt20 $styles = array(
51 foreach( $styles as $style => $pattern )
H A Dformatter_format3.phpt21 $styles = array(
52 foreach( $styles as $style => $pattern )
H A Dformatter_format4.phpt21 $styles = array(
52 foreach( $styles as $style => $pattern )
H A Dformatter_format2.phpt20 $styles = array(
51 foreach( $styles as $style => $pattern )
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt21 "styles.xml",
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14styles><style:style style:name="P1" style:family="paragraph" style:parent-style-name="Standard" st…
/PHP-5.5/ext/gd/
H A Dgd.c147 ZEND_ARG_INFO(0, styles) /* ARRAY_INFO(0, styles, 0) */
1517 zval *IM, *styles; in PHP_FUNCTION() local
1523 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ra", &IM, &styles) == FAILURE) { in PHP_FUNCTION()
1530 stylearr = safe_emalloc(sizeof(int), zend_hash_num_elements(HASH_OF(styles)), 0); in PHP_FUNCTION()
1532 zend_hash_internal_pointer_reset_ex(HASH_OF(styles), &pos); in PHP_FUNCTION()
1534 for (index = 0;; zend_hash_move_forward_ex(HASH_OF(styles), &pos)) { in PHP_FUNCTION()
1537 if (zend_hash_get_current_data_ex(HASH_OF(styles), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/
H A DCODING_STANDARDS203 indentation and comment styles and up to function declaration
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16529 0 string \<!SQ\ STS> A/E SGML binary styles file

Completed in 57 milliseconds