/PHP-8.0/ext/intl/transliterator/ |
H A D | transliterator.stub.php | 13 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 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_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.0/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-8.0/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.0/ext/spl/tests/ |
H A D | SplDoublyLinkedList_consistent_iterator_mode.phpt | 2 Iteration over SplDoublyLinkedList via 'foreach' does not change direction partway
|
/PHP-8.0/ext/ftp/ |
H A D | ftp.h | 77 int direction; /* recv = 0 / send = 1 */ member
|
H A D | php_ftp.c | 661 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 D | php_intl.stub.php | 423 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 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.0/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 20 direction or management of such entity, whether by contract or
|
/PHP-8.0/ |
H A D | CODING_STANDARDS.md | 6 features are going in that general direction. Many sections have been recoded to
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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
|