Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator.stub.php13 public static function create(string $id, int $direction = Transliterator::FORWARD) {} argument
19 … public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD) {} argument
H A Dtransliterator_methods.c27 static int create_transliterator( char *str_id, size_t str_id_len, zend_long direction, zval *objec… in create_transliterator() argument
37 if( ( direction != TRANSLITERATOR_FORWARD ) && (direction != TRANSLITERATOR_REVERSE ) ) in create_transliterator()
57 utrans = utrans_openU( ustr_id, ustr_id_len, (UTransDirection ) direction, in create_transliterator()
101 zend_long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() local
109 &str_id, &str_id_len, &direction ) == FAILURE ) in PHP_FUNCTION()
115 res = create_transliterator( str_id, str_id_len, direction, object ); in PHP_FUNCTION()
130 zend_long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() local
138 &str_rules, &str_rules_len, &direction ) == FAILURE ) in PHP_FUNCTION()
143 if( ( direction != TRANSLITERATOR_FORWARD ) && (direction != TRANSLITERATOR_REVERSE ) ) in PHP_FUNCTION()
160 utrans = utrans_openU( id, ( sizeof( id ) - 1 ) / ( sizeof( *id ) ), (UTransDirection ) direction, in PHP_FUNCTION()
H A Dtransliterator_arginfo.h9 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, direction, IS_LONG, 0, "Transliterator::FORWARD")
14 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, direction, IS_LONG, 0, "Transliterator::FORWARD")
/PHP-8.0/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-8.0/Zend/tests/type_declarations/union_types/variance/
H A Dinvalid_004.phpt2 Invalid property inheritance where one direction is valid and the other unresolved
/PHP-8.0/ext/spl/tests/
H A DSplDoublyLinkedList_consistent_iterator_mode.phpt2 Iteration over SplDoublyLinkedList via 'foreach' does not change direction partway
/PHP-8.0/ext/ftp/
H A Dftp.h77 int direction; /* recv = 0 / send = 1 */ member
H A Dphp_ftp.c661 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
816 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
858 if (ftp->direction) { in PHP_FUNCTION()
968 ftp->direction = 1; /* send */ in PHP_FUNCTION()
1118 ftp->direction = 1; /* send */ in PHP_FUNCTION()
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php423 function transliterator_create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat… argument
425 function transliterator_create_from_rules(string $rules, int $direction = Transliterator::FORWARD):… argument
H A Dphp_intl_arginfo.h758 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, direction, IS_LONG, 0, "Transliterator::FORWARD")
763 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, direction, IS_LONG, 0, "Transliterator::FORWARD")
/PHP-8.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt20 direction or management of such entity, whether by contract or
/PHP-8.0/
H A DCODING_STANDARDS.md6 features are going in that general direction. Many sections have been recoded to
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16219 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
16221 # bits 5-4 give direction. normal bottom left
21116 # routable highways (length, direction, allowed speed,house address information)
28910 >20 belong&0x03FFFFFF 204 (PPP with direction pseudo-header
28911 >20 belong&0x03FFFFFF 205 (Cisco HDLC with direction pseudo-header
28912 >20 belong&0x03FFFFFF 206 (Frame Relay with direction pseudo-header
H A Dmagic16219 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
16221 # bits 5-4 give direction. normal bottom left
21116 # routable highways (length, direction, allowed speed,house address information)
28910 >20 belong&0x03FFFFFF 204 (PPP with direction pseudo-header
28911 >20 belong&0x03FFFFFF 205 (Cisco HDLC with direction pseudo-header
28912 >20 belong&0x03FFFFFF 206 (Frame Relay with direction pseudo-header

Completed in 255 milliseconds