/php-src/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 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 D | transliterator.stub.php | 21 …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 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-src/ext/date/tests/ |
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 | strtotime-relative.phpt | 46 foreach (array('+', '-') AS $direction) { 47 …echo "$direction$offset: " . date(DATE_ISO8601, strtotime("$direction$offset", $base_time)) . "\n";
|
H A D | examine_diff.inc | 28 * indicate which direction to go.
|
/php-src/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-src/ext/spl/tests/ |
H A D | SplDoublyLinkedList_consistent_iterator_mode.phpt | 2 Iteration over SplDoublyLinkedList via 'foreach' does not change direction partway
|
/php-src/ext/ftp/ |
H A D | ftp.h | 77 bool direction; /* recv = 0 / send = 1 */ member
|
H A D | php_ftp.c | 644 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 D | direct_construction.phpt | 2 Tests with direction construction
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 626 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 D | php_intl_arginfo.h | 767 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 D | rule.h | 190 lxb_css_property_direction_t *direction; member
|
/php-src/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-src/ext/dom/lexbor/ |
H A D | LICENSE | 20 direction or management of such entity, whether by contract or
|
/php-src/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 20 direction or management of such entity, whether by contract or
|
/php-src/ |
H A D | CODING_STANDARDS.md | 5 features are going in that general direction. Many sections have been
|
/php-src/ext/mbstring/tests/data/ |
H A D | EmojiSources.txt | 13 # mappings to similar but not equivalent symbols in either mapping direction.
|
/php-src/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
|