Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_methods.c30 static int create_transliterator( char *str_id, size_t str_id_len, zend_long direction, zval *objec… 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 zend_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 ); in PHP_FUNCTION()
142 zend_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.c298 ZEND_ARG_INFO( 0, direction )
303 ZEND_ARG_INFO( 0, direction )
/PHP-7.1/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-7.1/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-7.1/ext/mbstring/oniguruma/
H A Dconfig.h.in95 direction of stack growth for your system; otherwise it will be
99 STACK_DIRECTION = 0 => direction of growth unknown */
/PHP-7.1/ext/ftp/
H A Dftp.h81 int direction; /* recv = 0 / send = 1 */ member
H A Dphp_ftp.c864 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
1018 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
1059 if (ftp->direction) { in PHP_FUNCTION()
1169 ftp->direction = 1; /* send */ in PHP_FUNCTION()
1281 ftp->direction = 1; /* send */ in PHP_FUNCTION()
/PHP-7.1/ext/intl/
H A Dphp_intl.c414 ZEND_ARG_INFO( 0, direction )
419 ZEND_ARG_INFO( 0, direction )
/PHP-7.1/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt20 direction or management of such entity, whether by contract or
/PHP-7.1/
H A DCODING_STANDARDS8 follow it, but it's going in that general direction. Since we are now
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic18948 >20 belong 204 (PPP with direction pseudo-header
18949 >20 belong 205 (Cisco HDLC with direction pseudo-header
18950 >20 belong 206 (Frame Relay with direction pseudo-header
H A Dmagic私はガラスを食べられます18948 >20 belong 204 (PPP with direction pseudo-header
18949 >20 belong 205 (Cisco HDLC with direction pseudo-header
18950 >20 belong 206 (Frame Relay with direction pseudo-header

Completed in 107 milliseconds