Searched refs:direction (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 30 static int create_transliterator( char *str_id, int str_id_len, long direction, zval *object TSRMLS… in create_transliterator() argument 40 if( ( direction != TRANSLITERATOR_FORWARD ) && (direction != TRANSLITERATOR_REVERSE ) ) in create_transliterator() 61 utrans = utrans_openU( ustr_id, ustr_id_len, (UTransDirection ) direction, in create_transliterator() 108 long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() local 116 &str_id, &str_id_len, &direction ) == FAILURE ) in PHP_FUNCTION() 124 res = create_transliterator( str_id, str_id_len, direction, object TSRMLS_CC ); in PHP_FUNCTION() 142 long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() local 150 &str_rules, &str_rules_len, &direction ) == FAILURE ) in PHP_FUNCTION() 157 if( ( direction != TRANSLITERATOR_FORWARD ) && (direction != TRANSLITERATOR_REVERSE ) ) in PHP_FUNCTION() 175 utrans = utrans_openU( id, ( sizeof( id ) - 1 ) / ( sizeof( *id ) ), (UTransDirection ) direction, in PHP_FUNCTION()
|
H A D | transliterator_class.c | 353 ZEND_ARG_INFO( 0, direction ) 358 ZEND_ARG_INFO( 0, direction )
|
/PHP-5.4/ext/date/tests/ |
H A D | date_create-relative.phpt | 46 foreach (array('+', '-') AS $direction) { 47 $dt = date_create("$base_time $direction$offset"); 48 echo "$direction$offset: " . date_format($dt, DATE_ISO8601) . "\n";
|
H A D | strtotime-relative.phpt | 46 foreach (array('+', '-') AS $direction) { 47 …echo "$direction$offset: " . date(DATE_ISO8601, strtotime("$direction$offset", $base_time)) . "\n";
|
H A D | examine_diff.inc | 28 * indicate which direction to go.
|
/PHP-5.4/ext/spl/internal/ |
H A D | splstack.inc | 34 * @note The iteration's direction is not modifiable for stack instances 36 * @throw RuntimeException If the new mode affects the iteration's direction.
|
H A D | splqueue.inc | 38 * @note The iteration's direction is not modifiable for queue instances 40 * @throw RuntimeException If the new mode affects the iteration's direction.
|
H A D | spldoublylinkedlist.inc | 118 * - The direction of the iteration (either one or the other)
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | config.h.in | 88 direction of stack growth for your system; otherwise it will be 92 STACK_DIRECTION = 0 => direction of growth unknown */
|
/PHP-5.4/ext/ftp/ |
H A D | ftp.h | 79 int direction; /* recv = 0 / send = 1 */ member
|
H A D | php_ftp.c | 814 ftp->direction = 0; /* recv */ in PHP_FUNCTION() 961 ftp->direction = 0; /* recv */ in PHP_FUNCTION() 1000 if (ftp->direction) { in PHP_FUNCTION() 1105 ftp->direction = 1; /* send */ in PHP_FUNCTION() 1213 ftp->direction = 1; /* send */ in PHP_FUNCTION()
|
/PHP-5.4/ext/intl/ |
H A D | php_intl.c | 382 ZEND_ARG_INFO( 0, direction ) 387 ZEND_ARG_INFO( 0, direction )
|
/PHP-5.4/ |
H A D | CODING_STANDARDS | 8 follow it, but it's going in that general direction. Since we are now
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 16406 >20 belong 204 (PPP with direction pseudo-header 16407 >20 belong 205 (Cisco HDLC with direction pseudo-header 16408 >20 belong 206 (Frame Relay with direction pseudo-header
|
Completed in 85 milliseconds