/PHP-8.3/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 27 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 D | transliterator.stub.php | 27 …public static function create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat… argument 33 …public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD): ?… argument
|
H A D | transliterator_arginfo.h | 9 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.3/ext/date/tests/ |
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 | 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 | examine_diff.inc | 28 * indicate which direction to go.
|
/PHP-8.3/Zend/tests/type_declarations/union_types/variance/ |
H A D | invalid_004.phpt | 2 Invalid property inheritance where one direction is valid and the other unresolved
|
/PHP-8.3/ext/spl/tests/ |
H A D | SplDoublyLinkedList_consistent_iterator_mode.phpt | 2 Iteration over SplDoublyLinkedList via 'foreach' does not change direction partway
|
/PHP-8.3/ext/ftp/ |
H A D | ftp.h | 77 int direction; /* recv = 0 / send = 1 */ member
|
H A D | php_ftp.c | 655 ftp->direction = 0; /* recv */ in PHP_FUNCTION() 801 ftp->direction = 0; /* recv */ in PHP_FUNCTION() 840 if (ftp->direction) { in PHP_FUNCTION() 944 ftp->direction = 1; /* send */ in PHP_FUNCTION() 1085 ftp->direction = 1; /* send */ in PHP_FUNCTION()
|
/PHP-8.3/ext/dom/tests/delayed_freeing/ |
H A D | direct_construction.phpt | 2 Tests with direction construction
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.stub.php | 619 function transliterator_create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat… argument 621 function transliterator_create_from_rules(string $rules, int $direction = Transliterator::FORWARD):… argument
|
H A D | php_intl_arginfo.h | 758 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.3/ext/mbstring/tests/ |
H A D | iso2022jp_kddi_encoding.phpt | 216 * However, the conversion does not work in the opposite direction; this is because of the test
|
H A D | iso2022jp_2004_encoding.phpt | 93 /* Try going in the opposite direction too
|
H A D | cp5022x_encoding.phpt | 209 /* There are some conversions we support from Unicode -> CP5022x, but not in the opposite direction…
|
/PHP-8.3/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 20 direction or management of such entity, whether by contract or
|
/PHP-8.3/ |
H A D | CODING_STANDARDS.md | 5 features are going in that general direction. Many sections have been
|
/PHP-8.3/ext/mbstring/tests/data/ |
H A D | EmojiSources.txt | 13 # mappings to similar but not equivalent symbols in either mapping direction.
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 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 D | magic私はガラスを食べられます | 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
|