Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c30 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 Dtransliterator_class.c353 ZEND_ARG_INFO( 0, direction )
358 ZEND_ARG_INFO( 0, direction )
/PHP-5.5/ext/date/tests/
H A Ddate_create-relative.phpt46 foreach (array('+', '-') AS $direction) {
47 $dt = date_create("$base_time $direction$offset");
48 echo "$direction$offset: " . date_format($dt, DATE_ISO8601) . "\n";
H A Dstrtotime-relative.phpt46 foreach (array('+', '-') AS $direction) {
47 …echo "$direction$offset: " . date(DATE_ISO8601, strtotime("$direction$offset", $base_time)) . "\n";
H A Dexamine_diff.inc28 * indicate which direction to go.
/PHP-5.5/ext/spl/internal/
H A Dsplstack.inc34 * @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 Dsplqueue.inc38 * @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 Dspldoublylinkedlist.inc118 * - The direction of the iteration (either one or the other)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in88 direction of stack growth for your system; otherwise it will be
92 STACK_DIRECTION = 0 => direction of growth unknown */
/PHP-5.5/ext/ftp/
H A Dftp.h79 int direction; /* recv = 0 / send = 1 */ member
H A Dphp_ftp.c814 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.5/ext/intl/
H A Dphp_intl.c420 ZEND_ARG_INFO( 0, direction )
425 ZEND_ARG_INFO( 0, direction )
/PHP-5.5/
H A DCODING_STANDARDS8 follow it, but it's going in that general direction. Since we are now
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16406 >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 65 milliseconds