| /PHP_5_5/TSRM/ |
| H A D | TSRM.h | 168 #define TSRMLS_CC , TSRMLS_C macro 182 #define TSRMLS_CC macro
|
| /PHP_5_5/ext/bcmath/libbcmath/src/ |
| H A D | raise.c | 90 bc_multiply (power, power, &power, pwrscale TSRMLS_CC); 101 bc_multiply (power, power, &power, pwrscale TSRMLS_CC); 104 bc_multiply (temp, power, &temp, calcscale TSRMLS_CC); 112 bc_divide (BCG(_one_), temp, result, rscale TSRMLS_CC); local
|
| /PHP_5_5/ext/intl/breakiterator/ |
| H A D | rulebasedbreakiterator_methods.cpp | 39 intl_error_reset(NULL TSRMLS_CC); 41 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", 44 "rbbi_create_instance: bad arguments", 0 TSRMLS_CC); 58 0 TSRMLS_CC); 63 intl_error_set_code(NULL, status TSRMLS_CC); 71 intl_error_set_custom_msg(NULL, msg, 1 TSRMLS_CC); 81 "create instance from compiled rules", 0 TSRMLS_CC); 87 "compiled rules require ICU >= 4.8", 0 TSRMLS_CC); 92 breakiterator_object_create(return_value, rbbi TSRMLS_CC); 104 zend_object_store_ctor_failed(&orig_this TSRMLS_CC); 130 0 TSRMLS_CC); local 180 0 TSRMLS_CC); local 211 0 TSRMLS_CC); local [all...] |
| H A D | breakiterator_class.cpp | 64 breakiterator_object_construct(object, biter TSRMLS_CC); 84 bio1 = (BreakIterator_object*)zend_object_store_get_object(object1 TSRMLS_CC); 85 bio2 = (BreakIterator_object*)zend_object_store_get_object(object2 TSRMLS_CC); 102 bio_orig = (BreakIterator_object*)zend_object_store_get_object(object TSRMLS_CC); 103 intl_errors_reset(INTL_DATA_ERROR_P(bio_orig) TSRMLS_CC); 105 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); 107 ret_val.handle TSRMLS_CC); 110 &bio_orig->zo, Z_OBJ_HANDLE_P(object) TSRMLS_CC); 119 U_MEMORY_ALLOCATION_ERROR TSRMLS_CC); local 121 "Could not clone BreakIterator", 0 TSRMLS_CC); local [all...] |
| /PHP_5_5/ext/intl/calendar/ |
| H A D | calendar_class.cpp | 57 calendar_object_construct(object, calendar TSRMLS_CC); 63 zend_object_store_get_object(object TSRMLS_CC); 84 intl_error_reset(NULL TSRMLS_CC); 86 co_orig = (Calendar_object*)zend_object_store_get_object(object TSRMLS_CC); 87 intl_error_reset(INTL_DATA_ERROR_P(co_orig) TSRMLS_CC); 89 ret_val = Calendar_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); 90 co_new = (Calendar_object*)zend_object_store_get_object_by_handle(ret_val.handle TSRMLS_CC); 93 &co_orig->zo, Z_OBJ_HANDLE_P(object) TSRMLS_CC); 102 U_MEMORY_ALLOCATION_ERROR TSRMLS_CC); local 104 "Could not clone IntlCalendar", 0 TSRMLS_CC); local [all...] |
| /PHP_5_5/ext/intl/collator/ |
| H A D | collator_compare.c | 49 if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", 53 "collator_compare: unable to parse input params", 0 TSRMLS_CC ); 62 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); 64 "Object not initialized", 0 TSRMLS_CC ); local 65 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); 80 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); 84 "Error converting first argument to UTF-16", 0 TSRMLS_CC ); local 96 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); 100 "Error converting second argument to UTF-16", 0 TSRMLS_CC ); local
|
| H A D | collator_locale.c | 42 if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", 46 "collator_get_locale: unable to parse input params", 0 TSRMLS_CC ); 55 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); 57 "Object not initialized", 0 TSRMLS_CC ); local 58 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized");
|
| /PHP_5_5/ext/intl/dateformat/ |
| H A D | dateformat_attrcpp.cpp | 49 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", 52 "id: unable to parse input params", 0 TSRMLS_CC); 76 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", 79 "datefmt_get_timezone: unable to parse input params", 0 TSRMLS_CC ); 90 0 TSRMLS_CC); local 95 timezone_object_construct(tz_clone, return_value, 1 TSRMLS_CC); 100 php_error_docref0(NULL TSRMLS_CC, E_DEPRECATED, 119 if ( zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), 122 "unable to parse input params", 0 TSRMLS_CC); 129 INTL_DATA_ERROR_P(dfo), "datefmt_set_timezone" TSRMLS_CC); 192 "calendar", 0 TSRMLS_CC); local 239 0 TSRMLS_CC); local 249 0 TSRMLS_CC); local [all...] |
| H A D | dateformat_class.c | 40 zend_objects_destroy_object( object, handle TSRMLS_CC ); 49 zend_object_std_dtor( &dfo->zo TSRMLS_CC ); 55 dateformat_data_free( &dfo->datef_data TSRMLS_CC ); 68 dateformat_data_init( &intern->datef_data TSRMLS_CC ); 69 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 80 NULL TSRMLS_CC ); 97 new_obj_val = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); 98 new_dfo = (IntlDateFormatter_object *)zend_object_store_get_object_by_handle(new_obj_val.handle TSRMLS_CC); 100 zend_objects_clone_members(&new_dfo->zo, new_obj_val, &dfo->zo, handle TSRMLS_CC); 107 "Failed to clone IntlDateFormatter object", 0 TSRMLS_CC ); local [all...] |
| H A D | dateformat_create.cpp | 61 intl_error_reset(NULL TSRMLS_CC); 64 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sll|Zzs", 68 "unable to parse input parameters", 0 TSRMLS_CC); 83 "datefmt_create: cannot call constructor twice", 0 TSRMLS_CC); local 90 calendar_owned TSRMLS_CC) 101 INTL_DATA_ERROR_P(dfo), "datefmt_create" TSRMLS_CC); 114 "error converting pattern to UTF-16", 0 TSRMLS_CC); 143 "formatter creation failed", 0 TSRMLS_CC); 163 if (U_FAILURE(intl_error_get_code(NULL TSRMLS_CC))) {
|
| /PHP_5_5/ext/intl/formatter/ |
| H A D | formatter_class.c | 41 zend_objects_destroy_object( object, handle TSRMLS_CC ); 50 zend_object_std_dtor( &nfo->zo TSRMLS_CC ); 52 formatter_data_free( &nfo->nf_data TSRMLS_CC ); 65 formatter_data_init( &intern->nf_data TSRMLS_CC ); 66 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 73 NULL TSRMLS_CC ); 89 new_obj_val = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); 90 new_nfo = (NumberFormatter_object *)zend_object_store_get_object_by_handle(new_obj_val.handle TSRMLS_CC); 92 zend_objects_clone_members(&new_nfo->zo, new_obj_val, &nfo->zo, handle TSRMLS_CC); 100 "Failed to clone NumberFormatter object", 0 TSRMLS_CC); local [all...] |
| H A D | formatter_format.c | 43 if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OZ|l", 47 "numfmt_format: unable to parse input params", 0 TSRMLS_CC ); 72 convert_scalar_to_number( *number TSRMLS_CC ); 81 intl_error_reset(INTL_DATA_ERROR_P(nfo) TSRMLS_CC); 97 intl_error_reset(INTL_DATA_ERROR_P(nfo) TSRMLS_CC); 112 intl_error_reset(INTL_DATA_ERROR_P(nfo) TSRMLS_CC); 123 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported format type %ld", type); 150 if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ods", 154 "numfmt_format_currency: unable to parse input params", 0 TSRMLS_CC ); 174 intl_error_reset(INTL_DATA_ERROR_P(nfo) TSRMLS_CC); 181 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(nfo), "Number formatting failed", 0 TSRMLS_CC ); local [all...] |
| /PHP_5_5/ext/intl/msgformat/ |
| H A D | msgformat_class.c | 39 zend_objects_destroy_object( object, handle TSRMLS_CC ); 48 zend_object_std_dtor( &mfo->zo TSRMLS_CC ); 50 msgformat_data_free( &mfo->mf_data TSRMLS_CC ); 63 msgformat_data_init( &intern->mf_data TSRMLS_CC ); 64 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 71 NULL TSRMLS_CC ); 87 new_obj_val = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); 88 new_mfo = (MessageFormatter_object *)zend_object_store_get_object_by_handle(new_obj_val.handle TSRMLS_CC); 90 zend_objects_clone_members(&new_mfo->zo, new_obj_val, &mfo->zo, handle TSRMLS_CC); 99 "Failed to clone MessageFormatter object", 0 TSRMLS_CC); local [all...] |
| /PHP_5_5/ext/intl/resourcebundle/ |
| H A D | resourcebundle.c | 71 newrb = (ResourceBundle_object *) zend_object_store_get_object( return_value TSRMLS_CC ); 74 intl_errors_reset(INTL_DATA_ERROR_P(source) TSRMLS_CC); 78 intl_errors_set(INTL_DATA_ERROR_P(source), U_ILLEGAL_ARGUMENT_ERROR, "Unknown resource type", 0 TSRMLS_CC); local
|
| H A D | resourcebundle_class.c | 43 intl_error_reset( INTL_DATA_ERROR_P(rb) TSRMLS_CC ); 52 zend_object_std_dtor( object TSRMLS_CC ); 65 zend_object_std_init( (zend_object *) rb, ce TSRMLS_CC ); 68 intl_error_init( INTL_DATA_ERROR_P(rb) TSRMLS_CC ); 73 retval.handle = zend_objects_store_put( rb, ResourceBundle_object_destroy, NULL, NULL TSRMLS_CC ); 89 ResourceBundle_object *rb = (ResourceBundle_object *) zend_object_store_get_object( object TSRMLS_CC); 91 intl_error_reset( NULL TSRMLS_CC ); 93 if( zend_parse_parameters( ZEND_NUM_ARGS() TSRMLS_CC, "s!s!|b", 97 "resourcebundle_ctor: unable to parse input parameters", 0 TSRMLS_CC ); 119 intl_errors_set_code(NULL, INTL_DATA_ERROR_CODE(rb) TSRMLS_CC); 125 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(rb), pbuf, 1 TSRMLS_CC); local 184 "resourcebundle_get: index should be integer or string", 0 TSRMLS_CC); local 195 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 TSRMLS_CC ); local 208 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 TSRMLS_CC ); local [all...] |
| /PHP_5_5/ext/intl/timezone/ |
| H A D | timezone_class.cpp | 75 message, 1 TSRMLS_CC); 81 tzobj = (php_timezone_obj *)zend_objects_get_address(ret TSRMLS_CC); 97 message, 1 TSRMLS_CC); 106 message, 1 TSRMLS_CC); 107 zend_object_store_ctor_failed(ret TSRMLS_CC); 148 instanceof_function(Z_OBJCE_PP(zv_timezone), TimeZone_ce_ptr TSRMLS_CC)) { 150 *zv_timezone TSRMLS_CC); 155 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, message, 1 TSRMLS_CC); 164 intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1 TSRMLS_CC); 170 instanceof_function(Z_OBJCE_PP(zv_timezone), php_date_get_timezone_ce() TSRMLS_CC)) { 243 U_MEMORY_ALLOCATION_ERROR TSRMLS_CC); local 245 "Could not clone IntlTimeZone", 0 TSRMLS_CC); local [all...] |
| /PHP_5_5/Zend/ |
| H A D | zend_objects.c | 126 zend_exception_set_previous(EG(exception), old_exception TSRMLS_CC); local 137 zend_object_std_dtor(object TSRMLS_CC); 150 retval.handle = zend_objects_store_put(*object, (zend_objects_store_dtor_t) zend_objects_destroy_object, (zend_objects_free_object_storage_t) zend_objects_free_object_storage, NULL TSRMLS_CC); 157 return (zend_object *)zend_object_store_get_object(zobject TSRMLS_CC); 227 old_object = zend_objects_get_address(zobject TSRMLS_CC); 228 new_obj_val = zend_objects_new(&new_object, old_object->ce TSRMLS_CC); 230 zend_objects_clone_members(new_object, new_obj_val, old_object, handle TSRMLS_CC);
|
| /PHP_5_5/ext/standard/ |
| H A D | assert.c | 152 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|s", &assertion, &description, &description_len) == FAILURE) { 167 compiled_string_description = zend_make_compiled_string_description("assert code" TSRMLS_CC); 168 if (zend_eval_stringl(myeval, Z_STRLEN_PP(assertion), &retval, compiled_string_description TSRMLS_CC) == FAILURE) { 171 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval); 173 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, description, myeval); 222 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 3, args TSRMLS_CC); local 230 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 4, args TSRMLS_CC); local 243 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Assertion \"%s\" failed", myeval); 245 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Assertion failed"); 249 php_error_docref(NULL TSRMLS_CC, E_WARNIN [all...] |
| H A D | head.c | 44 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|bl", &ctr.line, 48 sapi_header_op(rep ? SAPI_HEADER_REPLACE:SAPI_HEADER_ADD, &ctr TSRMLS_CC); 58 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &ctr.line, 62 sapi_header_op(ZEND_NUM_ARGS() == 0 ? SAPI_HEADER_DELETE_ALL : SAPI_HEADER_DELETE, &ctr TSRMLS_CC); local 119 dt = php_format_date("D, d-M-Y H:i:s T", sizeof("D, d-M-Y H:i:s T")-1, 1, 0 TSRMLS_CC); 128 dt = php_format_date("D, d-M-Y H:i:s T", sizeof("D, d-M-Y H:i:s T")-1, expires, 0 TSRMLS_CC); 169 result = sapi_header_op(SAPI_HEADER_ADD, &ctr TSRMLS_CC); 185 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|slssbb", &name, 191 if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 1, httponly TSRMLS_CC) == SUCCESS) { 208 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, " [all...] |
| /PHP_5_5/ext/xsl/ |
| H A D | php_xsl.c | 79 zend_object_std_dtor(&intern->std TSRMLS_CC); 93 php_libxml_decrement_doc_ref(intern->doc TSRMLS_CC); 132 zend_object_std_init(&intern->std, class_type TSRMLS_CC); 138 retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) xsl_objects_free_storage, NULL TSRMLS_CC); 221 object = (xsl_object *)zend_objects_get_address(wrapper TSRMLS_CC); 223 xsl_object_set_data(obj, wrapper TSRMLS_CC); 263 php_xsl_set_object(wrapper, (void *) obj TSRMLS_CC); local
|
| /PHP_5_5/main/ |
| H A D | php_ticks.c | 76 zend_llist_apply_with_argument(&PG(tick_functions), (llist_apply_with_arg_func_t) php_tick_iterator, &count TSRMLS_CC); local
|
| /PHP_5_5/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 42 if (highlight_file(SG(request_info).path_translated, &syntax_highlighter_ini TSRMLS_CC)){ 53 (void) php_execute_script(&file_handle TSRMLS_CC); 82 php_register_variable_ex("request", req, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); 86 php_register_variable("PHP_SELF_HOOK", handler->name, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); 90 (void) php_execute_simple_script(&file_handle, ret TSRMLS_CC); 102 call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC); local
|
| /PHP_5_5/ext/intl/transliterator/ |
| H A D | transliterator_class.c | 59 "id", sizeof( "id" ) - 1, str_id, str_id_len TSRMLS_CC ); 77 intl_error_init( TRANSLITERATOR_ERROR_P( to ) TSRMLS_CC ); 95 intl_error_reset( TRANSLITERATOR_ERROR_P( to ) TSRMLS_CC ); 104 zend_objects_destroy_object( object, handle TSRMLS_CC ); 113 zend_object_std_dtor( &to->zo TSRMLS_CC ); 115 transliterator_object_destroy( to TSRMLS_CC ); 130 zend_object_std_init( &intern->zo, ce TSRMLS_CC ); 137 transliterator_object_init( intern TSRMLS_CC ); 143 NULL TSRMLS_CC ); 161 intl_error_reset( NULL TSRMLS_CC ); 198 "Could not clone transliterator", 0 TSRMLS_CC ); local [all...] |
| /PHP_5_5/ext/intl/common/ |
| H A D | common_enum.cpp | 55 iter->funcs->invalidate_current(iter TSRMLS_CC); 56 zoiwc->destroy_it(iter TSRMLS_CC); 85 iter->funcs->invalidate_current(iter TSRMLS_CC); 94 intl_error_set_code(NULL, INTLITERATOR_ERROR_CODE(ii) TSRMLS_CC); 97 "Error fetching next iteration element", 0 TSRMLS_CC); local 110 iter->funcs->invalidate_current(iter TSRMLS_CC); 118 intl_error_set_code(NULL, INTLITERATOR_ERROR_CODE(ii) TSRMLS_CC); 121 "Error resetting enumeration", 0 TSRMLS_CC); local 123 iter->funcs->move_forward(iter TSRMLS_CC); 146 ii = (IntlIterator_object*)zend_object_store_get_object(object TSRMLS_CC); 292 "IntlIterator::rewind: rewind not supported", 0 TSRMLS_CC); local [all...] |
| /PHP_5_5/ext/opcache/Optimizer/ |
| H A D | pass5.c | 2 zend_block_optimization(op_array TSRMLS_CC); variable
|