Home
last modified time | relevance | path

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

/php-src/ext/intl/transliterator/
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
111 Z_PARAM_LONG(direction) 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
140 Z_PARAM_LONG(direction) 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.stub.php21 …public static function create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat… argument
27 …public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD): ?… argument
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-src/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-src/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-src/ext/spl/tests/
H A DSplDoublyLinkedList_consistent_iterator_mode.phpt2 Iteration over SplDoublyLinkedList via 'foreach' does not change direction partway
/php-src/ext/ftp/
H A Dftp.h77 bool direction; /* recv = 0 / send = 1 */ member
H A Dphp_ftp.c644 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
790 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
829 if (ftp->direction) { in PHP_FUNCTION()
933 ftp->direction = 1; /* send */ in PHP_FUNCTION()
1074 ftp->direction = 1; /* send */ in PHP_FUNCTION()
/php-src/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt2 Tests with direction construction
/php-src/ext/intl/
H A Dphp_intl.stub.php626 function transliterator_create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat… argument
628 function transliterator_create_from_rules(string $rules, int $direction = Transliterator::FORWARD):… argument
H A Dphp_intl_arginfo.h767 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, direction, IS_LONG, 0, "Transliterator::FORWARD")
772 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, direction, IS_LONG, 0, "Transliterator::FORWARD")
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h190 lxb_css_property_direction_t *direction; member
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt216 * However, the conversion does not work in the opposite direction; this is because of the test
H A Diso2022jp_2004_encoding.phpt93 /* Try going in the opposite direction too
H A Dcp5022x_encoding.phpt209 /* There are some conversions we support from Unicode -> CP5022x, but not in the opposite direction
/php-src/ext/dom/lexbor/
H A DLICENSE20 direction or management of such entity, whether by contract or
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt20 direction or management of such entity, whether by contract or
/php-src/
H A DCODING_STANDARDS.md5 features are going in that general direction. Many sections have been
/php-src/ext/mbstring/tests/data/
H A DEmojiSources.txt13 # mappings to similar but not equivalent symbols in either mapping direction.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18521 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
18524 # bits 5-4 give direction. normal bottom left
25556 # routable highways (length, direction, allowed speed,house address information)
35622 >20 belong&0x03FFFFFF 204 (PPP with direction pseudo-header
35623 >20 belong&0x03FFFFFF 205 (Cisco HDLC with direction pseudo-header
35624 >20 belong&0x03FFFFFF 206 (Frame Relay with direction pseudo-header
H A Dmagic18521 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
18524 # bits 5-4 give direction. normal bottom left
25556 # routable highways (length, direction, allowed speed,house address information)
35622 >20 belong&0x03FFFFFF 204 (PPP with direction pseudo-header
35623 >20 belong&0x03FFFFFF 205 (Cisco HDLC with direction pseudo-header
35624 >20 belong&0x03FFFFFF 206 (Frame Relay with direction pseudo-header

Completed in 216 milliseconds