Home
last modified time | relevance | path

Searched refs:co (Results 1 – 25 of 64) sorted by path

123

/PHP-7.4/
H A DCONTRIBUTING.md6 wave of work, which takes a lot of organization and co-ordination.
/PHP-7.4/Zend/tests/
H A Dbug32674.phpt51 foreach($col as $co) {
/PHP-7.4/Zend/tests/closures/
H A Dclosure_instantiate.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
/PHP-7.4/ext/curl/
H A Dinterface.c3310 curl_off_t co; in PHP_FUNCTION() local
3427 CAAL("appconnect_time_us", co); in PHP_FUNCTION()
3429 if (curl_easy_getinfo(ch->cp, CURLINFO_CONNECT_TIME_T, &co) == CURLE_OK) { in PHP_FUNCTION()
3430 CAAL("connect_time_us", co); in PHP_FUNCTION()
3433 CAAL("namelookup_time_us", co); in PHP_FUNCTION()
3436 CAAL("pretransfer_time_us", co); in PHP_FUNCTION()
3438 if (curl_easy_getinfo(ch->cp, CURLINFO_REDIRECT_TIME_T, &co) == CURLE_OK) { in PHP_FUNCTION()
3439 CAAL("redirect_time_us", co); in PHP_FUNCTION()
3442 CAAL("starttransfer_time_us", co); in PHP_FUNCTION()
3444 if (curl_easy_getinfo(ch->cp, CURLINFO_TOTAL_TIME_T, &co) == CURLE_OK) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/date/tests/
H A DDatePeriod_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A DDateTimeImmutable_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A DDateTimeZone_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A DDateTime_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt4 Sami Greenbury (sami@patabugen.co.uk)
H A DDOMDocument_validate_external_dtd.phpt12 // reusing existing xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&conten…
13 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic150 #http://www.gnelson.demon.co.uk/zspec/sect11.html
1481 # From Mark Sheppard <msheppard@climax.co.uk>, 2002-10-03
3705 # https://www.thouky.co.uk/software/psifs/sis.html
15842 # http://www.blackfiveservices.co.uk/awbmtools.shtml
18901 # Reference: https://www.lacikam.co.il/tcdb/
19525 # URL: http://www.pinns.co.uk/osm/net.html
19588 # Reference: http://www.pinns.co.uk/osm/typformat.html
19603 # http://www.pinns.co.uk/osm/RGN.html
21063 # <stuartc@rd.bbc.co.uk> Stuart Cunningham
21854 # From: John Elliott <johne@seasip.demon.co.uk>
[all …]
H A Dmagic私はガラスを食べられます150 #http://www.gnelson.demon.co.uk/zspec/sect11.html
1481 # From Mark Sheppard <msheppard@climax.co.uk>, 2002-10-03
3705 # https://www.thouky.co.uk/software/psifs/sis.html
15842 # http://www.blackfiveservices.co.uk/awbmtools.shtml
18901 # Reference: https://www.lacikam.co.il/tcdb/
19525 # URL: http://www.pinns.co.uk/osm/net.html
19588 # Reference: http://www.pinns.co.uk/osm/typformat.html
19603 # http://www.pinns.co.uk/osm/RGN.html
21063 # <stuartc@rd.bbc.co.uk> Stuart Cunningham
21854 # From: John Elliott <johne@seasip.demon.co.uk>
[all …]
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp67 return co->ucal; in calendar_fetch_native_calendar()
73 Calendar_object *co; in calendar_object_construct() local
76 assert(co->ucal == NULL); in calendar_object_construct()
77 co->ucal = (Calendar*)calendar; in calendar_object_construct()
154 Calendar_object *co; in Calendar_get_debug_info() local
163 cal = co->ucal; in Calendar_get_debug_info()
232 co->ucal = NULL; in calendar_object_init()
241 if (co->ucal) { in Calendar_objects_free()
242 delete co->ucal; in Calendar_objects_free()
243 co->ucal = NULL; in Calendar_objects_free()
[all …]
H A Dcalendar_class.h48 #define CALENDAR_ERROR(co) (co)->err argument
49 #define CALENDAR_ERROR_P(co) &(CALENDAR_ERROR(co)) argument
51 #define CALENDAR_ERROR_CODE(co) INTL_ERROR_CODE(CALENDAR_ERROR(co)) argument
52 #define CALENDAR_ERROR_CODE_P(co) &(INTL_ERROR_CODE(CALENDAR_ERROR(co))) argument
54 #define CALENDAR_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(Calendar, co)
55 #define CALENDAR_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(INTL_CALENDAR, co)
58 if (co->ucal == NULL) \
60 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlCalendar", 0); \
H A Dcalendar_methods.cpp272 UDate result = co->ucal->getTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
293 co->ucal->setTime((UDate)time_arg, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
387 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after()
546 co->ucal->clear(); in PHP_FUNCTION()
642 int32_t result = co->ucal->getFirstDayOfWeek(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
833 UBool ret = co->ucal->inDaylightTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
923 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
1023 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
1218 double date = co->ucal->getTime(CALENDAR_ERROR_CODE(co)) / 1000.; in PHP_FUNCTION()
1296 if (co == NULL) in PHP_FUNCTION()
[all …]
H A Dgregoriancalendar_methods.cpp44 static inline GregorianCalendar *fetch_greg(Calendar_object *co) { in fetch_greg() argument
45 return (GregorianCalendar*)co->ucal; in fetch_greg()
206 Calendar_object *co = Z_INTL_CALENDAR_P(return_value); in _php_intlgregcal_constructor_body() local
207 co->ucal = gcal; in _php_intlgregcal_constructor_body()
242 fetch_greg(co)->setGregorianChange(date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
243 INTL_METHOD_CHECK_STATUS(co, "intlgregcal_set_gregorian_change: error " in PHP_FUNCTION()
262 RETURN_DOUBLE((double)fetch_greg(co)->getGregorianChange()); in PHP_FUNCTION()
285 RETURN_BOOL((int)fetch_greg(co)->isLeapYear((int32_t)year)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/collator/
H A Dcollator_attr.c53 value = ucol_getAttribute( co->ucoll, attribute, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
54 COLLATOR_CHECK_STATUS( co, "Error getting attribute value" ); in PHP_FUNCTION()
85 ucol_setAttribute( co->ucoll, attribute, value, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
86 COLLATOR_CHECK_STATUS( co, "Error setting attribute value" ); in PHP_FUNCTION()
115 RETURN_LONG( ucol_getStrength( co->ucoll ) ); in PHP_FUNCTION()
144 ucol_setStrength( co->ucoll, strength ); in PHP_FUNCTION()
H A Dcollator_class.c43 zend_object_std_dtor(&co->zo ); in Collator_objects_free()
45 collator_object_destroy(co ); in Collator_objects_free()
153 void collator_object_init( Collator_object* co ) in collator_object_init() argument
155 if( !co ) in collator_object_init()
158 intl_error_init( COLLATOR_ERROR_P( co ) ); in collator_object_init()
165 void collator_object_destroy( Collator_object* co ) in collator_object_destroy() argument
167 if( !co ) in collator_object_destroy()
170 if( co->ucoll ) in collator_object_destroy()
172 ucol_close( co->ucoll ); in collator_object_destroy()
173 co->ucoll = NULL; in collator_object_destroy()
[all …]
H A Dcollator_class.h40 #define COLLATOR_ERROR(co) (co)->err argument
41 #define COLLATOR_ERROR_P(co) &(COLLATOR_ERROR(co)) argument
43 #define COLLATOR_ERROR_CODE(co) INTL_ERROR_CODE(COLLATOR_ERROR(co)) argument
44 #define COLLATOR_ERROR_CODE_P(co) &(INTL_ERROR_CODE(COLLATOR_ERROR(co))) argument
52 void collator_object_init( Collator_object* co );
53 void collator_object_destroy( Collator_object* co );
61 Collator_object* co = NULL; \
64 #define COLLATOR_METHOD_FETCH_OBJECT INTL_METHOD_FETCH_OBJECT(INTL_COLLATOR, co)
67 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
68 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); \
[all …]
H A Dcollator_compare.c61 if (!co || !co->ucoll) { in PHP_FUNCTION()
62 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
63 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
76 &ustr1, &ustr1_len, str1, str1_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
77 if( U_FAILURE( COLLATOR_ERROR_CODE( co ) ) ) in PHP_FUNCTION()
80 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
83 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
93 if( U_FAILURE( COLLATOR_ERROR_CODE( co ) ) ) in PHP_FUNCTION()
96 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
99 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
[all …]
H A Dcollator_create.c33 Collator_object* co; in collator_ctor() local
55 co->ucoll = ucol_open( locale, COLLATOR_ERROR_CODE_P( co ) ); in collator_ctor()
56 INTL_CTOR_CHECK_STATUS(co, "collator_create: unable to open ICU collator"); in collator_ctor()
H A Dcollator_error.c46 co = Z_INTL_COLLATOR_P(object); in PHP_FUNCTION()
47 if( co == NULL ) in PHP_FUNCTION()
51 RETURN_LONG( COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
77 co = Z_INTL_COLLATOR_P( object ); in PHP_FUNCTION()
78 if( co == NULL ) in PHP_FUNCTION()
82 message = intl_error_get_message( COLLATOR_ERROR_P( co ) ); in PHP_FUNCTION()
H A Dcollator_locale.c54 if (!co || !co->ucoll) { in PHP_FUNCTION()
55 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
56 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
65 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
66 COLLATOR_CHECK_STATUS( co, "Error getting locale by type" ); in PHP_FUNCTION()
H A Dcollator_sort.c55 Collator_object* co = NULL; in collator_regular_compare_function() local
76 co = Z_INTL_COLLATOR_P(&INTL_G(current_collator)); in collator_regular_compare_function()
78 if (!co || !co->ucoll) { in collator_regular_compare_function()
89 co->ucoll, in collator_regular_compare_function()
187 Collator_object* co = NULL; in collator_icu_compare_function() local
199 co->ucoll, in collator_icu_compare_function()
409 if (!co || !co->ucoll) { in PHP_FUNCTION()
442 if( U_FAILURE( COLLATOR_ERROR_CODE( co ) ) ) in PHP_FUNCTION()
469 sortKeyLen = ucol_getSortKey( co->ucoll, in PHP_FUNCTION()
575 if (!co || !co->ucoll) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp205 Calendar_object *co = Z_INTL_CALENDAR_P(z); in intl_zval_to_millis() local
206 if (co->ucal == NULL) { in intl_zval_to_millis()
214 rv = (double)co->ucal->getTime(status); in intl_zval_to_millis()

Completed in 307 milliseconds

123